]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe/ptl: Disable DCC on PTL
authorVinay Belgaumkar <vinay.belgaumkar@intel.com>
Sat, 24 Jan 2026 00:59:17 +0000 (16:59 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Mon, 26 Jan 2026 21:25:54 +0000 (16:25 -0500)
commit40ee63f5df2d5c6471b583df800aac89dc0502a4
treed60ab304876844b632be735d245998767eee61f6
parent7fe6cae2f7fad2b5166b0fc096618629f9e2ebcb
drm/xe/ptl: Disable DCC on PTL

On PTL, the recommendation is to disable DCC(Duty Cycle Control) as
it may cause some regressions due to added latencies. Upcoming GuC
releases will disable DCC on PTL as well, but we need to force it in
KMD so that this behavior is propagated to older kernels.

v2: Update commit message (Rodrigo)
v3: Rebase
v4: Fix typo: s/propagted/propagated

Fixes: 5cdb71d3b0db ("drm/xe/ptl: Add GuC FW definition for PTL")
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Vinay Belgaumkar <vinay.belgaumkar@intel.com>
Link: https://patch.msgid.link/20260124005917.398522-1-vinay.belgaumkar@intel.com
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_guc_pc.c