drm_format_plane_height(9) height of the plane given the first plane

SYNOPSIS

int drm_format_plane_height(int height, uint32_t format, int plane);

ARGUMENTS

height

height of the first plane

format

pixel format

plane

plane index

RETURNS

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

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