Re: [RFC] drm/print: Introduce drm_line_printer

2024-05-24 Thread Jani Nikula
On Thu, 23 May 2024, John Harrison wrote: > On 5/23/2024 16:54, Daniele Ceraolo Spurio wrote: >> Forwarded Message >> Subject: [RFC] drm/print: Introduce drm_line_printer >> Date:Tue, 14 May 2024 16:56:31 +0200 >> From:Michal Wajdeczko >> To: dri-devel@lists

Re: [RFC] drm/print: Introduce drm_line_printer

2024-05-23 Thread John Harrison
On 5/23/2024 16:54, Daniele Ceraolo Spurio wrote: Forwarded Message Subject:[RFC] drm/print: Introduce drm_line_printer Date: Tue, 14 May 2024 16:56:31 +0200 From: Michal Wajdeczko To: dri-devel@lists.freedesktop.org This drm printer wrapper can be used to in

Re: [RFC] drm/print: Introduce drm_line_printer

2024-05-15 Thread Jani Nikula
On Wed, 15 May 2024, Michal Wajdeczko wrote: > On 15.05.2024 11:56, Jani Nikula wrote: >> On Tue, 14 May 2024, Michal Wajdeczko wrote: >>> This drm printer wrapper can be used to increase the robustness of >>> the captured output generated by any other drm_printer to make sure >>> we didn't lost

Re: [RFC] drm/print: Introduce drm_line_printer

2024-05-15 Thread Michal Wajdeczko
On 15.05.2024 11:56, Jani Nikula wrote: > On Tue, 14 May 2024, Michal Wajdeczko wrote: >> This drm printer wrapper can be used to increase the robustness of >> the captured output generated by any other drm_printer to make sure >> we didn't lost any intermediate lines of the output by adding li

Re: [RFC] drm/print: Introduce drm_line_printer

2024-05-15 Thread Jani Nikula
On Tue, 14 May 2024, Michal Wajdeczko wrote: > This drm printer wrapper can be used to increase the robustness of > the captured output generated by any other drm_printer to make sure > we didn't lost any intermediate lines of the output by adding line > numbers to each output line. Helpful for ca