Re: [git pull] drm fixes for 6.8-rc7

2024-03-01 Thread pr-tracker-bot
The pull request you sent on Fri, 1 Mar 2024 15:41:03 +1000:

> https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2024-03-01

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

Thank you!

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


[git pull] drm fixes for 6.8-rc7

2024-02-29 Thread Dave Airlie
Hi Linus,

Regular weekly fixes pull, I'll be travelling for a few days but I
don't think it should interfere with anything apart from my
responsiveness if things go wrong :-P.

Bunch of fixes, xe, amdgpu, nouveau and tegra all have a few. Then
drm/bridge including some drivers/soc fallout fixes. The biggest thing
in here is a new unit test for some buddy allocator fixes, otherwise a
misc fbcon, ttm unit test and one msm revert.

Seems to pretty normal for this stage.

Regards,
Dave.

drm-fixes-2024-03-01:
drm fixes for 6.8-rc7

buddy:
- two allocation fixes + unit test

fbcon:
- font restore syzkaller fix

ttm:
- kunit test fix

bridge:
- fix aux-hpd leaks
- fix aux-hpd registration
- fix use after free in soc/qcom
- fix boot on soc/qcom

xe:
- A couple of tracepoint updates from Priyanka and Lucas.
- Make sure BINDs are completed before accepting UNBINDs on LR vms.
- Don't arbitrarily restrict max number of batched binds.
- Add uapi for dumpable bos (agreed on IRC).
- Remove unused uapi flags and a leftover comment.
- A couple of fixes related to the execlist backend.

msm:
- DP: Revert a change which was causing a HDP regression

amdgpu:
- Fix potential buffer overflow
- Fix power min cap
- Suspend/resume fix
- SI PM fix
- eDP fix

nouveau:
- fix a misreported VRAM sizing
- fix a regression in suspend/resume due to freeing

tegra:
- host1x reset fix
- only remove existing driver if display is possible
The following changes since commit d206a76d7d2726f3b096037f2079ce0bd3ba329b:

  Linux 6.8-rc6 (2024-02-25 15:46:06 -0800)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2024-03-01

for you to fetch changes up to f6ecfdad359a01c7fd8a3bcfde3ef0acdf107e6e:

  drm/nouveau: keep DMA buffers required for suspend/resume
(2024-03-01 15:27:04 +1000)


drm fixes for 6.8-rc7

buddy:
- two allocation fixes + unit test

fbcon:
- font restore syzkaller fix

ttm:
- kunit test fix

bridge:
- fix aux-hpd leaks
- fix aux-hpd registration
- fix use after free in soc/qcom
- fix boot on soc/qcom

xe:
- A couple of tracepoint updates from Priyanka and Lucas.
- Make sure BINDs are completed before accepting UNBINDs on LR vms.
- Don't arbitrarily restrict max number of batched binds.
- Add uapi for dumpable bos (agreed on IRC).
- Remove unused uapi flags and a leftover comment.
- A couple of fixes related to the execlist backend.

msm:
- DP: Revert a change which was causing a HDP regression

amdgpu:
- Fix potential buffer overflow
- Fix power min cap
- Suspend/resume fix
- SI PM fix
- eDP fix

nouveau:
- fix a misreported VRAM sizing
- fix a regression in suspend/resume due to freeing

tegra:
- host1x reset fix
- only remove existing driver if display is possible


Alex Deucher (1):
  Revert "drm/amd/pm: resolve reboot exception for si oland"

Arnd Bergmann (1):
  drm/xe/mmio: fix build warning for BAR resize on 32-bit

Christian König (1):
  drm/ttm/tests: depend on UML || COMPILE_TEST

Dave Airlie (5):
  Merge tag 'drm-misc-fixes-2024-02-29' of
https://anongit.freedesktop.org/git/drm/drm-misc into drm-fixes
  Merge tag 'drm-xe-fixes-2024-02-29' of
https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
  Merge tag 'drm-msm-fixes-2024-02-28' of
https://gitlab.freedesktop.org/drm/msm into drm-fixes
  Merge tag 'amd-drm-fixes-6.8-2024-02-29' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
  nouveau: report byte usage in VRAM usage.

Dmitry Baryshkov (1):
  Revert "drm/msm/dp: use drm_bridge_hpd_notify() to report HPD
status changes"

Francois Dugast (1):
  drm/xe/uapi: Remove unused flags

Jiri Slaby (SUSE) (1):
  fbcon: always restore the old font data in fbcon_do_set_font()

Johan Hovold (3):
  drm/bridge: aux-hpd: fix OF node leaks
  drm/bridge: aux-hpd: separate allocation and registration
  soc: qcom: pmic_glink_altmode: fix drm bridge use-after-free

José Roberto de Souza (1):
  drm/xe/uapi: Remove DRM_XE_VM_BIND_FLAG_ASYNC comment left over

Lucas De Marchi (1):
  drm/xe: Use pointers in trace events

Ma Jun (1):
  drm/amdgpu/pm: Fix the power1_min_cap value

Maarten Lankhorst (1):
  drm/xe: Add uapi for dumpable bos

Matthew Auld (3):
  drm/buddy: fix range bias
  drm/buddy: check range allocation matches alignment
  drm/tests/drm_buddy: add alloc_range_bias test

Matthew Brost (3):
  drm/xe: Fix execlist splat
  drm/xe: Don't support execlists in xe_gt_tlb_invalidation layer
  drm/xe: Use vmalloc for array of bind allocation in bind IOCTL

Maxime Ripard (1):
  Merge drm/drm-fixes into drm-misc-fixes

Mika Kuoppala (2):
  drm/xe: Expose user fence from xe_sync_entry
  drm/xe: Deny unbinds if uapi ufence pending

Mikko Perttunen (1):
  gpu: host1x: Skip reset assert on Tegra186

Paulo Zanoni (1):
  drm/xe: get