[PULL] drm-intel-next-fixes

Rodrigo Vivi rodrigo.vivi at intel.com
Fri Sep 27 19:49:32 UTC 2019


Hi Dave and Daniel,

This should've gone out yesterday, but apparently I had some issue with my mutt here.
Anyway, nothing that couldn't wait for rc2

Here goes drm-intel-next-fixes-2019-09-26:
- Fix concurrence on cases where requests where getting retired at same time as resubmitted to HW
- Fix gen9 display resolutions by setting the right max plane width
- Fix GPU hang on preemption
- Mark contents as dirty on a write fault. This was breaking cursor sprite with dumb buffers.

Thanks,
Rodrigo.

The following changes since commit 6e5c5272ca00809aae20817efb6f25881268b50b:

  drm/i915: Use NOEVICT for first pass on attemping to pin a GGTT mmap (2019-09-06 09:53:15 -0700)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-next-fixes-2019-09-26

for you to fetch changes up to 458863e08e13ecf22b9ba1ee6d4baba0ce9990ea:

  drm/i915: Mark contents as dirty on a write fault (2019-09-24 09:57:28 -0700)

----------------------------------------------------------------
- Fix concurrence on cases where requests where getting retired at same time as resubmitted to HW
- Fix gen9 display resolutions by setting the right max plane width
- Fix GPU hang on preemption
- Mark contents as dirty on a write fault. This was breaking cursor sprite with dumb buffers.

----------------------------------------------------------------
Chris Wilson (8):
      drm/i915: Restore relaxed padding (OCL_OOB_SUPPRES_ENABLE) for skl+
      drm/i915/execlists: Remove incorrect BUG_ON for schedule-out
      drm/i915: Perform GGTT restore much earlier during resume
      drm/i915: Don't mix srcu tag and negative error codes
      drm/i915: Extend Haswell GT1 PSMI workaround to all
      drm/i915: Verify the engine after acquiring the active.lock
      drm/i915: Prevent bonded requests from overtaking each other on preemption
      drm/i915: Mark contents as dirty on a write fault

Kenneth Graunke (1):
      drm/i915: Whitelist COMMON_SLICE_CHICKEN2

Ville Syrjälä (1):
      drm/i915: Bump skl+ max plane width to 5k for linear/x-tiled

 drivers/gpu/drm/i915/display/intel_display.c | 15 ++++++++++++++-
 drivers/gpu/drm/i915/gem/i915_gem_mman.c     | 12 +++++++-----
 drivers/gpu/drm/i915/gem/i915_gem_pm.c       |  3 ---
 drivers/gpu/drm/i915/gt/intel_lrc.c          | 21 ++++++++++++---------
 drivers/gpu/drm/i915/gt/intel_reset.c        |  8 +++-----
 drivers/gpu/drm/i915/gt/intel_reset.h        |  2 +-
 drivers/gpu/drm/i915/gt/intel_ringbuffer.c   |  2 +-
 drivers/gpu/drm/i915/gt/intel_workarounds.c  |  8 +++-----
 drivers/gpu/drm/i915/i915_drv.c              |  5 +++++
 drivers/gpu/drm/i915/i915_request.c          | 25 ++++++++++++++++++++++---
 drivers/gpu/drm/i915/selftests/i915_gem.c    |  6 ++++++
 11 files changed, 74 insertions(+), 33 deletions(-)


More information about the dri-devel mailing list