drm_format_plane_width(9) width of the plane given the first plane

SYNOPSIS

int drm_format_plane_width(int width, uint32_t format, int plane);

ARGUMENTS

width

width of the first plane

format

pixel format

plane

plane index

RETURNS

The width of plane, given that the width of the first plane is width.

AUTHORS

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

Lukas Wunner <[email protected]>

vga_switcheroo documentation

COPYRIGHT