✓ CI.checkpatch: success for drm/xe: Add the missed value paramter of LE_COS (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Mon Apr 7 05:49:30 UTC 2025
== Series Details ==
Series: drm/xe: Add the missed value paramter of LE_COS (rev5)
URL : https://patchwork.freedesktop.org/series/147087/
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9e4e184b91ba2be5f5c9189a508ab664c080a47f
Author: Shuicheng Lin <shuicheng.lin at intel.com>
Date: Sat Apr 5 17:15:39 2025 +0000
drm/xe: remove unused LE_COS
The LE_COS definition missed passing the value parameter to
REG_FIELD_PREP. This didn't cause build errors because the entire
macro was unused.
The value for this field is universally "0" for every MOCS entry on
the old Xe_LP platforms, and the whole field has been removed from
Xe_HP onward. Just delete the line so that we don't have an unused
definition.
Suggested-by: Matt Roper <matthew.d.roper at intel.com>
Reviewed-by: Matt Roper <matthew.d.roper at intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Shuicheng Lin <shuicheng.lin at intel.com>
+ /mt/dim checkpatch c4fc93b0ec49f4b0105c142502b7d1d5de379950 drm-intel
9e4e184b91ba drm/xe: remove unused LE_COS
More information about the Intel-xe
mailing list