Re: [PATCH v4 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation

2025-05-28 Thread Thomas Zimmermann
ping I'm still looking for more reviews; especially patches 1 and 2. Best regards Thomas Am 11.03.25 um 16:47 schrieb Thomas Zimmermann: Dumb-buffer pitch and size is specified by width, height, bits-per-pixel plus various hardware-specific alignments. The calculation of these values is incons

[PATCH v4 00/25] drm/dumb-buffers: Fix and improve buffer-size calculation

2025-03-11 Thread Thomas Zimmermann
Dumb-buffer pitch and size is specified by width, height, bits-per-pixel plus various hardware-specific alignments. The calculation of these values is inconsistent and duplicated among drivers. The results for formats with bpp < 8 are sometimes incorrect. This series fixes this for most drivers. D