2023-12-15 06:42:25

by Dave Airlie

[permalink] [raw]
Subject: [git pull] drm fixes for 6.7-rc6

Hi Linus,

More regular fixes, amdgpu, i915, mediatek and nouveau are most of
them this week. Nothing too major, then a few misc bits and pieces in
core, panel and ivpu.

Dave.

drm-fixes-2023-12-15:
drm fixes for 6.7-rc6

drm:
- fix uninit problems in crtc
- fix fd ownership check
- edid: add modes in fallback paths

panel:
- move LG panel into DSI yaml
- ltk050h3146w: set burst mode

mediatek:
- mtk_disp_gamma: Fix breakage due to merge issue
- fix kernel oops if no crtc is found
- Add spinlock for setting vblank event in atomic_begin
- Fix access violation in mtk_drm_crtc_dma_dev_get

i915:
- Fix selftest engine reset count storage for multi-tile
- Fix out-of-bounds reads for engine reset counts
- Fix ADL+ remapped stride with CCS
- Fix intel_atomic_setup_scalers() plane_state handling
- Fix ADL+ tiled plane stride when the POT stride is smaller than the original
- Fix eDP 1.4 rate select method link configuration

amdgpu:
- Fix suspend fix that got accidently mangled last week
- Fix OD regression
- PSR fixes
- OLED Backlight regression fix
- JPEG 4.0.5 fix
- Misc display fixes
- SDMA 5.2 fix
- SDMA 2.4 regression fix
- GPUVM race fix

nouveau:
- fix gk20a instobj hierarchy
- fix headless iors inheritance regression

ivpu:
- fix WA initialisation
The following changes since commit a39b6ac3781d46ba18193c9dbb2110f31e9bffe9:

Linux 6.7-rc5 (2023-12-10 14:33:40 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 7ba84cbf18c7a53107c64880d9c90f18fa68b481:

drm/nouveau/kms/nv50-: Don't allow inheritance of headless iors
(2023-12-15 14:11:47 +1000)

----------------------------------------------------------------
drm fixes for 6.7-rc6

drm:
- fix uninit problems in crtc
- fix fd ownership check
- edid: add modes in fallback paths

panel:
- move LG panel into DSI yaml
- ltk050h3146w: set burst mode

mediatek:
- mtk_disp_gamma: Fix breakage due to merge issue
- fix kernel oops if no crtc is found
- Add spinlock for setting vblank event in atomic_begin
- Fix access violation in mtk_drm_crtc_dma_dev_get

i915:
- Fix selftest engine reset count storage for multi-tile
- Fix out-of-bounds reads for engine reset counts
- Fix ADL+ remapped stride with CCS
- Fix intel_atomic_setup_scalers() plane_state handling
- Fix ADL+ tiled plane stride when the POT stride is smaller than the original
- Fix eDP 1.4 rate select method link configuration

amdgpu:
- Fix suspend fix that got accidently mangled last week
- Fix OD regression
- PSR fixes
- OLED Backlight regression fix
- JPEG 4.0.5 fix
- Misc display fixes
- SDMA 5.2 fix
- SDMA 2.4 regression fix
- GPUVM race fix

nouveau:
- fix gk20a instobj hierarchy
- fix headless iors inheritance regression

ivpu:
- fix WA initialisation

----------------------------------------------------------------
Alex Deucher (2):
drm/amdgpu: fix buffer funcs setting order on suspend harder
drm/amdgpu/sdma5.2: add begin/end_use ring callbacks

Andrzej Kacprowski (1):
accel/ivpu/37xx: Fix interrupt_clear_with_0 WA initialization

AngeloGioacchino Del Regno (1):
drm/mediatek: mtk_disp_gamma: Fix breakage due to merge issue

Christian König (2):
drm/amdgpu: fix tear down order in amdgpu_vm_pt_free
drm/amdgpu: warn when there are still mappings when a BO is destroyed v2

Dave Airlie (4):
Merge tag 'mediatek-drm-fixes-20231211' of
https://git.kernel.org/pub/scm/linux/kernel/git/chunkuang.hu/linux
into drm-fixes
Merge tag 'drm-intel-fixes-2023-12-13' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Merge tag 'amd-drm-fixes-6.7-2023-12-13' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Merge tag 'drm-misc-fixes-2023-12-14' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

David Heidelberg (1):
dt-bindings: panel-simple-dsi: move LG 5" HD TFT LCD panel into DSI yaml

Dmitrii Galantsev (1):
drm/amd/pm: fix pp_*clk_od typo

Fangzhi Zuo (1):
drm/amd/display: Populate dtbclk from bounding box

Farouk Bouabid (1):
drm/panel: ltk050h3146w: Set burst mode for ltk050h3148w

Hamza Mahfooz (1):
drm/amd/display: fix hw rotated modes when PSR-SU is enabled

Jani Nikula (3):
drm/crtc: fix uninitialized variable use
drm/i915/edp: don't write to DP_LINK_BW_SET when using rate select
drm/edid: also call add modes in EDID connector update fallback

Jason-JH.Lin (1):
drm/mediatek: Add spinlock for setting vblank event in atomic_begin

Lingkai Dong (1):
drm: Fix FD ownership check in drm_master_check_perm()

Lyude Paul (1):
drm/nouveau/kms/nv50-: Don't allow inheritance of headless iors

Mario Limonciello (3):
drm/amd/display: Restore guard against default backlight value < 1 nit
drm/amd/display: Disable PSR-SU on Parade 0803 TCON again
drm/amd: Fix a probing order problem on SDMA 2.4

Michael Walle (1):
drm/mediatek: fix kernel oops if no crtc is found

Saleemkhan Jamadar (1):
drm/amdgpu/jpeg: configure doorbell for each playback

Stuart Lee (1):
drm/mediatek: Fix access violation in mtk_drm_crtc_dma_dev_get

Taimur Hassan (1):
drm/amd/display: Revert "Fix conversions between bytes and KB"

Thierry Reding (1):
drm/nouveau: Fixup gk20a instobj hierarchy

Tvrtko Ursulin (2):
drm/i915/selftests: Fix engine reset count storage for multi-tile
drm/i915: Use internal class when counting engine resets

Ville Syrjälä (3):
drm/i915: Fix remapped stride with CCS on ADL+
drm/i915: Fix intel_atomic_setup_scalers() plane_state handling
drm/i915: Fix ADL+ tiled plane stride when the POT stride is
smaller than the original

Ziqi Zhao (1):
drm/crtc: Fix uninit-value bug in drm_mode_setcrtc

.../bindings/display/panel/panel-simple-dsi.yaml | 2 ++
.../bindings/display/panel/panel-simple.yaml | 2 --
drivers/accel/ivpu/ivpu_hw_37xx.c | 12 ++++++---
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 --
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | 2 ++
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_pt.c | 3 ++-
drivers/gpu/drm/amd/amdgpu/jpeg_v4_0_5.c | 15 ++++++-----
drivers/gpu/drm/amd/amdgpu/sdma_v2_4.c | 4 +--
drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 28 +++++++++++++++++++
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 3 +++
drivers/gpu/drm/amd/display/dc/dc_hw_types.h | 1 +
drivers/gpu/drm/amd/display/dc/dcn20/dcn20_hubp.c | 12 +++++++--
.../gpu/drm/amd/display/dc/dml/dcn35/dcn35_fpu.c | 14 ++++++----
.../drm/amd/display/dc/dml2/display_mode_core.c | 16 +++++------
.../amd/display/dc/dml2/dml2_translation_helper.c | 5 ++--
.../drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c | 3 ++-
.../dc/link/protocols/link_edp_panel_control.c | 4 +--
.../drm/amd/display/modules/power/power_helpers.c | 2 ++
drivers/gpu/drm/amd/pm/amdgpu_pm.c | 4 +--
drivers/gpu/drm/drm_auth.c | 2 +-
drivers/gpu/drm/drm_crtc.c | 8 +++---
drivers/gpu/drm/drm_edid.c | 3 ++-
.../gpu/drm/i915/display/intel_dp_link_training.c | 31 +++++++++++++++-------
drivers/gpu/drm/i915/display/intel_fb.c | 19 ++++++++++---
drivers/gpu/drm/i915/display/skl_scaler.c | 2 +-
drivers/gpu/drm/i915/gt/intel_reset.c | 2 +-
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 5 ++--
drivers/gpu/drm/i915/i915_gpu_error.h | 12 +++++++--
drivers/gpu/drm/i915/selftests/igt_live_test.c | 9 ++++---
drivers/gpu/drm/i915/selftests/igt_live_test.h | 3 ++-
drivers/gpu/drm/mediatek/mtk_disp_gamma.c | 2 +-
drivers/gpu/drm/mediatek/mtk_drm_crtc.c | 14 +++++++++-
drivers/gpu/drm/mediatek/mtk_drm_drv.c | 5 +++-
drivers/gpu/drm/nouveau/nvkm/engine/disp/uoutp.c | 2 +-
.../gpu/drm/nouveau/nvkm/subdev/instmem/gk20a.c | 18 ++++++-------
drivers/gpu/drm/panel/panel-leadtek-ltk050h3146w.c | 2 +-
36 files changed, 190 insertions(+), 83 deletions(-)


2023-12-15 19:39:24

by pr-tracker-bot

[permalink] [raw]
Subject: Re: [git pull] drm fixes for 6.7-rc6

The pull request you sent on Fri, 15 Dec 2023 16:42:01 +1000:

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

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

Thank you!

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