✓ CI.checkpatch: success for drm/i915/pxp & drm/xe/pxp: Figure out pxp instance from the gem object
Patchwork
patchwork at emeril.freedesktop.org
Tue Feb 4 19:31:11 UTC 2025
== Series Details ==
Series: drm/i915/pxp & drm/xe/pxp: Figure out pxp instance from the gem object
URL : https://patchwork.freedesktop.org/series/144321/
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 4a80f37926544017f372d468445aebd2e279dbbb
Author: Jani Nikula <jani.nikula at intel.com>
Date: Tue Feb 4 16:47:44 2025 +0200
drm/i915/pxp & drm/xe/pxp: Figure out pxp instance from the gem object
It's undesirable to have to figure out the pxp pointer in display
code. For one thing, its type is different for i915 and xe.
Since we can figure the pxp pointer out in the pxp code from the gem
object, offload it there.
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Cc: Alan Previn <alan.previn.teres.alexis at intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch ac87843456aa558a665df43aa62c03eaf7701bcb drm-intel
4a80f3792654 drm/i915/pxp & drm/xe/pxp: Figure out pxp instance from the gem object
More information about the Intel-xe
mailing list