Name
drm_format_plane_height —
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
.