Lines Matching refs:adjusted_mode

1096 	struct drm_display_mode *adjusted_mode =  in intel_tv_get_config()  local
1097 &pipe_config->hw.adjusted_mode; in intel_tv_get_config()
1101 int hdisplay = adjusted_mode->crtc_hdisplay; in intel_tv_get_config()
1102 int vdisplay = adjusted_mode->crtc_vdisplay; in intel_tv_get_config()
1164 adjusted_mode->crtc_clock = mode.clock; in intel_tv_get_config()
1165 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) in intel_tv_get_config()
1166 adjusted_mode->crtc_clock /= 2; in intel_tv_get_config()
1203 struct drm_display_mode *adjusted_mode = in intel_tv_compute_config() local
1204 &pipe_config->hw.adjusted_mode; in intel_tv_compute_config()
1205 int hdisplay = adjusted_mode->crtc_hdisplay; in intel_tv_compute_config()
1206 int vdisplay = adjusted_mode->crtc_vdisplay; in intel_tv_compute_config()
1212 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLSCAN) in intel_tv_compute_config()
1229 intel_tv_mode_to_mode(adjusted_mode, tv_mode, pipe_config->port_clock); in intel_tv_compute_config()
1230 drm_mode_set_crtcinfo(adjusted_mode, 0); in intel_tv_compute_config()
1233 !intel_tv_vert_scaling(adjusted_mode, conn_state, vdisplay)) { in intel_tv_compute_config()
1236 extra = adjusted_mode->crtc_vdisplay - vdisplay; in intel_tv_compute_config()
1262 adjusted_mode->clock /= 2; in intel_tv_compute_config()
1263 adjusted_mode->crtc_clock /= 2; in intel_tv_compute_config()
1264 adjusted_mode->flags |= DRM_MODE_FLAG_INTERLACE; in intel_tv_compute_config()
1274 DRM_MODE_ARG(adjusted_mode)); in intel_tv_compute_config()
1341 intel_tv_scale_mode_horiz(adjusted_mode, hdisplay, in intel_tv_compute_config()
1344 intel_tv_scale_mode_vert(adjusted_mode, vdisplay, in intel_tv_compute_config()
1347 drm_mode_set_crtcinfo(adjusted_mode, 0); in intel_tv_compute_config()
1348 adjusted_mode->name[0] = '\0'; in intel_tv_compute_config()