projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c745e0
)
drm/todo: Update mmap todo
author
Daniel Vetter
<daniel.vetter@ffwll.ch>
Fri, 14 Jun 2019 20:36:13 +0000
(22:36 +0200)
committer
Daniel Vetter
<daniel.vetter@ffwll.ch>
Tue, 25 Jun 2019 16:21:26 +0000
(18:21 +0200)
Thanks to Noralf some good progress already.
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20190614203615.12639-58-daniel.vetter@ffwll.ch
Documentation/gpu/todo.rst
patch
|
blob
|
history
diff --git
a/Documentation/gpu/todo.rst
b/Documentation/gpu/todo.rst
index e7c45b224dc874678edaf8f38d8160db1235cc5e..5318e5be20d85f0ef5a9490ce0bb80e208127ae3 100644
(file)
--- a/
Documentation/gpu/todo.rst
+++ b/
Documentation/gpu/todo.rst
@@
-162,7
+162,7
@@
Clean up mmap forwarding
A lot of drivers forward gem mmap calls to dma-buf mmap for imported buffers.
And also a lot of them forward dma-buf mmap to the gem mmap implementations.
-
Would be great to refactor this all into a set of small common helpers
.
+
There's drm_gem_prime_mmap() for this now, but still needs to be rolled out
.
Contact: Daniel Vetter