✓ CI.checkpatch: success for drm/i915/pxp & drm/xe/pxp: Figure out pxp instance from the gem object (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Feb 28 12:39:35 UTC 2025
== Series Details ==
Series: drm/i915/pxp & drm/xe/pxp: Figure out pxp instance from the gem object (rev2)
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit b9ce491f03e1faca9afef4211bc9b627817112b0
Author: Jani Nikula <jani.nikula at intel.com>
Date: Fri Feb 28 13:45:27 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.
v2: Rebase
Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Cc: Alan Previn <alan.previn.teres.alexis at intel.com>
Reviewed-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 4e4a83bc30b77bb710641f0b43e6098bd04c5044 drm-intel
b9ce491f03e1 drm/i915/pxp & drm/xe/pxp: Figure out pxp instance from the gem object
More information about the Intel-xe
mailing list