RE: [PATCH] drm/i915/display: Skip C10 state verification in case of fastset

2024-01-03 Thread Sripada, Radhakrishna
> -Original Message- > From: Intel-gfx On Behalf Of Mika > Kahola > Sent: Tuesday, December 19, 2023 4:33 AM > To: intel-gfx@lists.freedesktop.org > Subject: [PATCH] drm/i915/display: Skip C10 state verification in case of > fastset > > PLL's are not progr

[PATCH] drm/i915/display: Skip C10 state verification in case of fastset

2023-12-19 Thread Mika Kahola
PLL's are not programmed in case of fastset so the state verfication compares bios programmed PLL values against sw PLL values. To overcome this limitation, we can skip the state verification for C10 in fastset case as the driver is not writing PLL values. Signed-off-by: Mika Kahola ---