[Intel-gfx] [PULL] drm-intel-next-fixes

Tvrtko Ursulin tvrtko.ursulin at linux.intel.com
Thu Oct 13 12:56:21 UTC 2022


Hi Dave, Daniel,

Not sure if there is time for one more pull during the merge window, but
in case there is here it is. Only one which affects platforms outside
force_probe and that is the fix for DPT PTE corruption after resume. The
rest are all DG2 specific.

Regards,

Tvrtko

drm-intel-next-fixes-2022-10-13:
- Fix revocation of non-persistent contexts (Tvrtko Ursulin)
- Handle migration for dpt (Matthew Auld)
- Fix display problems after resume (Thomas Hellström)
- Allow control over the flags when migrating (Matthew Auld)
- Consider DG2_RC_CCS_CC when migrating buffers (Matthew Auld)
The following changes since commit cdf6428dd518435a05739abf7659589de30970f4:

  drm/i915: Reject excessive dotclocks early (2022-10-03 17:55:32 +0100)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2022-10-13

for you to fetch changes up to ea19684afb545605bbcb690c49a91ce2c8e596dd:

  drm/i915/display: consider DG2_RC_CCS_CC when migrating buffers (2022-10-11 17:29:05 +0100)

----------------------------------------------------------------
- Fix revocation of non-persistent contexts (Tvrtko Ursulin)
- Handle migration for dpt (Matthew Auld)
- Fix display problems after resume (Thomas Hellström)
- Allow control over the flags when migrating (Matthew Auld)
- Consider DG2_RC_CCS_CC when migrating buffers (Matthew Auld)

----------------------------------------------------------------
Matthew Auld (3):
      drm/i915/display: handle migration for dpt
      drm/i915: allow control over the flags when migrating
      drm/i915/display: consider DG2_RC_CCS_CC when migrating buffers

Thomas Hellström (1):
      drm/i915: Fix display problems after resume

Tvrtko Ursulin (1):
      drm/i915/guc: Fix revocation of non-persistent contexts

 drivers/gpu/drm/i915/display/intel_fb_pin.c       | 62 ++++++++++++++++-------
 drivers/gpu/drm/i915/gem/i915_gem_context.c       |  8 +--
 drivers/gpu/drm/i915/gem/i915_gem_object.c        | 37 +++++++++++++-
 drivers/gpu/drm/i915/gem/i915_gem_object.h        |  4 ++
 drivers/gpu/drm/i915/gem/i915_gem_object_types.h  |  3 +-
 drivers/gpu/drm/i915/gem/i915_gem_ttm.c           |  5 +-
 drivers/gpu/drm/i915/gt/intel_context.c           |  5 +-
 drivers/gpu/drm/i915/gt/intel_context.h           |  3 +-
 drivers/gpu/drm/i915/gt/intel_ggtt.c              |  8 ++-
 drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c | 26 +++++-----
 10 files changed, 113 insertions(+), 48 deletions(-)


More information about the Intel-gfx mailing list