All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/i915/display: Add comparison for pipe config for MTL+ platforms
@ 2024-05-22  6:13 Mika Kahola
  2024-05-22  6:13 ` [PATCH 1/2] drm/i915/display: Revert "drm/i915/display: Skip C10 state verification in case of fastset" Mika Kahola
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Mika Kahola @ 2024-05-22  6:13 UTC (permalink / raw)
  To: intel-gfx; +Cc: Mika Kahola

Currently, we may bump into pll mismatch errors during the
state verification stage. This happens when we try to use
fastset instead of full modeset. Hence, we would need to add
a check for pipe configuration to ensure that the sw and the
hw configuration will match. In case of hw and sw mismatch,
we would need to disable fastset and use full modeset instead.

However, first we need to revert the patch that disables fastset
for C10.

Signed-off-by: Mika Kahola <mika.kahola@intel.com>

Mika Kahola (2):
  drm/i915/display: Revert "drm/i915/display: Skip C10 state
    verification in case of fastset"
  drm/i915/display: Add compare config for MTL+ platforms

 drivers/gpu/drm/i915/display/intel_cx0_phy.c  | 77 ++++++++++++++++++-
 drivers/gpu/drm/i915/display/intel_cx0_phy.h  |  2 +
 drivers/gpu/drm/i915/display/intel_display.c  | 39 ++++++++++
 drivers/gpu/drm/i915/display/intel_dpll_mgr.h |  1 +
 4 files changed, 116 insertions(+), 3 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-05-22 13:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-22  6:13 [PATCH 0/2] drm/i915/display: Add comparison for pipe config for MTL+ platforms Mika Kahola
2024-05-22  6:13 ` [PATCH 1/2] drm/i915/display: Revert "drm/i915/display: Skip C10 state verification in case of fastset" Mika Kahola
2024-05-22  6:13 ` [PATCH 2/2] drm/i915/display: Add compare config for MTL+ platforms Mika Kahola
2024-05-22  9:38   ` Jani Nikula
2024-05-22 13:33     ` Kahola, Mika
2024-05-22  7:15 ` ✗ Fi.CI.CHECKPATCH: warning for drm/i915/display: Add comparison for pipe " Patchwork
2024-05-22  7:15 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-05-22  7:26 ` ✗ Fi.CI.BAT: 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.