mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
drm/xe/xe3p_lpg: Add Wa_14026781792
Wa_14026781792 applies Xe3p_LPG graphics version 35.10. Signed-off-by: Nitin Gote <nitin.r.gote@intel.com> Reviewed-by: Matt Roper <matthew.d.roper@intel.com> Link: https://patch.msgid.link/20260219082931.2199618-2-nitin.r.gote@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
This commit is contained in:
parent
764af38af2
commit
9812865cc6
|
|
@ -131,6 +131,7 @@
|
|||
#define VS_HIT_MAX_VALUE_MASK REG_GENMASK(25, 20)
|
||||
#define DIS_MESH_PARTIAL_AUTOSTRIP REG_BIT(16)
|
||||
#define DIS_MESH_AUTOSTRIP REG_BIT(15)
|
||||
#define DIS_TE_PATCH_CTRL REG_BIT(4)
|
||||
|
||||
#define VFLSKPD XE_REG_MCR(0x62a8, XE_REG_OPTION_MASKED)
|
||||
#define DIS_PARTIAL_AUTOSTRIP REG_BIT(9)
|
||||
|
|
|
|||
|
|
@ -939,6 +939,10 @@ static const struct xe_rtp_entry_sr lrc_was[] = {
|
|||
ENGINE_CLASS(RENDER)),
|
||||
XE_RTP_ACTIONS(SET(CHICKEN_RASTER_1, DIS_CLIP_NEGATIVE_BOUNDING_BOX))
|
||||
},
|
||||
{ XE_RTP_NAME("14026781792"),
|
||||
XE_RTP_RULES(GRAPHICS_VERSION(3510), ENGINE_CLASS(RENDER)),
|
||||
XE_RTP_ACTIONS(SET(FF_MODE, DIS_TE_PATCH_CTRL))
|
||||
},
|
||||
};
|
||||
|
||||
static __maybe_unused const struct xe_rtp_entry oob_was[] = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user