Re: [PATCH v2 3/5] drm/simpledrm: Store xfrm buffer in device instance

2023-09-28 Thread Thomas Zimmermann
Hi Am 26.09.23 um 09:31 schrieb Jocelyn Falempe: On 20/09/2023 16:24, Thomas Zimmermann wrote: Store and instance of struct drm_xfrm_buf in struct simpledrm_device and keep the allocated memory allocated across display updates. Avoid possibly reallocating temporary memory on each display update

Re: [PATCH v2 3/5] drm/simpledrm: Store xfrm buffer in device instance

2023-09-26 Thread Jocelyn Falempe
On 20/09/2023 16:24, Thomas Zimmermann wrote: Store and instance of struct drm_xfrm_buf in struct simpledrm_device and keep the allocated memory allocated across display updates. Avoid possibly reallocating temporary memory on each display update. Instead preallocate temporary memory during initi