mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
drm/i915/cdclk: Extend Wa_13012396614 to Xe3p_LPD
Xe3p_LPD also needs Wa_13012396614. Update the conditions for that workaround accordingly. Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com> Reviewed-by: Mika Kahola <mika.kahola@intel.com> Link: https://patch.msgid.link/20260122-wa_13012396614-xe3p_lpd-v1-1-39d34a3a5b77@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
This commit is contained in:
parent
671e1cfe5b
commit
34c52c7927
|
|
@ -71,7 +71,8 @@ bool __intel_display_wa(struct intel_display *display, enum intel_display_wa wa,
|
|||
{
|
||||
switch (wa) {
|
||||
case INTEL_DISPLAY_WA_13012396614:
|
||||
return DISPLAY_VERx100(display) == 3000;
|
||||
return DISPLAY_VERx100(display) == 3000 ||
|
||||
DISPLAY_VERx100(display) == 3500;
|
||||
case INTEL_DISPLAY_WA_14011503117:
|
||||
return DISPLAY_VER(display) == 13;
|
||||
case INTEL_DISPLAY_WA_14025769978:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user