Re: [PATCH v4 02/25] drm/dumb-buffers: Provide helper to set pitch and size

2025-06-13 Thread Thomas Zimmermann
Hi Am 12.06.25 um 10:36 schrieb Tomi Valkeinen: Hi, On 11/03/2025 17:47, Thomas Zimmermann wrote: Add drm_modes_size_dumb(), a helper to calculate the dumb-buffer scanline pitch and allocation size. Implementations of struct drm_driver.dumb_create can call the new helper for their size computa

Re: [PATCH v4 02/25] drm/dumb-buffers: Provide helper to set pitch and size

2025-06-12 Thread Tomi Valkeinen
Hi, On 11/03/2025 17:47, Thomas Zimmermann wrote: > Add drm_modes_size_dumb(), a helper to calculate the dumb-buffer > scanline pitch and allocation size. Implementations of struct > drm_driver.dumb_create can call the new helper for their size > computations. > > There is currently quite a bit o