All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/i915: PLL state check stuff
@ 2024-02-09 18:38 Ville Syrjala
  2024-02-09 18:38 ` [PATCH 1/5] drm/i915: Fix PLL state check for gmch platforms Ville Syrjala
                   ` (12 more replies)
  0 siblings, 13 replies; 23+ messages in thread
From: Ville Syrjala @ 2024-02-09 18:38 UTC (permalink / raw)
  To: intel-gfx

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

Start chunking up the dpll_hw_state momnster into per-platform
pieces.

Also restore PLL state check on gmch platforms, and 
flip on fastboot across the board.

Ville Syrjälä (5):
  drm/i915: Fix PLL state check for gmch platforms
  drm/i915: Include the CRTC name in the ELD buffer mismatch
  drm/i915: Reuse ibx_dump_hw_state() for gmch platforms
  drm/i915: Add PLL .compare_hw_state() vfunc
  drm/i915: Enable fastboot across the board

 drivers/gpu/drm/i915/display/intel_display.c  | 106 ++++++++----------
 drivers/gpu/drm/i915/display/intel_dpll_mgr.c | 103 +++++++++++++++--
 drivers/gpu/drm/i915/display/intel_dpll_mgr.h |   3 +
 3 files changed, 148 insertions(+), 64 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-02-14 23:53 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-09 18:38 [PATCH 0/5] drm/i915: PLL state check stuff Ville Syrjala
2024-02-09 18:38 ` [PATCH 1/5] drm/i915: Fix PLL state check for gmch platforms Ville Syrjala
2024-02-12 14:11   ` Kahola, Mika
2024-02-09 18:38 ` [PATCH 2/5] drm/i915: Include the CRTC name in the ELD buffer mismatch Ville Syrjala
2024-02-13 10:34   ` Kahola, Mika
2024-02-09 18:38 ` [PATCH 3/5] drm/i915: Reuse ibx_dump_hw_state() for gmch platforms Ville Syrjala
2024-02-13 12:59   ` Kahola, Mika
2024-02-09 18:38 ` [PATCH 4/5] drm/i915: Add PLL .compare_hw_state() vfunc Ville Syrjala
2024-02-13 16:15   ` Kahola, Mika
2024-02-14 23:53     ` Ville Syrjälä
2024-02-14 13:50   ` Jani Nikula
2024-02-14 16:25     ` Ville Syrjälä
2024-02-14 18:03       ` Jani Nikula
2024-02-09 18:38 ` [PATCH 5/5] drm/i915: Enable fastboot across the board Ville Syrjala
2024-02-14  8:58   ` Kahola, Mika
2024-02-09 19:57 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: PLL state check stuff Patchwork
2024-02-09 19:57 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-02-09 20:09 ` ✓ Fi.CI.BAT: success " Patchwork
2024-02-10  4:53 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-02-10 13:32 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915: PLL state check stuff (rev2) Patchwork
2024-02-10 13:32 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-02-10 13:37 ` ✓ Fi.CI.BAT: success " Patchwork
2024-02-10 15:02 ` ✗ Fi.CI.IGT: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.