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/xe_tuning.c | |
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/xe_tuning.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_tuning.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/xe/xe_tuning.c b/drivers/gpu/drm/xe/xe_tuning.c index d4e6fa918942..77d4eec0118d 100644 --- a/drivers/gpu/drm/xe/xe_tuning.c +++ b/drivers/gpu/drm/xe/xe_tuning.c @@ -93,6 +93,14 @@ static const struct xe_rtp_entry_sr lrc_tunings[] = { REG_FIELD_PREP(L3_PWM_TIMER_INIT_VAL_MASK, 0x7f))) }, + /* Xe2_HPG */ + + { XE_RTP_NAME("Tuning: vs hit max value"), + XE_RTP_RULES(GRAPHICS_VERSION(2001), ENGINE_CLASS(RENDER)), + XE_RTP_ACTIONS(FIELD_SET(FF_MODE, VS_HIT_MAX_VALUE_MASK, + REG_FIELD_PREP(VS_HIT_MAX_VALUE_MASK, 0x3f))) + }, + {} }; |