diff options
author | Linux Build Service Account <lnxbuild@qualcomm.com> | 2010-10-20 16:41:54 -0700 |
---|---|---|
committer | QuIC Gerrit Code Review <code-review@quicinc.com> | 2010-10-20 16:41:54 -0700 |
commit | 30fdd981209108ac87f0e313eedabcd7a2ac0698 (patch) | |
tree | 603dd1c56a7e6ec25630baeef114565223134d26 /libc/kernel/common | |
parent | 1d78d44bab42ee44c882ca1b7851c06449e0ba0e (diff) | |
parent | 3472b2545f375696edeed4c9c9abebb7f856a8ce (diff) | |
download | bionic-30fdd981209108ac87f0e313eedabcd7a2ac0698.zip bionic-30fdd981209108ac87f0e313eedabcd7a2ac0698.tar.gz bionic-30fdd981209108ac87f0e313eedabcd7a2ac0698.tar.bz2 |
Merge "msm: kgsl: add new device name to enum" into froyoM8660AAABQNLYA1055
Diffstat (limited to 'libc/kernel/common')
-rw-r--r-- | libc/kernel/common/linux/msm_kgsl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/kernel/common/linux/msm_kgsl.h b/libc/kernel/common/linux/msm_kgsl.h index db8866f..2b8cc48 100644 --- a/libc/kernel/common/linux/msm_kgsl.h +++ b/libc/kernel/common/linux/msm_kgsl.h @@ -27,8 +27,9 @@ enum kgsl_deviceid { KGSL_DEVICE_YAMATO = 0x00000000, - KGSL_DEVICE_G12 = 0x00000001, - KGSL_DEVICE_MAX = 0x00000002 + KGSL_DEVICE_2D0 = 0x00000001, + KGSL_DEVICE_2D1 = 0x00000002, + KGSL_DEVICE_MAX = 0x00000003 }; enum kgsl_user_mem_type { |