✓ CI.checkpatch: success for drm/xe/xe2: Extend performance tuning to media GT
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 17 17:02:05 UTC 2024
== Series Details ==
Series: drm/xe/xe2: Extend performance tuning to media GT
URL : https://patchwork.freedesktop.org/series/138776/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 60bb3c6341bc6fe7c13228a6ec7cb8c6ee7e1ea4
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date: Tue Sep 17 13:53:54 2024 -0300
drm/xe/xe2: Extend performance tuning to media GT
With exception of "Tuning: L3 cache - media", we are currently applying
recommended performance tuning settings only for the primary GT. Let's
also apply them to the media GT when applicable.
According to our spec, media GT registers CCCHKNREG1 and L3SQCREG* exist
only in Xe2_LPM and their offsets do not match their primary GT
counterparts. As such, we need to have Xe2_LPM-specific definitions for
them and apply the setting only for that specific IP.
Both Xe2_HPM and Xe2_LPM contain STATELESS_COMPRESSION_CTRL and the
offset on the media GT matches the one on the primary one, so we can use
the common definition and apply the setting to both IPs.
Bspec: 72161
Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch 38e1b615fb395b928e514108e908cd6edf3d34c3 drm-intel
60bb3c6341bc drm/xe/xe2: Extend performance tuning to media GT
More information about the Intel-xe
mailing list