Re: [PATCH v2 0/5] drm: Reuse temporary memory for format conversion

2023-10-02 Thread Maxime Ripard
On Fri, Sep 29, 2023 at 04:58:30PM +0200, Thomas Zimmermann wrote: > Am 29.09.23 um 14:11 schrieb Maxime Ripard: > > On Wed, Sep 20, 2023 at 04:24:26PM +0200, Thomas Zimmermann wrote: > > > DRM's format-conversion helpers require temporary memory. Pass the > > > buffer from the caller and keep it

Re: [PATCH v2 0/5] drm: Reuse temporary memory for format conversion

2023-09-29 Thread Thomas Zimmermann
Hi Am 29.09.23 um 14:11 schrieb Maxime Ripard: On Wed, Sep 20, 2023 at 04:24:26PM +0200, Thomas Zimmermann wrote: DRM's format-conversion helpers require temporary memory. Pass the buffer from the caller and keep it allocated over several calls. Allow the caller to preallocate the buffer

Re: [PATCH v2 0/5] drm: Reuse temporary memory for format conversion

2023-09-29 Thread Maxime Ripard
On Wed, Sep 20, 2023 at 04:24:26PM +0200, Thomas Zimmermann wrote: > DRM's format-conversion helpers require temporary memory. Pass the > buffer from the caller and keep it allocated over several calls. Allow > the caller to preallocate the buffer memory. > > The motivation for this patchset is

Re: [PATCH v2 0/5] drm: Reuse temporary memory for format conversion

2023-09-26 Thread Jocelyn Falempe
On 20/09/2023 16:24, Thomas Zimmermann wrote: DRM's format-conversion helpers require temporary memory. Pass the buffer from the caller and keep it allocated over several calls. Allow the caller to preallocate the buffer memory. The motivation for this patchset is the recent work on a DRM panic

[PATCH v2 0/5] drm: Reuse temporary memory for format conversion

2023-09-20 Thread Thomas Zimmermann
DRM's format-conversion helpers require temporary memory. Pass the buffer from the caller and keep it allocated over several calls. Allow the caller to preallocate the buffer memory. The motivation for this patchset is the recent work on a DRM panic handler. The panic handler requires format