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