linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] drm fixes for 5.16-rc5
@ 2021-12-10  4:28 Dave Airlie
  2021-12-10 19:58 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Airlie @ 2021-12-10  4:28 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: dri-devel, LKML

Hi Linus,

Regular fixes, pretty small overall, couple of core fixes, two i915
and two amdgpu, hopefully it stays this quiet.

Regards,
Dave.

drm-fixes-2021-12-10:
drm fixes for 5.16-rc5

ttm:
- fix ttm_bo_swapout

syncobj:
- fix fence find bug with signalled fences

i915:
- fix error pointer deref in gem execbuffer
- fix for GT init with GuC/HuC on ICL

amdgpu:
- DPIA fix
- eDP fix
The following changes since commit 0fcfb00b28c0b7884635dacf38e46d60bf3d4eb1:

  Linux 5.16-rc4 (2021-12-05 14:08:22 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2021-12-10

for you to fetch changes up to 675a095789a2663fe02fdebd6023e29d7f1f51ac:

  Merge tag 'amd-drm-fixes-5.16-2021-12-08' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes (2021-12-10
14:10:55 +1000)

----------------------------------------------------------------
drm fixes for 5.16-rc5

ttm:
- fix ttm_bo_swapout

syncobj:
- fix fence find bug with signalled fences

i915:
- fix error pointer deref in gem execbuffer
- fix for GT init with GuC/HuC on ICL

amdgpu:
- DPIA fix
- eDP fix

----------------------------------------------------------------
Bas Nieuwenhuizen (1):
      drm/syncobj: Deal with signalled fences in drm_syncobj_find_fence.

Christian König (1):
      drm/ttm: fix ttm_bo_swapout

Dan Carpenter (1):
      drm/i915: Fix error pointer dereference in i915_gem_do_execbuffer()

Dave Airlie (3):
      Merge tag 'drm-misc-fixes-2021-12-09' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-intel-fixes-2021-12-09' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
      Merge tag 'amd-drm-fixes-5.16-2021-12-08' of
https://gitlab.freedesktop.org/agd5f/linux into drm-fixes

Mikita Lipski (1):
      drm/amd/display: prevent reading unitialized links

Nicholas Kazlauskas (1):
      drm/amd/display: Fix DPIA outbox timeout after S3/S4/reset

Raviteja Goud Talla (1):
      drm/i915/gen11: Moving WAs to icl_gt_workarounds_init()

 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c |  7 ++++++-
 drivers/gpu/drm/amd/display/dc/dc_link.h          |  2 ++
 drivers/gpu/drm/drm_syncobj.c                     | 11 ++++++++++-
 drivers/gpu/drm/i915/gem/i915_gem_execbuffer.c    |  1 +
 drivers/gpu/drm/i915/gt/intel_workarounds.c       | 18 +++++++++---------
 drivers/gpu/drm/ttm/ttm_bo.c                      |  3 ++-
 6 files changed, 30 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-10 19:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10  4:28 [git pull] drm fixes for 5.16-rc5 Dave Airlie
2021-12-10 19:58 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).