2023-05-11 21:13:18

by Dave Airlie

[permalink] [raw]
Subject: [git pull] drm fixes for 6.4-rc2

Hi Linus,

About the usual for this stage, bunch of amdgpu, a few i915 and a
scattering of fixes across the board,

Regards,
Dave.

drm-fixes-2023-05-12:
drm fixes for 6.4-rc2

dsc:
- macro fixes

simplefb:
- fix VESA format

scheduler:
- Scheduler timeout handling fix.

fbdev:
- Prohibit 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:
- Fix to taint kernel when force_probe is used
- Null deref and div-by-zero fixes for display
- GuC error capture fix for Xe devices
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-05-12

for you to fetch changes up to d8843eebbbd15b78c6a7745717b3705eca923b0f:

Merge tag 'amd-drm-fixes-6.4-2023-05-11' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2023-05-12
06:46:34 +1000)

----------------------------------------------------------------
drm fixes for 6.4-rc2

dsc:
- macro fixes

simplefb:
- fix VESA format

scheduler:
- Scheduler timeout handling fix.

fbdev:
- Prohibit 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:
- Fix to taint kernel when force_probe is used
- Null deref and div-by-zero fixes for display
- GuC error capture fix for Xe devices

----------------------------------------------------------------
Alvin Lee (1):
drm/amd/display: Enforce 60us prefetch for 200Mhz DCFCLK modes

Dave Airlie (3):
Merge tag 'drm-misc-fixes-2023-05-11' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Merge tag 'drm-intel-fixes-2023-05-11-1' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Merge tag 'amd-drm-fixes-6.4-2023-05-11' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

Guchun Chen (4):
drm/amd/pm: parse pp_handle under appropriate conditions
drm/amdgpu: disable sdma ecc irq only when sdma RAS is enabled in suspend
drm/amd/pm: avoid potential UBSAN issue on legacy asics
drm/amdgpu/gfx: disable gfx9 cp_ecc_error_irq only when enabling
legacy gfx ras

Horatio Zhang (1):
drm/amdgpu: drop gfx_v11_0_cp_ecc_error_irq_funcs

Jammy Huang (1):
drm/ast: Fix ARM compatibility

Jani Nikula (3):
drm/dsc: fix drm_edp_dsc_sink_output_bpp() DPCD high byte usage
drm/dsc: fix DP_DSC_MAX_BPP_DELTA_* macro values
drm/i915: taint kernel when force probing unsupported devices

John Harrison (1):
drm/i915/guc: Don't capture Gen8 regs on Xe devices

Kees Cook (1):
drm/nouveau/disp: More DP_RECEIVER_CAP_SIZE array fixes

Leo Chen (1):
drm/amd/display: Add symclk workaround during disable link output

Lin.Cao (1):
drm/amdgpu: Fix vram recover doesn't work after whole GPU reset (v2)

Nikita Zhandarovich (1):
drm/i915/dp: prevent potential div-by-zero

Pierre Asselin (1):
firmware/sysfb: Fix VESA format selection

Saleemkhan Jamadar (1):
drm/amdgpu/jpeg: Remove harvest checking for JPEG3

Saravana Kannan (1):
drm/mipi-dsi: Set the fwnode for mipi_dsi_device

Stanislav Lisovskiy (1):
drm/i915: Fix NULL ptr deref by checking new_crtc_state

Sui Jingfeng (1):
drm/fbdev-generic: prohibit potential out-of-bounds access

Thong Thai (1):
drm/amdgpu/nv: update VCN 3 max HEVC encoding resolution

Vitaly Prosyak (1):
drm/sched: Check scheduler work queue before calling timeout handling

Yifan Zhang (2):
drm/amdgpu: set gfx9 onwards APU atomics support to be true
drm/amdgpu: change gfx 11.0.4 external_id range

drivers/firmware/sysfb_simplefb.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 12 +++-
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c | 8 ++-
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c | 46 ---------------
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 3 +-
drivers/gpu/drm/amd/amdgpu/jpeg_v3_0.c | 1 +
drivers/gpu/drm/amd/amdgpu/nv.c | 22 ++++++--
drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 8 ++-
drivers/gpu/drm/amd/amdgpu/soc21.c | 2 +-
.../gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.c | 65 ++++++++++++++++++++++
.../gpu/drm/amd/display/dc/dcn314/dcn314_hwseq.h | 2 +
.../gpu/drm/amd/display/dc/dcn314/dcn314_init.c | 2 +-
.../amd/display/dc/dml/dcn32/display_mode_vba_32.c | 5 +-
.../amd/display/dc/dml/dcn32/display_mode_vba_32.h | 1 +
drivers/gpu/drm/amd/pm/amdgpu_dpm.c | 25 ++++++---
drivers/gpu/drm/ast/ast_main.c | 9 +--
drivers/gpu/drm/drm_fb_helper.c | 16 ++++--
drivers/gpu/drm/drm_mipi_dsi.c | 2 +-
drivers/gpu/drm/i915/Kconfig | 12 ++--
drivers/gpu/drm/i915/display/intel_atomic_plane.c | 4 +-
drivers/gpu/drm/i915/display/intel_dp.c | 5 ++
drivers/gpu/drm/i915/gt/uc/intel_guc_capture.c | 7 ++-
drivers/gpu/drm/i915/i915_pci.c | 6 ++
drivers/gpu/drm/nouveau/include/nvif/if0012.h | 4 +-
drivers/gpu/drm/nouveau/nvkm/engine/disp/outp.h | 3 +-
drivers/gpu/drm/nouveau/nvkm/engine/disp/uoutp.c | 2 +-
drivers/gpu/drm/scheduler/sched_main.c | 2 +-
include/drm/display/drm_dp.h | 5 +-
include/drm/display/drm_dp_helper.h | 5 +-
29 files changed, 188 insertions(+), 100 deletions(-)


2023-05-11 22:07:21

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [git pull] drm fixes for 6.4-rc2

The pull request you sent on Fri, 12 May 2023 06:59:57 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2023-05-12

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/cc3c44c9fda264c6d401be04e95449a57c1231c6

Thank you!

--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html