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

2023-12-15 Thread pr-tracker-bot
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


[git pull] drm fixes for 6.7-rc6

2023-12-14 Thread Dave Airlie
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 c