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

2025-09-17 Thread Thomas Zimmermann
FYI, I significant number of these patches got a review already. I intent to merge these and then send out the others for each driver individually. Am 21.08.25 um 10:17 schrieb Thomas Zimmermann: Dumb-buffer pitch and size is specified by width, height, bits-per-pixel plus various hardware-spe

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

2025-08-21 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