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

2022-11-25 Thread pr-tracker-bot
The pull request you sent on Fri, 25 Nov 2022 13:47:02 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-11-25

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

Thank you!

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


[git pull] drm fixes for 6.1-rc7

2022-11-24 Thread Dave Airlie
Hi Linus,

Weekly fixes, amdgpu has not quite settled down. Most of the changes
are small, and the non-amdgpu ones are all fine. There are a bunch of
DP MST DSC fixes that fix some issues introduced in a previous larger
MST rework.

The biggest one is mainly propagating some error values properly
instead of bool returns, and I think it just looks large but doesn't
really change anything too much, except propagating errors that are
required to avoid deadlocks. I've gone over it and a few others and
they've had some decent testing over the last few weeks, but let me
know if you think it's too problematic.

Dave.


drm-fixes-2022-11-25:
drm fixes for 6.1-rc7

amdgpu:
- amdgpu gang submit fix.
- DCN 3.1.4 fixes
- DP MST DSC deadlock fixes
- HMM userptr fixes
- Fix Aldebaran CU occupancy reporting
- GFX11 fixes
- PSP suspend/resume fix
- DCE12 KASAN fix
- DCN 3.2.x fixes
- Rotated cursor fix
- SMU 13.x fix
- DELL platform suspend/resume fixes
- VCN4 SR-IOV fix
- Display regression fix for polled connectors

i915:
- Fix GVT KVM reference count handling
- Never purge busy TTM objects
- Fix warn in intel_display_power_*_domain() functions

dma-buf:
- Use dma_fence_unwrap_for_each when importing sync files.
- Fix race in dma_heap_add().

fbcon:
- Fix use of uninitialized memory in logo.
The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:

  Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-11-25

for you to fetch changes up to e57702069b26b8601a33fdc0c9bbe40c6bb9c72f:

  Merge tag 'amd-drm-fixes-6.1-2022-11-23' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2022-11-25
10:55:23 +1000)


drm fixes for 6.1-rc7

amdgpu:
- amdgpu gang submit fix.
- DCN 3.1.4 fixes
- DP MST DSC deadlock fixes
- HMM userptr fixes
- Fix Aldebaran CU occupancy reporting
- GFX11 fixes
- PSP suspend/resume fix
- DCE12 KASAN fix
- DCN 3.2.x fixes
- Rotated cursor fix
- SMU 13.x fix
- DELL platform suspend/resume fixes
- VCN4 SR-IOV fix
- Display regression fix for polled connectors

i915:
- Fix GVT KVM reference count handling
- Never purge busy TTM objects
- Fix warn in intel_display_power_*_domain() functions

dma-buf:
- Use dma_fence_unwrap_for_each when importing sync files.
- Fix race in dma_heap_add().

fbcon:
- Fix use of uninitialized memory in logo.


Alex Deucher (2):
  drm/amdgpu/psp: don't free PSP buffers on suspend
  drm/amdgpu: Partially revert "drm/amdgpu: update
drm_display_info correctly when the edid is read"

Christian König (3):
  drm/amdgpu: handle gang submit before VMID
  drm/amdgpu: always register an MMU notifier for userptr
  drm/amdgpu: fix userptr HMM range handling v2

Dave Airlie (3):
  Merge tag 'drm-misc-fixes-2022-11-24' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
  Merge tag 'drm-intel-fixes-2022-11-24' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
  Merge tag 'amd-drm-fixes-6.1-2022-11-23' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

David Galiffi (1):
  drm/amd/display: Fix rotated cursor offset calculation

Dawei Li (1):
  dma-buf: fix racing conflict of dma_heap_add()

Dillon Varone (3):
  drm/amd/display: Update soc bounding box for dcn32/dcn321
  drm/amd/display: Use viewport height for subvp mall allocation size
  drm/amd/display: Use new num clk levels struct for max mclk index

Imre Deak (1):
  drm/i915: Fix warn in intel_display_power_*_domain() functions

Jack Xiao (1):
  drm/amd/amdgpu: reserve vm invalidation engine for firmware

Jane Jian (1):
  drm/amdgpu/vcn: re-use original vcn0 doorbell value

Jason Ekstrand (1):
  dma-buf: Use dma_fence_unwrap_for_each when importing fences

Lyude Paul (6):
  drm/amdgpu/mst: Stop ignoring error codes and deadlocking
  drm/display/dp_mst: Fix drm_dp_mst_add_affected_dsc_crtcs() return code
  drm/amdgpu/dm/mst: Use the correct topology mgr pointer in
amdgpu_dm_connector
  drm/amdgpu/dm/dp_mst: Don't grab mst_mgr->lock when computing DSC state
  drm/amdgpu/dm/mst: Fix uninitialized var in
pre_compute_mst_dsc_configs_for_state()
  drm/amd/dc/dce120: Fix audio register mapping, stop triggering KASAN

Matthew Auld (1):
  drm/i915/ttm: never purge busy objects

Ramesh Errabolu (1):
  drm/amdgpu: Enable Aldebaran devices to report CU Occupancy

Roman Li (1):
  drm/amd/display: Align dcn314_smu logging with other DCNs

Sean Christopherson (2):
  drm/i915/gvt: Get reference to KVM iff attachment to VM is successful
  drm/i915/gvt: Unconditionally put reference to KVM when detaching vGPU

Stanley.Yang (1):
  drm/amdgpu: fix use-after-free during gpu recovery

Taimur Hassan (1):
  drm/amd/display: Avoid setting pixel rate divider to N/A

Tetsuo