[PULL] drm-intel-gt-next

Joonas Lahtinen joonas.lahtinen at linux.intel.com
Fri Aug 11 10:47:57 UTC 2023


Hi Dave & Daniel,

Here's the final drm-intel-gt-next PR for v6.6. Not too many patches
as the previous PR was later than usual.

Just one more workaround fix for MTL, some object coherency
refactoring and selftest fix.

Note that there is a backmerge of drm-next[1], too.

Regards, Joonas

[1] As prep for https://patchwork.freedesktop.org/series/121735/ but the
series started failing CI after rebasing and continues to be investigated
so not landing here yet.

***

drm-intel-gt-next-2023-08-11:

Cross-subsystem Changes:

- Backmerge of drm-next

Driver Changes:

- Apply workaround 22016122933 correctly (Jonathan, Matt R)

- Simplify shmem_create_from_object map_type selection (Jonathan,
  Tvrtko)
- Make i915_coherent_map_type GT-centric (Jonathan, Matt R)

- Selftest improvements (John)

The following changes since commit d9aa1da9a8cfb0387eb5703c15bd1f54421460ac:

  Merge tag 'drm-intel-gt-next-2023-08-04' of git://anongit.freedesktop.org/drm/drm-intel into drm-next (2023-08-07 13:49:25 +1000)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-gt-next-2023-08-11

for you to fetch changes up to 788568fad4015406fa84fc86cefbef7c470c7c1f:

  drm/i915/guc: Fix potential null pointer deref in GuC 'steal id' test (2023-08-10 16:02:01 -0700)

----------------------------------------------------------------
Cross-subsystem Changes:

- Backmerge of drm-next

Driver Changes:

- Apply workaround 22016122933 correctly (Jonathan, Matt R)

- Simplify shmem_create_from_object map_type selection (Jonathan,
  Tvrtko)
- Make i915_coherent_map_type GT-centric (Jonathan, Matt R)

- Selftest improvements (John)

----------------------------------------------------------------
John Harrison (1):
      drm/i915/guc: Fix potential null pointer deref in GuC 'steal id' test

Jonathan Cavitt (3):
      drm/i915/gt: Simplify shmem_create_from_object map_type selection
      drm/i915: Make i915_coherent_map_type GT-centric
      drm/i915/gt: Apply workaround 22016122933 correctly

Joonas Lahtinen (1):
      Merge drm/drm-next into drm-intel-gt-next

 drivers/gpu/drm/i915/display/intel_hdcp_gsc.c         |  3 ++-
 drivers/gpu/drm/i915/gem/i915_gem_object.h            |  4 ----
 drivers/gpu/drm/i915/gem/i915_gem_pages.c             | 15 ---------------
 drivers/gpu/drm/i915/gem/selftests/i915_gem_migrate.c | 12 ++++++------
 drivers/gpu/drm/i915/gt/intel_engine_pm.c             |  2 +-
 drivers/gpu/drm/i915/gt/intel_gt.c                    | 16 ++++++++++++++++
 drivers/gpu/drm/i915/gt/intel_gt.h                    | 10 ++++++++++
 drivers/gpu/drm/i915/gt/intel_gtt.c                   |  4 ++--
 drivers/gpu/drm/i915/gt/intel_lrc.c                   | 13 +++++++------
 drivers/gpu/drm/i915/gt/intel_ring.c                  |  3 ++-
 drivers/gpu/drm/i915/gt/selftest_context.c            |  5 +++--
 drivers/gpu/drm/i915/gt/selftest_hangcheck.c          |  4 ++--
 drivers/gpu/drm/i915/gt/selftest_lrc.c                |  6 +++---
 drivers/gpu/drm/i915/gt/shmem_utils.c                 |  3 +--
 drivers/gpu/drm/i915/gt/uc/intel_gsc_fw.c             |  7 +------
 drivers/gpu/drm/i915/gt/uc/intel_guc.c                | 11 ++++++-----
 drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c             |  4 ----
 drivers/gpu/drm/i915/gt/uc/intel_huc_fw.c             |  3 +--
 drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c              |  3 ++-
 drivers/gpu/drm/i915/gt/uc/selftest_guc.c             |  6 +++---
 drivers/gpu/drm/i915/pxp/intel_pxp_gsccs.c            |  3 ++-
 drivers/gpu/drm/i915/pxp/intel_pxp_tee.c              |  5 ++++-
 drivers/gpu/drm/i915/selftests/igt_spinner.c          |  2 +-
 23 files changed, 75 insertions(+), 69 deletions(-)


More information about the dri-devel mailing list