✓ CI.checkpatch: success for drm/i915/debugfs: intel_display_caps
Patchwork
patchwork at emeril.freedesktop.org
Fri Sep 13 15:56:54 UTC 2024
== Series Details ==
Series: drm/i915/debugfs: intel_display_caps
URL : https://patchwork.freedesktop.org/series/138649/
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
c62d7e164862503a3662a095da1c6c9014248cb2
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 1113c5d81ceb66e682bba549c676682b8a473c51
Author: Jani Nikula <jani.nikula at intel.com>
Date: Fri Sep 13 15:51:55 2024 +0300
drm/i915/debugfs: add dedicated intel_display_caps debugfs for display
Add dedicated intel_display_caps for display, with device info and
params. Intentionally prefix the file intel_ instead of i915_. Going
forward, we should do the same for all debugfs files, making them
independent of i915 and xe.
Remove display param dumping from i915 specific i915_capabilities
debugfs.
Note that we don't add node_to_intel_display() functionality in
to_intel_display(). It's too specific for that.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 8c9686621372c8cb3e1ca6154d89bffb876d3ff0 drm-intel
1d7b3b18c217 drm/i915/debugfs: remove superfluous kernel_param_lock/unlock
1113c5d81ceb drm/i915/debugfs: add dedicated intel_display_caps debugfs for display
More information about the Intel-xe
mailing list