libc: kernel: update msm_kgsl.h
Change-Id: I8cd5a186071892bdc2b2b29061dd6c1fd927c0f5 Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
parent
5207d78c32
commit
4e383b81d0
1 changed files with 6 additions and 1 deletions
|
@ -49,6 +49,10 @@ struct kgsl_devmemstore {
|
|||
unsigned int sbz;
|
||||
volatile unsigned int eoptimestamp;
|
||||
unsigned int sbz2;
|
||||
volatile unsigned int ts_cmp_enable;
|
||||
unsigned int sbz3;
|
||||
volatile unsigned int ref_wait_ts;
|
||||
unsigned int sbz4;
|
||||
};
|
||||
|
||||
#define KGSL_DEVICE_MEMSTORE_OFFSET(field) offsetof(struct kgsl_devmemstore, field)
|
||||
|
@ -65,7 +69,8 @@ enum kgsl_property_type {
|
|||
KGSL_PROP_DEVICE_POWER = 0x00000003,
|
||||
KGSL_PROP_SHMEM = 0x00000004,
|
||||
KGSL_PROP_SHMEM_APERTURES = 0x00000005,
|
||||
KGSL_PROP_MMU_ENABLE = 0x00000006
|
||||
KGSL_PROP_MMU_ENABLE = 0x00000006,
|
||||
KGSL_PROP_INTERRUPT_WAITS = 0x00000007,
|
||||
};
|
||||
|
||||
struct kgsl_shadowprop {
|
||||
|
|
Loading…
Reference in a new issue