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

2020-05-15 Thread pr-tracker-bot
The pull request you sent on Fri, 15 May 2020 16:12:52 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-05-15

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

Thank you!

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


[git pull] drm fixes for 5.7-rc6

2020-05-15 Thread Dave Airlie
Hey Linus,

As mentioned last week an i915 PR came in late, but I left it, so the
i915 bits of this cover 2 weeks, which is why it's likely a bit larger
than usual. Otherwise it's mostly amdgpu fixes, one tegra fix, one
meson fix.

Regards,
Dave.

drm-fixes-2020-05-15:
drm fixes for v5.7-rc6

i915 (two weeks):
- Handle idling during i915_gem_evict_something busy loops (Chris)
- Mark current submissions with a weak-dependency (Chris)
- Propagate error from completed fences (Chris)
- Fixes on execlist to avoid GPU hang situation (Chris)
- Fixes couple deadlocks (Chris)
- Timeslice preemption fixes (Chris)
- Fix Display Port interrupt handling on Tiger Lake (Imre)
- Reduce debug noise around Frame Buffer Compression (Peter)
- Fix logic around IPC W/a for Coffee Lake and Kaby Lake (Sultan)
- Avoid dereferencing a dead context (Chris)

tegra:
- tegra120/4 smmu fixes

 amdgpu:
- Clockgating fixes
- Fix fbdev with scatter/gather display
- S4 fix for navi
- Soft recovery for gfx10
- Freesync fixes
- Atomic check cursor fix
- Add a gfxoff quirk
- MST fix

amdkfd:
- Fix GEM reference counting

meson:
- error code propogation fix
The following changes since commit 2ef96a5bb12be62ef75b5828c0aab838ebb29cb8:

  Linux 5.7-rc5 (2020-05-10 15:16:58 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-05-15

for you to fetch changes up to 1d2a1eb13610a9c8ec95f6f1e02cef55000f28e3:

  Merge tag 'drm-misc-fixes-2020-05-14' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-05-15
16:00:57 +1000)


drm fixes for v5.7-rc6

i915 (two weeks):
- Handle idling during i915_gem_evict_something busy loops (Chris)
- Mark current submissions with a weak-dependency (Chris)
- Propagate error from completed fences (Chris)
- Fixes on execlist to avoid GPU hang situation (Chris)
- Fixes couple deadlocks (Chris)
- Timeslice preemption fixes (Chris)
- Fix Display Port interrupt handling on Tiger Lake (Imre)
- Reduce debug noise around Frame Buffer Compression (Peter)
- Fix logic around IPC W/a for Coffee Lake and Kaby Lake (Sultan)
- Avoid dereferencing a dead context (Chris)

tegra:
- tegra120/4 smmu fixes

 amdgpu:
- Clockgating fixes
- Fix fbdev with scatter/gather display
- S4 fix for navi
- Soft recovery for gfx10
- Freesync fixes
- Atomic check cursor fix
- Add a gfxoff quirk
- MST fix

amdkfd:
- Fix GEM reference counting

meson:
- error code propogation fix


Alex Deucher (2):
  drm/amdgpu: force fbdev into vram
  drm/amdgpu: implement soft_recovery for gfx10

Bernard Zhao (1):
  drm/meson: pm resume add return errno branch

Chris Wilson (10):
  drm/i915: Avoid dereferencing a dead context
  drm/i915/gt: Make timeslicing an explicit engine property
  drm/i915: Check current i915_vma.pin_count status first on unbind
  drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
  drm/i915/gem: Remove object_is_locked assertion from
unpin_from_display_plane
  drm/i915/execlists: Avoid reusing the same logical CCID
  drm/i915/execlists: Track inflight CCID
  drm/i915: Propagate error from completed fences
  drm/i915: Mark concurrent submissions with a weak-dependency
  drm/i915: Handle idling during i915_gem_evict_something busy loops

Colin Xu (1):
  drm/i915/gvt: Init DPLL/DDI vreg for virtual display instead of
inheritance.

Dave Airlie (5):
  Merge tag 'drm-intel-fixes-2020-05-07' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
  Merge tag 'drm/tegra/for-5.7-fixes' of
git://anongit.freedesktop.org/tegra/linux into drm-fixes
  Merge tag 'amd-drm-fixes-5.7-2020-05-13' of
git://people.freedesktop.org/~agd5f/linux into drm-fixes
  Merge tag 'drm-intel-fixes-2020-05-13-1' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
  Merge tag 'drm-misc-fixes-2020-05-14' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes

Evan Quan (4):
  drm/amdgpu: disable MGCG/MGLS also on gfx CG ungate
  drm/amdgpu: drop unnecessary cancel_delayed_work_sync on PG ungate
  drm/amd/powerplay: perform PG ungate prior to CG ungate
  drm/amdgpu: enable hibernate support on Navi1X

Felix Kuehling (1):
  drm/amdgpu: Use GEM obj reference for KFD BOs

Imre Deak (1):
  drm/i915/tgl+: Fix interrupt handling for DP AUX transactions

Leo (Hanghong) Ma (1):
  drm/amd/amdgpu: Update update_config() logic

Nicholas Kazlauskas (1):
  drm/amd/display: Fix vblank and pageflip event handling for FreeSync

Peter Jones (1):
  Make the "Reducing compressed framebufer size" message be DRM_INFO_ONCE()

Rodrigo Vivi (1):
  Merge tag 'gvt-fixes-2020-05-12' of
https://github.com/intel/gvt-linux into drm-intel-fixes

Simon Ser (1):
  drm/amd/display: add basic atomic check for cursor plane

Sultan Alsawaf (1):
  drm/i915: Don't