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
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
>