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

/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvmodesnv17.c547 struct drm_display_mode *crtc_mode = &encoder->crtc->mode; local
558 hmargin = (output_mode->hdisplay - crtc_mode->hdisplay) / 2;
559 vmargin = (output_mode->vdisplay - crtc_mode->vdisplay) / 2;
566 hratio = crtc_mode->hdisplay * 0x800 /
568 vratio = crtc_mode->vdisplay * 0x800 /

Completed in 169 milliseconds