Hi Dave, Daniel,
Here's this week PR for drm-misc-next-fixes.
Maxime
drm-misc-next-fixes-2021-11-10: Removed the TTM Huge Page functionnality to address a crash, a timeout fix for udl, CONFIG_FB dependency improvements, a fix for a circular locking depency in imx, a NULL pointer dereference fix for virtio, and a naming collision fix for drm/locking. The following changes since commit ff2d23843f7fb4f13055be5a4a9a20ddd04e6e9c:
dma-buf/poll: Get a file reference for outstanding fence callbacks (2021-11-04 09:18:57 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2021-11-10
for you to fetch changes up to bcae3af286f49bf4f6cda03f165fbe530f4a6bed:
drm/locking: fix __stack_depot_* name conflict (2021-11-09 13:08:13 +0200)
---------------------------------------------------------------- Removed the TTM Huge Page functionnality to address a crash, a timeout fix for udl, CONFIG_FB dependency improvements, a fix for a circular locking depency in imx, a NULL pointer dereference fix for virtio, and a naming collision fix for drm/locking.
---------------------------------------------------------------- Arnd Bergmann (1): drm: fb_helper: improve CONFIG_FB dependency
Daniel Vetter (1): MAINTAINERS: dri-devel is for all of drivers/gpu
Fabio Estevam (1): Revert "drm/imx: Annotate dma-fence critical section in commit path"
Jason Gunthorpe (1): drm/ttm: remove ttm_bo_vm_insert_huge()
Johan Hovold (1): drm/udl: fix control-message timeout
Stephen Rothwell (1): drm/locking: fix __stack_depot_* name conflict
Vivek Kasireddy (1): drm/virtio: Fix NULL dereference error in virtio_gpu_poll
MAINTAINERS | 3 +- drivers/gpu/drm/Kconfig | 5 +- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 2 +- drivers/gpu/drm/drm_modeset_lock.c | 14 ++--- drivers/gpu/drm/imx/imx-drm-core.c | 2 - drivers/gpu/drm/nouveau/nouveau_gem.c | 2 +- drivers/gpu/drm/radeon/radeon_gem.c | 2 +- drivers/gpu/drm/ttm/ttm_bo_vm.c | 94 +----------------------------- drivers/gpu/drm/udl/udl_connector.c | 2 +- drivers/gpu/drm/virtio/virtgpu_drv.c | 3 +- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 4 -- drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c | 72 +---------------------- drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c | 3 - include/drm/ttm/ttm_bo_api.h | 3 +- 14 files changed, 20 insertions(+), 191 deletions(-)
dri-devel@lists.freedesktop.org