drm/vmwgfx: Refactor resource manager's hashtable to use linux/hashtable implementation.
authorMaaz Mombasawala <mombasawalam@vmware.com>
Sat, 22 Oct 2022 04:02:22 +0000 (00:02 -0400)
committerZack Rusin <zackr@vmware.com>
Tue, 25 Oct 2022 16:42:18 +0000 (12:42 -0400)
commit43531dc661b7fb6be249c023bf25847b38215545
tree6f165f73db36925ff7f0164e0d3fc204a6608f36
parent3280706369f636cc6fc959a9842df5707c7fd85f
drm/vmwgfx: Refactor resource manager's hashtable to use linux/hashtable implementation.

Vmwgfx's hashtab implementation needs to be replaced with linux/hashtable
to reduce maintenance burden.
Refactor cmdbuf resource manager to use linux/hashtable.h implementation
as part of this effort.

Signed-off-by: Maaz Mombasawala <mombasawalam@vmware.com>
Reviewed-by: Zack Rusin <zackr@vmware.com>
Reviewed-by: Martin Krastev <krastevm@vmware.com>
Signed-off-by: Zack Rusin <zackr@vmware.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221022040236.616490-4-zack@kde.org
drivers/gpu/drm/vmwgfx/vmwgfx_cmdbuf_res.c