Merge tag 'drm-fixes-2023-05-12' of git://anongit.freedesktop.org/drm/drm
Pull drm fixes from Dave Airlie: "About the usual for this stage, bunch of amdgpu, a few i915 and a scattering of fixes across the board" dsc: - macro fixes simplefb: - fix VESA format scheduler: - timeout handling fix fbdev: - avoid potential out-of-bounds access in generic fbdev emulation ast: - improve AST2500+ compat on ARM mipi-dsi: - small mipi-dsi fix amdgpu: - VCN3 fixes - APUs always support PCI atomics - legacy power management fixes - DCN 3.1.4 fix - DCFCLK fix - fix several RAS irq refcount mismatches - GPU Reset fix - GFX 11.0.4 fix i915: - taint kernel when force_probe is used - NULL deref and div-by-zero fixes for display - GuC error capture fix for Xe devices" * tag 'drm-fixes-2023-05-12' of git://anongit.freedesktop.org/drm/drm: (24 commits) drm/amdgpu: change gfx 11.0.4 external_id range drm/amdgpu/jpeg: Remove harvest checking for JPEG3 drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling legacy gfx ras drm/amd/pm: avoid potential UBSAN issue on legacy asics drm/i915: taint kernel when force probing unsupported devices drm/i915/dp: prevent potential div-by-zero drm/i915: Fix NULL ptr deref by checking new_crtc_state drm/i915/guc: Don't capture Gen8 regs on Xe devices drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2) drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes drm/amd/display: Add symclk workaround during disable link output drm/amd/pm: parse pp_handle under appropriate conditions drm/amdgpu: set gfx9 onwards APU atomics support to be true drm/amdgpu/nv: update VCN 3 max HEVC encoding resolution drm/sched: Check scheduler work queue before calling timeout handling drm/mipi-dsi: Set the fwnode for mipi_dsi_device drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values ...
No related branches found
No related tags found
Showing
- drivers/firmware/sysfb_simplefb.c 3 additions, 1 deletiondrivers/firmware/sysfb_simplefb.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c 11 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/amdgpu_device.c
- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c 5 additions, 3 deletionsdrivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
- drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c 0 additions, 46 deletionsdrivers/gpu/drm/amd/amdgpu/gfx_v11_0.c
- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 2 additions, 1 deletiondrivers/gpu/drm/amd/amdgpu/gfx_v9_0.c
- drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c 1 addition, 0 deletionsdrivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c
- drivers/gpu/drm/amd/amdgpu/nv.c 16 additions, 6 deletionsdrivers/gpu/drm/amd/amdgpu/nv.c
- drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c 5 additions, 3 deletionsdrivers/gpu/drm/amd/amdgpu/sdma_v4_0.c
- drivers/gpu/drm/amd/amdgpu/soc21.c 1 addition, 1 deletiondrivers/gpu/drm/amd/amdgpu/soc21.c
- drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c 65 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c
- drivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.h 2 additions, 0 deletionsdrivers/gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.h
- drivers/gpu/drm/amd/display/dc/dcn314/dcn314_init.c 1 addition, 1 deletiondrivers/gpu/drm/amd/display/dc/dcn314/dcn314_init.c
- drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c 3 additions, 2 deletions...rs/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.c
- drivers/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.h 1 addition, 0 deletions...rs/gpu/drm/amd/display/dc/dml/dcn32/display_mode_vba_32.h
- drivers/gpu/drm/amd/pm/amdgpu_dpm.c 18 additions, 7 deletionsdrivers/gpu/drm/amd/pm/amdgpu_dpm.c
- drivers/gpu/drm/ast/ast_main.c 5 additions, 4 deletionsdrivers/gpu/drm/ast/ast_main.c
- drivers/gpu/drm/drm_fb_helper.c 12 additions, 4 deletionsdrivers/gpu/drm/drm_fb_helper.c
- drivers/gpu/drm/drm_mipi_dsi.c 1 addition, 1 deletiondrivers/gpu/drm/drm_mipi_dsi.c
- drivers/gpu/drm/i915/Kconfig 7 additions, 5 deletionsdrivers/gpu/drm/i915/Kconfig
- drivers/gpu/drm/i915/display/intel_atomic_plane.c 2 additions, 2 deletionsdrivers/gpu/drm/i915/display/intel_atomic_plane.c
Loading
Please register or sign in to comment