✓ CI.checkpatch: success for drm/i915/dp: use seq buf for printing rates
Patchwork
patchwork at emeril.freedesktop.org
Wed Nov 27 13:26:53 UTC 2024
== Series Details ==
Series: drm/i915/dp: use seq buf for printing rates
URL : https://patchwork.freedesktop.org/series/141842/
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 7e1a78de7cb08e1741d8657ecfd61c06fac50f59
Author: Jani Nikula <jani.nikula at intel.com>
Date: Wed Nov 27 15:18:38 2024 +0200
drm/i915/dp: use seq buf for printing rates
Hand rolling the buffer overflow handling with snprintf() is a bit
tedious. The seq_buf interface is made for this. Switch to it.
Use struct intel_display while at it.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 4e5e3c93cf642f47374ed6e003f0a55b8af0f25b drm-intel
7e1a78de7cb0 drm/i915/dp: use seq buf for printing rates
More information about the Intel-xe
mailing list