mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 16:25:42 -04:00
drm/xe/xe2: Add workaround 14017421178
This workaround applies to Xe2_LPM Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Tejas Upadhyay <tejas.upadhyay@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
committed by
Rodrigo Vivi
parent
b3f0654f55
commit
11ea758c14
@@ -273,6 +273,15 @@ static const struct xe_rtp_entry_sr gt_was[] = {
|
||||
SET(XEHPC_L3CLOS_MASK(3), ~0))
|
||||
},
|
||||
|
||||
/* Xe2_LPM */
|
||||
|
||||
{ XE_RTP_NAME("14017421178"),
|
||||
XE_RTP_RULES(MEDIA_VERSION(2000),
|
||||
ENGINE_CLASS(VIDEO_DECODE)),
|
||||
XE_RTP_ACTIONS(SET(VDBOX_CGCTL3F10(0), IECPUNIT_CLKGATE_DIS)),
|
||||
XE_RTP_ENTRY_FLAG(FOREACH_ENGINE),
|
||||
},
|
||||
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user