All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/i915/display: Force full modeset for eDP
@ 2024-02-06  7:09 Mika Kahola
  2024-02-06  7:09 ` [PATCH 1/2] Revert "drm/i915/display: Skip C10 state verification in case of fastset" Mika Kahola
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Mika Kahola @ 2024-02-06  7:09 UTC (permalink / raw)
  To: intel-gfx; +Cc: Mika Kahola

It was discovered that we couldn't skip the fastset on state
verification and hence this workaround is proposed.

First, the patch that skips state verifcation in case of
fastset is reverted. The second patch proposes the following
workaround by forcing full modeset for eDP when booting up.
GOP programs PLL parameters and hence, we would be able to
use fastset for eDP. However, with fastset we are not setting
PLL values from the driver and rely that GOP and driver PLL
values match. We have discovered that with some of the panels
this is not true and hence we would need to program PLL values
by the driver.

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

Mika Kahola (2):
  Revert "drm/i915/display: Skip C10 state verification in case of
    fastset"
  drm/i915/display: Force full modeset for eDP

 drivers/gpu/drm/i915/display/intel_cx0_phy.c |  3 ---
 drivers/gpu/drm/i915/display/intel_dp.c      | 13 +++++++++++++
 2 files changed, 13 insertions(+), 3 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2024-02-09 13:31 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-06  7:09 [PATCH 0/2] drm/i915/display: Force full modeset for eDP Mika Kahola
2024-02-06  7:09 ` [PATCH 1/2] Revert "drm/i915/display: Skip C10 state verification in case of fastset" Mika Kahola
2024-02-06  7:09 ` [PATCH 2/2] drm/i915/display: Force full modeset for eDP Mika Kahola
2024-02-09  9:06   ` Jani Nikula
2024-02-09 11:55     ` Kahola, Mika
2024-02-09 12:06       ` Ville Syrjälä
2024-02-09 12:13         ` Kahola, Mika
2024-02-09 12:18           ` Ville Syrjälä
2024-02-09 12:33             ` Kahola, Mika
2024-02-09 12:49               ` Ville Syrjälä
2024-02-09 13:17                 ` Kahola, Mika
2024-02-09 13:31                   ` Ville Syrjälä
2024-02-06  7:51 ` ✗ Fi.CI.CHECKPATCH: warning for " Patchwork
2024-02-06  7:51 ` ✗ Fi.CI.SPARSE: " Patchwork
2024-02-06  8:09 ` ✓ Fi.CI.BAT: success " Patchwork
2024-02-06 10:08 ` ✗ 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.