Get the vrefresh of a mode
int drm_mode_vrefresh(const struct drm_display_mode * mode);
mode
mode
modes's vrefresh rate in Hz, rounded to the nearest integer. Calculates the value first if it is not yet set.
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