Re: [PATCH 2/3] drm/i915/display: use drm_print_hex_dump() for crtc state dump

2024-12-05 Thread Jani Nikula
On Thu, 05 Dec 2024, Andi Shyti wrote: > Hi Jani, > > On Thu, Dec 05, 2024 at 11:49:34AM +0200, Jani Nikula wrote: >> Use the drm_printer based printer to get the device specific printing of >> the hex dump. >> >> Signed-off-by: Jani Nikula > > ... > >> -static void >> -intel_dump_buffer(const c

Re: [PATCH 2/3] drm/i915/display: use drm_print_hex_dump() for crtc state dump

2024-12-05 Thread Andi Shyti
Hi Jani, On Thu, Dec 05, 2024 at 11:49:34AM +0200, Jani Nikula wrote: > Use the drm_printer based printer to get the device specific printing of > the hex dump. > > Signed-off-by: Jani Nikula ... > -static void > -intel_dump_buffer(const char *prefix, const u8 *buf, size_t len) > -{ > - if

[PATCH 2/3] drm/i915/display: use drm_print_hex_dump() for crtc state dump

2024-12-05 Thread Jani Nikula
Use the drm_printer based printer to get the device specific printing of the hex dump. Signed-off-by: Jani Nikula --- .../gpu/drm/i915/display/intel_crtc_state_dump.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/i915/display/intel_crtc_sta