Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/i915/display: reduce clock_gating interface between core and display
@ 2026-06-30  9:03 Luca Coelho
  2026-06-30  9:03 ` [PATCH 1/2] drm/i915/display: combine clock_gating init functions called early into one Luca Coelho
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Luca Coelho @ 2026-06-30  9:03 UTC (permalink / raw)
  To: intel-gfx

Hi,

As a follow up to my previous clock-gating patches, this series
reduces the interface between core and display by combining all the
platform-specific exported functions and letting the display code
decide what to do for each platform.

To do that I created an _init_early(), to hold functions that are
called at the beginning of the clock gating initialization and another
one to call the later functions, namely _init_late().

Please review.

Cheers,
Luca.


Luca Coelho (2):
  drm/i915/display: combine clock_gating init functions called early
    into one
  drm/i915/display: combine clock_gating init functions called late into
    one

 .../i915/display/intel_display_clock_gating.c | 71 +++++++++++++++----
 .../i915/display/intel_display_clock_gating.h | 17 +----
 drivers/gpu/drm/i915/intel_clock_gating.c     | 38 +++++-----
 3 files changed, 74 insertions(+), 52 deletions(-)

-- 
2.53.0


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-30  9:03 [PATCH 0/2] drm/i915/display: reduce clock_gating interface between core and display Luca Coelho
2026-06-30  9:03 ` [PATCH 1/2] drm/i915/display: combine clock_gating init functions called early into one Luca Coelho
2026-06-30  9:03 ` [PATCH 2/2] drm/i915/display: combine clock_gating init functions called late " Luca Coelho
2026-06-30 13:17 ` ✓ i915.CI.BAT: success for drm/i915/display: reduce clock_gating interface between core and display Patchwork
2026-06-30 22:10 ` ✓ i915.CI.Full: " Patchwork
2026-07-02 13:22 ` [PATCH 0/2] " Jani Nikula
2026-07-03 10:11   ` 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