Skip to content

allocators: drmdumb: Fix bpp value for P010

Nicolas Dufresne requested to merge ndufresne/gstreamer:drm-dump-p010-fix into main

P010 uses 16 bits per pixel, with least significant being padding. This code worked with Intel display driver since they roundup that value, but does not work with the generic DRM helpers which also support NV15, which does not have any padding.

Also add NV15, as its will be useful to support Rockchip SoC.

Merge request reports

Loading