Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] drm/i915: Precompute plane SURF address/etc.
@ 2025-04-02  0:22 Ville Syrjala
  2025-04-02  0:22 ` [PATCH 1/9] drm/i915: Precompute plane SURF address Ville Syrjala
                   ` (12 more replies)
  0 siblings, 13 replies; 15+ messages in thread
From: Ville Syrjala @ 2025-04-02  0:22 UTC (permalink / raw)
  To: intel-gfx; +Cc: intel-xe

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

Include a precomputed plane SURF address in the plane state,
so that all the vma stuff is contained in the *_fb_pin.c code.
Additionally we can also now easily include the SURF address in
some of the plane tracepoints to aid in eg. analyzing faults.

Ville Syrjälä (9):
  drm/i915: Precompute plane SURF address
  drm/i915: Nuke intel_plane_ggtt_offset()
  drm/i915: Move the intel_dpt_offset() check into intel_plane_pin_fb()
  drm/i915: Use i915_vma_offset() in intel_dpt_offset()
  drm/i915: Remove unused dpt_total_entries()
  drm/i915: Don't pass crtc_state to foo_plane_ctl() & co.
  drm/i915: Include crtc contributed bits in plane_state->ctl
  drm/i915: Add tracepoint for plane faults
  drm/i915: Include plane ctl/surf registers in the plane update_arm()
    tracepoint

 drivers/gpu/drm/i915/display/i9xx_plane.c     | 89 +++++++++----------
 drivers/gpu/drm/i915/display/i9xx_plane.h     |  1 +
 .../gpu/drm/i915/display/intel_atomic_plane.c |  7 +-
 .../gpu/drm/i915/display/intel_atomic_plane.h |  2 -
 drivers/gpu/drm/i915/display/intel_cursor.c   | 38 +++-----
 .../gpu/drm/i915/display/intel_display_irq.c  |  2 +
 .../drm/i915/display/intel_display_trace.h    | 61 +++++++++++--
 .../drm/i915/display/intel_display_types.h    |  5 +-
 drivers/gpu/drm/i915/display/intel_dpt.c      |  4 +-
 drivers/gpu/drm/i915/display/intel_fb_pin.c   | 34 ++++---
 .../drm/i915/display/intel_plane_initial.c    |  2 +
 drivers/gpu/drm/i915/display/intel_sprite.c   | 51 +++++------
 .../drm/i915/display/skl_universal_plane.c    | 85 ++++++------------
 drivers/gpu/drm/xe/display/xe_fb_pin.c        |  5 ++
 drivers/gpu/drm/xe/display/xe_plane_initial.c |  4 +
 15 files changed, 204 insertions(+), 186 deletions(-)

-- 
2.45.3


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

end of thread, other threads:[~2025-04-02 15:00 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02  0:22 [PATCH 0/9] drm/i915: Precompute plane SURF address/etc Ville Syrjala
2025-04-02  0:22 ` [PATCH 1/9] drm/i915: Precompute plane SURF address Ville Syrjala
2025-04-02  0:22 ` [PATCH 2/9] drm/i915: Nuke intel_plane_ggtt_offset() Ville Syrjala
2025-04-02  0:22 ` [PATCH 3/9] drm/i915: Move the intel_dpt_offset() check into intel_plane_pin_fb() Ville Syrjala
2025-04-02  0:22 ` [PATCH 4/9] drm/i915: Use i915_vma_offset() in intel_dpt_offset() Ville Syrjala
2025-04-02  0:22 ` [PATCH 5/9] drm/i915: Remove unused dpt_total_entries() Ville Syrjala
2025-04-02  0:22 ` [PATCH 6/9] drm/i915: Don't pass crtc_state to foo_plane_ctl() & co Ville Syrjala
2025-04-02  0:22 ` [PATCH 7/9] drm/i915: Include crtc contributed bits in plane_state->ctl Ville Syrjala
2025-04-02  0:22 ` [PATCH 8/9] drm/i915: Add tracepoint for plane faults Ville Syrjala
2025-04-02  0:22 ` [PATCH 9/9] drm/i915: Include plane ctl/surf registers in the plane update_arm() tracepoint Ville Syrjala
2025-04-02  1:42 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Precompute plane SURF address/etc Patchwork
2025-04-02  1:42 ` ✗ Fi.CI.SPARSE: " Patchwork
2025-04-02  2:02 ` ✓ i915.CI.BAT: success " Patchwork
2025-04-02  4:33 ` ✗ i915.CI.Full: failure " Patchwork
2025-04-02 15:00   ` 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