]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/display: Extend the max dotclock limit to WCL
authorChaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Mon, 2 Feb 2026 10:37:31 +0000 (16:07 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Tue, 3 Feb 2026 08:17:14 +0000 (13:47 +0530)
commite675b248278c784b0de50ff95586965bbba7372e
tree9433526e2f79e03155429f4c1be0ec127fc492c1
parent50f5168775685f78e4492fcc69dc10d288c579d0
drm/i915/display: Extend the max dotclock limit to WCL

Add upper limit check for pixel clock for WCL.

For prior platforms though the bspec mentions the dotclock limits, however
these are intentionally not enforced to avoid regressions, unless real
issues are observed.

BSpec: 49199, 68912
Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah@intel.com>
Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Link: https://patch.msgid.link/20260202103731.357416-18-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_display.c