intel-gfx.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/11] drm/i915/dsb: DSB prep stuff
@ 2024-06-11 13:33 Ville Syrjala
  2024-06-11 13:33 ` [PATCH 01/11] drm/i915: Extract intel_crtc_arm_vblank_event() Ville Syrjala
                   ` (15 more replies)
  0 siblings, 16 replies; 25+ messages in thread
From: Ville Syrjala @ 2024-06-11 13:33 UTC (permalink / raw)
  To: intel-gfx

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

More prep work extracted from my upcoming DSB based plane
programming series.

Ville Syrjälä (11):
  drm/i915: Extract intel_crtc_arm_vblank_event()
  drm/i915: Add async flip tracepoint
  drm/i915: Add flip done tracepoint
  drm/i915: Introduce intel_mode_vdisplay()
  drm/i915: Pass the whole atomic state to intel_color_prepare_commit()
  drm/i915/dsb: Plumb the whole atomic state into intel_dsb_prepare()
  drm/i915/dsb: Convert the DSB code to use intel_display rather than
    i915
  drm/i915/dsb: Add i915.enable_dsb module parameter
  drm/i915: Drop useless intel_dsb.h include
  drm/i915/dsb: Document that the ATS fault bits are for mtl+
  drm/i915/dsb: Try to document that DSB_STATUS bit 16 is level
    triggered

 .../gpu/drm/i915/display/intel_atomic_plane.c | 22 +++++--
 .../gpu/drm/i915/display/intel_atomic_plane.h |  4 ++
 drivers/gpu/drm/i915/display/intel_color.c    | 13 ++--
 drivers/gpu/drm/i915/display/intel_color.h    |  3 +-
 drivers/gpu/drm/i915/display/intel_crtc.c     | 30 +++++----
 drivers/gpu/drm/i915/display/intel_crtc.h     |  1 +
 drivers/gpu/drm/i915/display/intel_display.c  | 12 ++--
 .../gpu/drm/i915/display/intel_display_irq.c  |  1 +
 .../drm/i915/display/intel_display_params.c   |  3 +
 .../drm/i915/display/intel_display_params.h   |  1 +
 .../drm/i915/display/intel_display_trace.h    | 50 ++++++++++++++
 drivers/gpu/drm/i915/display/intel_dsb.c      | 66 ++++++++++---------
 drivers/gpu/drm/i915/display/intel_dsb.h      |  4 +-
 drivers/gpu/drm/i915/display/intel_dsb_regs.h |  6 +-
 drivers/gpu/drm/i915/display/intel_vblank.c   | 10 +++
 drivers/gpu/drm/i915/display/intel_vblank.h   |  1 +
 16 files changed, 165 insertions(+), 62 deletions(-)

-- 
2.44.2


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

end of thread, other threads:[~2024-06-19 17:24 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-11 13:33 [PATCH 00/11] drm/i915/dsb: DSB prep stuff Ville Syrjala
2024-06-11 13:33 ` [PATCH 01/11] drm/i915: Extract intel_crtc_arm_vblank_event() Ville Syrjala
2024-06-11 13:33 ` [PATCH 02/11] drm/i915: Add async flip tracepoint Ville Syrjala
2024-06-11 13:33 ` [PATCH 03/11] drm/i915: Add flip done tracepoint Ville Syrjala
2024-06-11 13:33 ` [PATCH 04/11] drm/i915: Introduce intel_mode_vdisplay() Ville Syrjala
2024-06-11 13:33 ` [PATCH 05/11] drm/i915: Pass the whole atomic state to intel_color_prepare_commit() Ville Syrjala
2024-06-11 13:33 ` [PATCH 06/11] drm/i915/dsb: Plumb the whole atomic state into intel_dsb_prepare() Ville Syrjala
2024-06-11 13:33 ` [PATCH 07/11] drm/i915/dsb: Convert the DSB code to use intel_display rather than i915 Ville Syrjala
2024-06-18 11:08   ` Jani Nikula
2024-06-11 13:33 ` [PATCH 08/11] drm/i915/dsb: Add i915.enable_dsb module parameter Ville Syrjala
2024-06-18 11:07   ` Jani Nikula
2024-06-19 11:29     ` Ville Syrjälä
2024-06-19 13:11       ` Jani Nikula
2024-06-19 13:24         ` Ville Syrjälä
2024-06-19 14:44           ` Ville Syrjälä
2024-06-19 14:55             ` Ville Syrjälä
2024-06-19 17:24               ` Jani Nikula
2024-06-11 13:33 ` [PATCH 09/11] drm/i915: Drop useless intel_dsb.h include Ville Syrjala
2024-06-11 13:33 ` [PATCH 10/11] drm/i915/dsb: Document that the ATS fault bits are for mtl+ Ville Syrjala
2024-06-11 13:33 ` [PATCH 11/11] drm/i915/dsb: Try to document that DSB_STATUS bit 16 is level triggered Ville Syrjala
2024-06-11 14:21 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/dsb: DSB prep stuff Patchwork
2024-06-11 14:21 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-06-11 14:42 ` ✓ Fi.CI.BAT: success " Patchwork
2024-06-12  5:32 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-06-18 11:09 ` [PATCH 00/11] " Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).