Determine the bytes per pixel value
int drm_format_plane_cpp(uint32_t format, int plane);
format
pixel format (DRM_FORMAT_*)
plane
plane index
The bytes per pixel value for the specified plane.
Jesse Barnes <[email protected]>
Intel Corporation,
Initial version
Laurent Pinchart <[email protected]>
Ideas on board SPRL,
Driver internals
Daniel Vetter <[email protected]>
Intel Corporation,
Contributions all over the place