projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
467ec9d
)
gpu: ion: Fix bug where MAP ioctl was no longer supported
author
Rebecca Schultz Zavin
<rebecca@android.com>
Thu, 15 Nov 2012 18:34:45 +0000
(10:34 -0800)
committer
Arve Hjønnevåg
<arve@android.com>
Mon, 1 Jul 2013 21:16:16 +0000
(14:16 -0700)
Change-Id: Idbe628ed7dbd6a14469194120b94934d6e99d367
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
drivers/gpu/ion/ion.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/ion/ion.c
b/drivers/gpu/ion/ion.c
index 2465085c87673b334da6553fcda3178dd02ddb5b..3384a099cd08622f14f06fa1ecbe58f2efd242a8 100644
(file)
--- a/
drivers/gpu/ion/ion.c
+++ b/
drivers/gpu/ion/ion.c
@@
-1086,6
+1086,7
@@
static long ion_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
break;
}
case ION_IOC_SHARE:
+ case ION_IOC_MAP:
{
struct ion_fd_data data;