diff options
author | wei zou <wzou@codeaurora.org> | 2010-09-20 16:42:55 -0700 |
---|---|---|
committer | Wei Zou <wzou@codeaurora.org> | 2010-09-21 10:45:50 -0700 |
commit | 7baaa55aaa5e09be2d3e50d53b70eea094f1dac9 (patch) | |
tree | e42cf681f0f0a7f3ce7064035f8effda0563a490 | |
parent | 868d8eeeee6ca325b4b8e0b4ac763acc0c1f501f (diff) | |
download | bionic-7baaa55aaa5e09be2d3e50d53b70eea094f1dac9.zip bionic-7baaa55aaa5e09be2d3e50d53b70eea094f1dac9.tar.gz bionic-7baaa55aaa5e09be2d3e50d53b70eea094f1dac9.tar.bz2 |
bionic: Modify msm_kgsl.h for Graphics Driver Change
Adjust the structure kgsl_ringbuffer_issueibcmds to support RB
cmd buffer re-design patch.
Change-Id: I6395ee643bdedd86bed761c3fd3a2a2d98095eb9
-rw-r--r-- | libc/kernel/common/linux/msm_kgsl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/kernel/common/linux/msm_kgsl.h b/libc/kernel/common/linux/msm_kgsl.h index 98ffd33..db8866f 100644 --- a/libc/kernel/common/linux/msm_kgsl.h +++ b/libc/kernel/common/linux/msm_kgsl.h @@ -114,8 +114,8 @@ struct kgsl_device_waittimestamp { struct kgsl_ringbuffer_issueibcmds { unsigned int drawctxt_id; - unsigned int ibaddr; - unsigned int sizedwords; + unsigned int ibdesc_addr; + unsigned int numibs; unsigned int timestamp; unsigned int flags; }; |