public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 00/12] drm/i915/fb: Prep work for more generic remapping support
@ 2026-04-07 15:50 Ville Syrjala
  2026-04-07 15:50 ` [PATCH 01/12] drm/i915/fb: Nuke intel_tile_row_size() Ville Syrjala
                   ` (16 more replies)
  0 siblings, 17 replies; 33+ messages in thread
From: Ville Syrjala @ 2026-04-07 15:50 UTC (permalink / raw)
  To: intel-gfx; +Cc: intel-xe

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

I had a quick look at implementing tile64/Ys support.
https://github.com/vsyrjala/linux.git remap_tile_ys_64
is the result.

I think I want the whole generic remap thing from there
even if we don't end up adding the actual tile64/Ys support.
So here is an extract of some prep work from that branch,
though I didn't include the generic remap thing itself yet.

Ville Syrjälä (12):
  drm/i915/fb: Nuke intel_tile_row_size()
  drm/i915/fb: Make intel_fb_needs_pot_stride_remap() static
  drm/i915/fb: Reject per-plane remapping with DPT
  drm/xe/fb: Use the correct gtt view for remapped FBs
  drm/xe/fb: Remove weird VMA end alignemnt
  drm/xe/fb: Extract xe_dpt_size()
  drm/i915/vma: Add helpers to check GTT view type
  drm/xe/fb: Use i915_gtt_view_is_*()
  drm/i915/fb: Use i915_gtt_view_is_*()
  drm/i915/selftests: Eliminate duplicate vma size check
  drm/i915/selftests:  Use i915_gtt_view_is_*()
  drm/i915/fb: Use intel_fb_needs_pot_stride_remap() in
    intel_fb_view_init()

 drivers/gpu/drm/i915/display/intel_fb.c    | 42 ++++++++++-----------
 drivers/gpu/drm/i915/display/intel_fb.h    |  2 -
 drivers/gpu/drm/i915/i915_gtt_view_types.h | 15 ++++++++
 drivers/gpu/drm/i915/selftests/i915_vma.c  | 33 ++++++-----------
 drivers/gpu/drm/xe/display/xe_fb_pin.c     | 43 ++++++++++++----------
 5 files changed, 72 insertions(+), 63 deletions(-)

-- 
2.52.0


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

end of thread, other threads:[~2026-04-10 11:25 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-07 15:50 [PATCH 00/12] drm/i915/fb: Prep work for more generic remapping support Ville Syrjala
2026-04-07 15:50 ` [PATCH 01/12] drm/i915/fb: Nuke intel_tile_row_size() Ville Syrjala
2026-04-08  8:42   ` Jani Nikula
2026-04-07 15:50 ` [PATCH 02/12] drm/i915/fb: Make intel_fb_needs_pot_stride_remap() static Ville Syrjala
2026-04-08  8:43   ` Jani Nikula
2026-04-07 15:50 ` [PATCH 03/12] drm/i915/fb: Reject per-plane remapping with DPT Ville Syrjala
2026-04-08  8:43   ` Jani Nikula
2026-04-07 15:50 ` [PATCH 04/12] drm/xe/fb: Use the correct gtt view for remapped FBs Ville Syrjala
2026-04-08  8:44   ` Jani Nikula
2026-04-07 15:50 ` [PATCH 05/12] drm/xe/fb: Remove weird VMA end alignemnt Ville Syrjala
2026-04-08  8:45   ` Jani Nikula
2026-04-07 15:50 ` [PATCH 06/12] drm/xe/fb: Extract xe_dpt_size() Ville Syrjala
2026-04-08  8:47   ` Jani Nikula
2026-04-07 15:50 ` [PATCH 07/12] drm/i915/vma: Add helpers to check GTT view type Ville Syrjala
2026-04-08  8:50   ` Jani Nikula
2026-04-08  9:11     ` Jani Nikula
2026-04-07 15:50 ` [PATCH 08/12] drm/xe/fb: Use i915_gtt_view_is_*() Ville Syrjala
2026-04-08  8:52   ` Jani Nikula
2026-04-07 15:50 ` [PATCH 09/12] drm/i915/fb: " Ville Syrjala
2026-04-08  8:53   ` Jani Nikula
2026-04-07 15:50 ` [PATCH 10/12] drm/i915/selftests: Eliminate duplicate vma size check Ville Syrjala
2026-04-08  9:01   ` Jani Nikula
2026-04-08 11:28     ` Ville Syrjälä
2026-04-07 15:50 ` [PATCH 11/12] drm/i915/selftests: Use i915_gtt_view_is_*() Ville Syrjala
2026-04-08  9:03   ` Jani Nikula
2026-04-08  9:04     ` Jani Nikula
2026-04-07 15:50 ` [PATCH 12/12] drm/i915/fb: Use intel_fb_needs_pot_stride_remap() in intel_fb_view_init() Ville Syrjala
2026-04-08  9:09   ` Jani Nikula
2026-04-07 15:57 ` ✗ CI.checkpatch: warning for drm/i915/fb: Prep work for more generic remapping support Patchwork
2026-04-07 15:58 ` ✓ CI.KUnit: success " Patchwork
2026-04-07 16:37 ` ✓ Xe.CI.BAT: " Patchwork
2026-04-07 19:34 ` ✓ Xe.CI.FULL: " Patchwork
2026-04-10 11:25 ` [PATCH 00/12] " Ville Syrjälä

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox