Re: [PATCH v5 0/7] drm: Reuse temporary memory for format conversion

2023-11-17 Thread Daniel Vetter
On Fri, 17 Nov 2023 at 11:07, Thomas Zimmermann wrote: > > Hi > > Am 17.11.23 um 10:34 schrieb Maxime Ripard: > > On Mon, Oct 09, 2023 at 04:06:29PM +0200, Thomas Zimmermann wrote: > >> DRM's format-conversion helpers require temporary memory. Pass the > >> buffer from the caller to allow the call

Re: [PATCH v5 0/7] drm: Reuse temporary memory for format conversion

2023-11-17 Thread Thomas Zimmermann
Hi Am 17.11.23 um 10:34 schrieb Maxime Ripard: On Mon, Oct 09, 2023 at 04:06:29PM +0200, Thomas Zimmermann wrote: DRM's format-conversion helpers require temporary memory. Pass the buffer from the caller to allow the caller to preallocate the buffer memory. The motivation for this patchset is

Re: [PATCH v5 0/7] drm: Reuse temporary memory for format conversion

2023-11-17 Thread Maxime Ripard
On Mon, Oct 09, 2023 at 04:06:29PM +0200, Thomas Zimmermann wrote: > DRM's format-conversion helpers require temporary memory. Pass the > buffer from the caller to allow the caller to preallocate the buffer > memory. > > The motivation for this patchset is the recent work on a DRM panic > handler.