diff options
author | Maaz Mombasawala <mombasawalam@vmware.com> | 2022-10-22 07:02:30 +0300 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2022-10-25 19:42:25 +0300 |
commit | 9da30cdd6a318595199319708c143ae318f804ef (patch) | |
tree | 163cb4ebf10b8f6fdb5b00af93f4c9a2c328ee8a /Documentation | |
parent | 76a9e07f270cf5fb556ac237dbf11f5dacd61fef (diff) | |
download | linux-9da30cdd6a318595199319708c143ae318f804ef.tar.xz |
drm/vmwgfx: Remove vmwgfx_hashtab
The vmwgfx driver has migrated from using the hashtable in vmwgfx_hashtab
to the linux/hashtable implementation. Remove the vmwgfx_hashtab from the
driver.
Signed-off-by: Maaz Mombasawala <mombasawalam@vmware.com>
Reviewed-by: Martin Krastev <krastevm@vmware.com>
Reviewed-by: Zack Rusin <zackr@vmware.com>
Signed-off-by: Zack Rusin <zackr@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221022040236.616490-12-zack@kde.org
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/gpu/todo.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/gpu/todo.rst b/Documentation/gpu/todo.rst index 393d218e4a0c..b2c6aaf1edf2 100644 --- a/Documentation/gpu/todo.rst +++ b/Documentation/gpu/todo.rst @@ -651,17 +651,6 @@ See drivers/gpu/drm/amd/display/TODO for tasks. Contact: Harry Wentland, Alex Deucher -vmwgfx: Replace hashtable with Linux' implementation ----------------------------------------------------- - -The vmwgfx driver uses its own hashtable implementation. Replace the -code with Linux' implementation and update the callers. It's mostly a -refactoring task, but the interfaces are different. - -Contact: Zack Rusin, Thomas Zimmermann <tzimmermann@suse.de> - -Level: Intermediate - Bootsplash ========== |