Home
last modified time | relevance | path

Searched refs:crtc_mode (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnv17_tv_modes.c550 struct drm_display_mode *crtc_mode = &encoder->crtc->mode; in nv17_ctv_update_rescaler() local
561 hmargin = (output_mode->hdisplay - crtc_mode->hdisplay) / 2; in nv17_ctv_update_rescaler()
562 vmargin = (output_mode->vdisplay - crtc_mode->vdisplay) / 2; in nv17_ctv_update_rescaler()
569 hratio = crtc_mode->hdisplay * 0x800 / in nv17_ctv_update_rescaler()
571 vratio = crtc_mode->vdisplay * 0x800 / in nv17_ctv_update_rescaler()