Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drm
Pull more drm fixes from Dave Airlie: "Maarten was away, so Maxine stepped up and sent me the drm-fixes merge, so no point leaving it for another week. The big change is an OF revert around bridge/panels, it may have some driver fallout, but hopefully this revert gets them shook out in the next week easier. Otherwise it's a bunch of locking/refcounts across drivers, a radeon dma_resv logic fix and some raspberry pi panel fixes. panel: - revert of patch that broke panel/bridge issues dma-buf: - remove unused header file. amdgpu: - partial revert of locking change radeon: - fix dma_resv logic inversion panel: - pi touchscreen panel init fixes vc4: - build fix - runtime pm refcount fix vmwgfx: - refcounting fix" * tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drm: drm/amdgpu: partial revert "remove ctx->lock" v2 Revert "drm: of: Lookup if child node has panel or bridge" Revert "drm: of: Properly try all possible cases for bridge/panel detection" drm/vc4: Use pm_runtime_resume_and_get to fix pm_runtime_get_sync() usage drm/vmwgfx: Fix gem refcounting and memory evictions drm/vc4: Fix build error when CONFIG_DRM_VC4=y && CONFIG_RASPBERRYPI_FIRMWARE=m drm/panel/raspberrypi-touchscreen: Initialise the bridge in prepare drm/panel/raspberrypi-touchscreen: Avoid NULL deref if not initialised dma-buf-map: remove renamed header file drm/radeon: fix logic inversion in radeon_sync_resv
No related branches found
No related tags found
Showing
- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c 15 additions, 6 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_cs.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c 2 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_ctx.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h 1 addition, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_ctx.h
- drivers/gpu/drm/drm_of.c 33 additions, 51 deletionsdrivers/gpu/drm/drm_of.c
- drivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c 10 additions, 3 deletionsdrivers/gpu/drm/panel/panel-raspberrypi-touchscreen.c
- drivers/gpu/drm/radeon/radeon_sync.c 1 addition, 1 deletiondrivers/gpu/drm/radeon/radeon_sync.c
- drivers/gpu/drm/vc4/Kconfig 3 additions, 0 deletionsdrivers/gpu/drm/vc4/Kconfig
- drivers/gpu/drm/vc4/vc4_dsi.c 1 addition, 1 deletiondrivers/gpu/drm/vc4/vc4_dsi.c
- drivers/gpu/drm/vmwgfx/vmwgfx_bo.c 20 additions, 23 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_bo.c
- drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 2 additions, 6 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_drv.c
- drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 6 additions, 1 deletiondrivers/gpu/drm/vmwgfx/vmwgfx_surface.c
- include/linux/dma-buf-map.h 0 additions, 266 deletionsinclude/linux/dma-buf-map.h
Loading
Please register or sign in to comment