crtc_mode         548 drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c 	struct drm_display_mode *crtc_mode = &encoder->crtc->mode;
crtc_mode         559 drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c 	hmargin = (output_mode->hdisplay - crtc_mode->hdisplay) / 2;
crtc_mode         560 drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c 	vmargin = (output_mode->vdisplay - crtc_mode->vdisplay) / 2;
crtc_mode         567 drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c 	hratio = crtc_mode->hdisplay * 0x800 /
crtc_mode         569 drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c 	vratio = crtc_mode->vdisplay * 0x800 /