diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2023-06-13 16:51:33 +0200 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2023-06-19 13:56:40 +0200 |
commit | 0adec22702d497385dbdc52abb165f379a00efba (patch) | |
tree | a9f34a922c354670898fb3716eef7f9f5ee94db4 /Documentation/gpu/todo.rst | |
parent | drm/msm: Initialize mmap offset after constructing the buffer object (diff) | |
download | linux-0adec22702d497385dbdc52abb165f379a00efba.tar.xz linux-0adec22702d497385dbdc52abb165f379a00efba.zip |
drm: Remove struct drm_driver.gem_prime_mmap
All drivers initialize this field with drm_gem_prime_mmap(). Call
the function directly and remove the field. Simplifies the code and
resolves a long-standing TODO item.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230613150441.17720-3-tzimmermann@suse.de
Diffstat (limited to 'Documentation/gpu/todo.rst')
-rw-r--r-- | Documentation/gpu/todo.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 68bdafa0284f..ca1efad8c89c 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -319,15 +319,6 @@ Contact: Daniel Vetter, Noralf Tronnes Level: Advanced -struct drm_gem_object_funcs ---------------------------- - -GEM objects can now have a function table instead of having the callbacks on the -DRM driver struct. This is now the preferred way. Callbacks in drivers have been -converted, except for struct drm_driver.gem_prime_mmap. - -Level: Intermediate - connector register/unregister fixes ----------------------------------- |