✓ CI.checkpatch: success for drm: add drm_printer based hex dumper and use it
Patchwork
patchwork at emeril.freedesktop.org
Thu Dec 5 11:09:35 UTC 2024
== Series Details ==
Series: drm: add drm_printer based hex dumper and use it
URL : https://patchwork.freedesktop.org/series/142155/
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 6e9a71728506582e006e6257a6802a0babacb8f8
Author: Jani Nikula <jani.nikula at intel.com>
Date: Thu Dec 5 11:49:35 2024 +0200
drm/i915/display: use drm_print_hex_dump() for buffer mismatch dumps
Use the drm_printer based printer to get the device specific printing of
the hex dump, and avoid the manual loglevel hacking.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 6d42506688c08f85240449e80658ab760d899ae2 drm-intel
18a78194636a drm/print: add drm_print_hex_dump()
edb7da8b5c24 drm/i915/display: use drm_print_hex_dump() for crtc state dump
6e9a71728506 drm/i915/display: use drm_print_hex_dump() for buffer mismatch dumps
More information about the Intel-xe
mailing list