]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe/xe3p_lpg: Drop unnecessary tuning settings
authorMatt Roper <matthew.d.roper@intel.com>
Fri, 6 Feb 2026 18:36:04 +0000 (15:36 -0300)
committerGustavo Sousa <gustavo.sousa@intel.com>
Tue, 10 Feb 2026 13:09:11 +0000 (10:09 -0300)
commitce0e1a6384f7b6f2ee39ef2a747e61455b418dcd
tree9427dba092971cc320c75ca1503e9e59b386f4b8
parente5db97a30594e6b6406b7721d8a734df7af80c2c
drm/xe/xe3p_lpg: Drop unnecessary tuning settings

From Xe3p onward, the desired settings are now the hardware's
default values and the driver does not need to program them explicitly.

Since 35.xx seems to be the starting point for "Xe3p" version numbers;
we'll adjust the bounds of the old programming to stop at 34.99.  Even
though there's no platform with version 35.00 at the moment, this is
simplest in case one does show up in the future.

Bspec: 72161, 59928, 59930
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Atwood <matthew.s.atwood@intel.com>
Link: https://patch.msgid.link/20260206-nvl-p-upstreaming-v3-8-636e1ad32688@intel.com
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
drivers/gpu/drm/xe/xe_tuning.c