✓ CI.checkpatch: success for drm/xe: Don't refer to general LRC initialization as a "wa"
Patchwork
patchwork at emeril.freedesktop.org
Fri May 24 23:09:43 UTC 2024
== Series Details ==
Series: drm/xe: Don't refer to general LRC initialization as a "wa"
URL : https://patchwork.freedesktop.org/series/134035/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit be7761f6055fc829fc70aca1d72f9ff400726aa1
Author: Matt Roper <matthew.d.roper at intel.com>
Date: Fri May 24 16:04:45 2024 -0700
drm/xe: Don't refer to general LRC initialization as a "wa"
During engine LRC initialization a number of registers need to be
programmed as general setup. This programming is not a "workaround" so
naming the RTP table as "lrc_was" is misleading; switch to the name
"lrc_setup" to more accurately describe what the table is actually for.
Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
+ /mt/dim checkpatch 573842e9ab57ccd8d6bb68ad55ed2e012e3d5d2f drm-intel
be7761f6055f drm/xe: Don't refer to general LRC initialization as a "wa"
More information about the Intel-xe
mailing list