HomeSort by: relevance | last modified time | path
    Searched refs:crtc_mode (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
nouveau_dispnv04_tvmodesnv17.c 553 struct drm_display_mode *crtc_mode = &encoder->crtc->mode; local
564 hmargin = (output_mode->hdisplay - crtc_mode->hdisplay) / 2;
565 vmargin = (output_mode->vdisplay - crtc_mode->vdisplay) / 2;
572 hratio = crtc_mode->hdisplay * 0x800 /
574 vratio = crtc_mode->vdisplay * 0x800 /

Completed in 77 milliseconds