diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-06-14 23:36:13 +0300 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2019-06-25 19:21:26 +0300 |
commit | 8de6ca2e0e9318d9d784a45112712beffb87727b (patch) | |
tree | e27b5d4fbef487bb56b853e0f6a348c6bbfca1b9 /Documentation/gpu/todo.rst | |
parent | 3c745e0b5dea0397cb034486e67ef9ddfade617d (diff) | |
download | linux-8de6ca2e0e9318d9d784a45112712beffb87727b.tar.xz |
drm/todo: Update mmap todo
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
Diffstat (limited to 'Documentation/gpu/todo.rst')
-rw-r--r-- | Documentation/gpu/todo.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index e7c45b224dc8..5318e5be20d8 100644 --- 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 |