✓ CI.checkpatch: success for drm/xe/xe_lrc: Rename desc to addr
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 13 09:23:14 UTC 2024
== Series Details ==
Series: drm/xe/xe_lrc: Rename desc to addr
URL : https://patchwork.freedesktop.org/series/141235/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ff5a39be05daa18d8209f028e61fec7f5a9758d0
Author: Jonathan Cavitt <jonathan.cavitt at intel.com>
Date: Tue Nov 12 18:55:15 2024 +0000
drm/xe/xe_lrc: Rename desc to addr
The qualifier "desc" as used in the xe_lrc_snapshot struct is a legacy
term used by i915 that has been incorrectly applied to some of the
attributes. Said attributes that use the "desc" qualifier, namely
"context_desc" and "indirect_context_desc", would more accurately be
referred to as addresses, so replace the incorrect "desc" qualifier with
"addr" in these cases.
Signed-off-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
CC: John Harrison <john.c.harrison at intel.com>
CC: Matthew Brost <matthew.brost at intel.com>
CC: Zhanjun Dong <zhanjun.dong at intel.com>
CC: Alan Previn <alan.previn.teres.alexis at intel.com>
CC: Matt Roper <matthew.d.roper at intel.com>
Acked-by: José Roberto de Souza <jose.souza at intel.com>
+ /mt/dim checkpatch cf3872e462498611b17e5f80f0b1d0900580da20 drm-intel
ff5a39be05da drm/xe/xe_lrc: Rename desc to addr
More information about the Intel-xe
mailing list