Hi Dave and Daniel,
here's the PR for drm-misc-next-fixes for what will become Linux 5.17. There are several fixes for vmwgfx's recent conversion to GEM and a fix for bridge DT bindinds. Besides the fixes, a backmerge updated drm-misc-next-fixes to the state of drm-next before the feature freeze.
Best regards Thomas
drm-misc-next-fixes-2021-12-23: Short summary of fixes pull:
* bridge/lvds: Fix DT bindings * vmwgfx: Fix several issues with the recent conversion to GEM The following changes since commit 1c405ca11bf563de1725e5ecfb4a74ee289d2ee9:
Merge tag 'mediatek-drm-next-5.17' of https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux into drm-next (2021-12-17 16:16:16 +1000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2021-12-23
for you to fetch changes up to 5da8b49de472c1da8658466d4f63ef8d9251a819:
dt-bindings: display: bridge: lvds-codec: Fix duplicate key (2021-12-22 14:02:04 -0400)
---------------------------------------------------------------- Short summary of fixes pull:
* bridge/lvds: Fix DT bindings * vmwgfx: Fix several issues with the recent conversion to GEM
---------------------------------------------------------------- Thierry Reding (1): dt-bindings: display: bridge: lvds-codec: Fix duplicate key
Thomas Zimmermann (1): Merge drm/drm-next into drm-misc-next-fixes
Zack Rusin (4): drm/vmwgfx: Fix a size_t/long int format specifier mismatch drm/vmwgfx: Remove explicit transparent hugepages support drm/vmwgfx: Remove unused compile options drm/vmwgfx: Fix possible usage of an uninitialized variable
.../bindings/display/bridge/lvds-codec.yaml | 43 ++--- drivers/gpu/drm/vmwgfx/Makefile | 1 - drivers/gpu/drm/vmwgfx/vmwgfx_bo.c | 8 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 8 - drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 8 - drivers/gpu/drm/vmwgfx/vmwgfx_gem.c | 2 +- drivers/gpu/drm/vmwgfx/vmwgfx_mob.c | 12 +- drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 4 +- drivers/gpu/drm/vmwgfx/vmwgfx_thp.c | 184 --------------------- 9 files changed, 33 insertions(+), 237 deletions(-) delete mode 100644 drivers/gpu/drm/vmwgfx/vmwgfx_thp.c
-- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Maxfeldstr. 5, 90409 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Felix Imendörffer
dri-devel@lists.freedesktop.org