HomeSort by: relevance | last modified time | path
    Searched defs:adjusted (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/
drm_modes.c 831 struct drm_display_mode adjusted = *mode; local in function:drm_mode_get_hv_timing
833 drm_mode_set_crtcinfo(&adjusted, CRTC_STEREO_DOUBLE_ONLY);
834 *hdisplay = adjusted.crtc_hdisplay;
835 *vdisplay = adjusted.crtc_vdisplay;
drm_modes.c 831 struct drm_display_mode adjusted = *mode; local in function:drm_mode_get_hv_timing
833 drm_mode_set_crtcinfo(&adjusted, CRTC_STEREO_DOUBLE_ONLY);
834 *hdisplay = adjusted.crtc_hdisplay;
835 *vdisplay = adjusted.crtc_vdisplay;

Completed in 24 milliseconds