Re: [PATCH v2 0/3] drm: Make DRM hashtable legacy

2021-11-29 Thread Alex Deucher
On Mon, Nov 29, 2021 at 4:48 AM Thomas Zimmermann wrote: > > Clean up the last non-legacy users of DRM's hashtable code and put > the code behind CONFIG_DRM_LEGACY. > > TTM only includes the header file, but does not use the hashtable. > The vmwgfx driver uses the hashtable internally. Copy the DR

[PATCH v2 0/3] drm: Make DRM hashtable legacy

2021-11-29 Thread Thomas Zimmermann
Clean up the last non-legacy users of DRM's hashtable code and put the code behind CONFIG_DRM_LEGACY. TTM only includes the header file, but does not use the hashtable. The vmwgfx driver uses the hashtable internally. Copy the DRM code into the driver. A later patchset should probably update vmwgf