✗ CI.checkpatch: warning for drm/xe/oa: Expose media OA units (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue May 27 04:08:59 UTC 2025
== Series Details ==
Series: drm/xe/oa: Expose media OA units (rev2)
URL : https://patchwork.freedesktop.org/series/149133/
State : warning
== 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
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 245d6ce81e2fa5a934ea4b2de481f17bc22d9920
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date: Fri May 16 13:47:51 2025 -0700
drm/xe/oa: Expose media OA units
On Xe2+ platforms, media engines are attached to "SCMI" OA media (OAM)
units. One or two SCMI OAM units might be present on a platform. In
addition there is another OAM unit for global events, called
OAM-SAG. Performance metrics for media workloads can be obtained from these
OAM units, similar to OAG.
Expose these OAM units for userspace to use. OAM-SAG is exposed as an OA
unit without any attached engines.
Bspec: 70819, 67103, 63844, 72572, 74476, 61284
v2: Fix xe_gt_WARN_ON in __hwe_oam_unit for < 12.7 platforms
Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch 3e019cc3eaffcb7022b9de66871eabdefd6e06ff drm-intel
245d6ce81e2f drm/xe/oa: Expose media OA units
-:154: WARNING:TYPO_SPELLING: 'implemenation' may be misspelled - perhaps 'implementation'?
#154: FILE: drivers/gpu/drm/xe/xe_oa.c:2637:
+ /* Needed for OAM implemenation here */
^^^^^^^^^^^^^
total: 0 errors, 1 warnings, 0 checks, 140 lines checked
More information about the Intel-xe
mailing list