Merge tag 'drm-fixes-2023-02-17' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "Just a final collection of misc fixes, the biggest disables the recently added dynamic debugging support, it has a regression that needs some bigger fixes. Otherwise a bunch of fixes across the board, vc4, amdgpu and vmwgfx mostly, with some smaller i915 and ast fixes. drm: - dynamic debug disable for now fbdev: - deferred i/o device close fix amdgpu: - Fix GC11.x suspend warning - Fix display warning vc4: - YUV planes fix - hdmi display fix - crtc reduced blanking fix ast: - fix start address computation vmwgfx: - fix bo/handle races i915: - gen11 WA fix" * tag 'drm-fixes-2023-02-17' of git://anongit.freedesktop.org/drm/drm: drm/amd/display: Fail atomic_check early on normalize_zpos error drm/amd/amdgpu: fix warning during suspend drm/vmwgfx: Do not drop the reference to the handle too soon drm/vmwgfx: Stop accessing buffer objects which failed init drm/i915/gen11: Wa_1408615072/Wa_1407596294 should be on GT list drm: Disable dynamic debug as broken drm/ast: Fix start address computation fbdev: Fix invalid page access after closing deferred I/O devices drm/vc4: crtc: Increase setup cost in core clock calculation to handle extreme reduced blanking drm/vc4: hdmi: Always enable GCP with AVMUTE cleared drm/vc4: Fix YUV plane handling when planes are in different buffers
Showing
- drivers/gpu/drm/Kconfig 2 additions, 1 deletiondrivers/gpu/drm/Kconfig
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 3 additions, 0 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/mes_v11_0.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/mes_v11_0.c
- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c 5 additions, 1 deletiondrivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
- drivers/gpu/drm/ast/ast_mode.c 2 additions, 2 deletionsdrivers/gpu/drm/ast/ast_mode.c
- drivers/gpu/drm/i915/gt/intel_workarounds.c 7 additions, 7 deletionsdrivers/gpu/drm/i915/gt/intel_workarounds.c
- drivers/gpu/drm/vc4/vc4_crtc.c 1 addition, 1 deletiondrivers/gpu/drm/vc4/vc4_crtc.c
- drivers/gpu/drm/vc4/vc4_hdmi.c 9 additions, 9 deletionsdrivers/gpu/drm/vc4/vc4_hdmi.c
- drivers/gpu/drm/vc4/vc4_plane.c 4 additions, 2 deletionsdrivers/gpu/drm/vc4/vc4_plane.c
- drivers/gpu/drm/vmwgfx/vmwgfx_bo.c 8 additions, 4 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_bo.c
- drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c 2 additions, 0 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c
- drivers/gpu/drm/vmwgfx/vmwgfx_gem.c 4 additions, 4 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_gem.c
- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 3 additions, 1 deletiondrivers/gpu/drm/vmwgfx/vmwgfx_kms.c
- drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c 1 addition, 0 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_overlay.c
- drivers/gpu/drm/vmwgfx/vmwgfx_shader.c 1 addition, 0 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_shader.c
- drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 6 additions, 4 deletionsdrivers/gpu/drm/vmwgfx/vmwgfx_surface.c
- drivers/video/fbdev/core/fb_defio.c 9 additions, 1 deletiondrivers/video/fbdev/core/fb_defio.c
- drivers/video/fbdev/core/fbmem.c 4 additions, 0 deletionsdrivers/video/fbdev/core/fbmem.c
- include/linux/fb.h 1 addition, 0 deletionsinclude/linux/fb.h
Please register or sign in to comment