drm_crtc_get_hv_timing(9) Fetches hdisplay/vdisplay for given mode

SYNOPSIS

void drm_crtc_get_hv_timing(const struct drm_display_mode * mode, int * hdisplay, int * vdisplay);

ARGUMENTS

mode

mode to query

hdisplay

hdisplay value to fill in

vdisplay

vdisplay value to fill in

DESCRIPTION

The vdisplay value will be doubled if the specified mode is a stereo mode of the appropriate layout.

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