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
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
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