]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/i915/display: Skip C10 state verification in case of fastset
authorMika Kahola <mika.kahola@intel.com>
Tue, 19 Dec 2023 12:32:46 +0000 (14:32 +0200)
committerMika Kahola <mika.kahola@intel.com>
Thu, 4 Jan 2024 10:54:32 +0000 (12:54 +0200)
commita1d91c6e989d0e66b89aa911f2cd459d7bdebbe5
tree38c959ed5ed3aca69ed4e1657181f737b44c8b15
parent2e13b5bb5e28a098eecd2b5f00d745b27f87e2e8
drm/i915/display: Skip C10 state verification in case of fastset

PLL's are not programmed in case of fastset so the state
verification 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 <mika.kahola@intel.com>
Reviewed-by: Radhakrishna Sripada <radhakrishna.sripada@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231219123246.832245-1-mika.kahola@intel.com
drivers/gpu/drm/i915/display/intel_cx0_phy.c