diff options
author | Sai Teja Pottumuttu <sai.teja.pottumuttu@intel.com> | 2024-07-24 17:45:21 +0530 |
---|---|---|
committer | Matt Roper <matthew.d.roper@intel.com> | 2024-07-29 13:35:59 -0700 |
commit | e4ac526c440af8aa94d2bdfe6066339dd93b4db2 (patch) | |
tree | a7561eb6d97b0fd55114633674104b578f310e6f /drivers/gpu/drm/xe/regs/xe_gt_regs.h | |
parent | dbcbfc72d3b660b6dd9ea7d2c089c228609714ec (diff) | |
download | lwn-e4ac526c440af8aa94d2bdfe6066339dd93b4db2.tar.gz lwn-e4ac526c440af8aa94d2bdfe6066339dd93b4db2.zip |
drm/xe/xe2hpg: Introduce performance tuning changes for Xe2_HPG
Add performance tuning changes for Xe2_HPG
Bspec: 72161
Signed-off-by: Sai Teja Pottumuttu <sai.teja.pottumuttu@intel.com>
Reviewed-by: Gustavo Sousa <gustavo.sousa@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240724121521.2347524-1-sai.teja.pottumuttu@intel.com
Diffstat (limited to 'drivers/gpu/drm/xe/regs/xe_gt_regs.h')
-rw-r--r-- | drivers/gpu/drm/xe/regs/xe_gt_regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/regs/xe_gt_regs.h b/drivers/gpu/drm/xe/regs/xe_gt_regs.h index 8a94a94d2267..3b87f95f9ecf 100644 --- a/drivers/gpu/drm/xe/regs/xe_gt_regs.h +++ b/drivers/gpu/drm/xe/regs/xe_gt_regs.h @@ -108,6 +108,7 @@ #define FF_MODE XE_REG_MCR(0x6210) #define DIS_TE_AUTOSTRIP REG_BIT(31) +#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) |