[Intel-xe] [PATCH 0/4] Stop tracking Tile4 support

Matt Roper matthew.d.roper at intel.com
Thu Aug 17 23:04:08 UTC 2023


Now that i915 has moved the Tile4 feature flag into the display-specific
code, it's no longer necessary to track this feature at the Xe driver
level.  Cherry-pick a couple i915 patches that made the handling
self-contained within display, and then remove Xe's own tracking.

Matt Roper (4):
  drm/i915/selftest: Simplify Y-major tiling in blit selftest
  drm/i915: Eliminate has_4tile feature flag
  fixup! drm/xe/display: Implement display support
  drm/xe: Stop tracking 4-tile support

 .../drm/i915/display/intel_display_device.h   |  1 +
 .../i915/gem/selftests/i915_gem_client_blt.c  | 39 +++++++------------
 drivers/gpu/drm/i915/i915_drv.h               |  1 -
 drivers/gpu/drm/i915/i915_pci.c               |  1 -
 drivers/gpu/drm/i915/intel_device_info.h      |  1 -
 .../gpu/drm/xe/compat-i915-headers/i915_drv.h |  1 -
 drivers/gpu/drm/xe/xe_device_types.h          |  2 -
 drivers/gpu/drm/xe/xe_pci.c                   | 10 +----
 8 files changed, 17 insertions(+), 39 deletions(-)

-- 
2.41.0



More information about the Intel-xe mailing list