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

2025-06-18 Thread Andy Yan
Hi, At 2025-06-13 17:00:21, "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

Re: [PATCH v5 07/25] drm/exynos: Compute dumb-buffer sizes with drm_mode_size_dumb()

2025-06-18 Thread Inki Dae
2025년 6월 13일 (금) 오후 6:05, Thomas Zimmermann 님이 작성: > > Call drm_mode_size_dumb() to compute dumb-buffer scanline pitch and > buffer size. No alignment required. > Acked-by : Inki Dae Thanks, Inki Dae > Signed-off-by: Thomas Zimmermann > Cc: Inki Dae > Cc: Seung-Woo Kim > Cc: Kyungmin Park >