✓ CI.checkpatch: success for drm/xe & drm/i915: drvdata usage changes
Patchwork
patchwork at emeril.freedesktop.org
Mon Jul 29 14:44:12 UTC 2024
== Series Details ==
Series: drm/xe & drm/i915: drvdata usage changes
URL : https://patchwork.freedesktop.org/series/136622/
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
5ce3e132caaa5b45e5e50201b574a097d130967c
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3108b2b40325d672d1987331bc732b8ba13fb1b3
Author: Jani Nikula <jani.nikula at intel.com>
Date: Mon Jul 29 17:30:11 2024 +0300
drm/xe/display: remove unused compat kdev_to_i915() and pdev_to_i915()
The display code no longer uses kdev_to_i915() or pdev_to_i915()
helpers. Remove them.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch ec9c8ca911f54dec90f736f284b7128668deeb0d drm-intel
2e0477d8ddac drm/xe: use pdev_to_xe_device() instead of pci_get_drvdata() directly
a817de2cd301 drm/xe: add kdev_to_xe_device() helper and use it
5606dfaf8d59 drm/xe/tests: fix drvdata usage
2acec605b1ae drm/i915: use pdev_to_i915() instead of pci_get_drvdata() directly
08bfb5172301 drm/i915 & drm/xe: save struct drm_device to drvdata
4b5c44425fdb drm/i915: support struct device and pci_dev in to_intel_display()
52c98f28564e drm/i915/audio: migrate away from kdev_to_i915()
4c50697c7176 drm/i915/hdcp: migrate away from kdev_to_i915() in bind/unbind
529630bf4dfc drm/i915/hdcp: migrate away from kdev_to_i915() in GSC messaging
3108b2b40325 drm/xe/display: remove unused compat kdev_to_i915() and pdev_to_i915()
More information about the Intel-xe
mailing list