summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShubhraprakash <sadas@codeaurora.org>2010-08-23 18:56:22 -0600
committerVasantha Kumar <vasant@codeaurora.org>2010-09-20 13:10:40 -0700
commit51f949e8fc804894577aeabd813e7e7f0cee529a (patch)
treeed3a93b40a2f7567bfad1451420ed1bea9125a7d
parent9e2e42a805e422d0bc034d85a27b4b9acdfe28d1 (diff)
downloadbionic-M76XXTSNCJNLYA53404009.zip
bionic-M76XXTSNCJNLYA53404009.tar.gz
bionic-M76XXTSNCJNLYA53404009.tar.bz2
flag will now be used to specify memory attributes required for IOCTL_KGSL_SHAREDMEM_FROM_VMALLOC ioctl Change-Id: Icfd5910c485cfe841ab5f6134b0514a01544c32d
-rw-r--r--libc/kernel/common/linux/msm_kgsl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/common/linux/msm_kgsl.h b/libc/kernel/common/linux/msm_kgsl.h
index 312e5b3..69b4319 100644
--- a/libc/kernel/common/linux/msm_kgsl.h
+++ b/libc/kernel/common/linux/msm_kgsl.h
@@ -199,7 +199,7 @@ struct kgsl_sharedmem_from_vmalloc {
unsigned int gpuaddr;
unsigned int hostptr;
- int force_no_low_watermark;
+ unsigned int flags;
};
#define IOCTL_KGSL_SHAREDMEM_FROM_VMALLOC _IOWR(KGSL_IOC_TYPE, 0x23, struct kgsl_sharedmem_from_vmalloc)