Lines Matching refs:adjusted_mode

1089 	struct drm_display_mode *adjusted_mode =  in intel_tv_get_config()  local
1090 &pipe_config->hw.adjusted_mode; in intel_tv_get_config()
1094 int hdisplay = adjusted_mode->crtc_hdisplay; in intel_tv_get_config()
1095 int vdisplay = adjusted_mode->crtc_vdisplay; in intel_tv_get_config()
1157 adjusted_mode->crtc_clock = mode.clock; in intel_tv_get_config()
1158 if (adjusted_mode->flags & DRM_MODE_FLAG_INTERLACE) in intel_tv_get_config()
1159 adjusted_mode->crtc_clock /= 2; in intel_tv_get_config()
1195 struct drm_display_mode *adjusted_mode = in intel_tv_compute_config() local
1196 &pipe_config->hw.adjusted_mode; in intel_tv_compute_config()
1197 int hdisplay = adjusted_mode->crtc_hdisplay; in intel_tv_compute_config()
1198 int vdisplay = adjusted_mode->crtc_vdisplay; in intel_tv_compute_config()
1204 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLSCAN) in intel_tv_compute_config()
1220 intel_tv_mode_to_mode(adjusted_mode, tv_mode, pipe_config->port_clock); in intel_tv_compute_config()
1221 drm_mode_set_crtcinfo(adjusted_mode, 0); in intel_tv_compute_config()
1224 !intel_tv_vert_scaling(adjusted_mode, conn_state, vdisplay)) { in intel_tv_compute_config()
1227 extra = adjusted_mode->crtc_vdisplay - vdisplay; in intel_tv_compute_config()
1253 adjusted_mode->clock /= 2; in intel_tv_compute_config()
1254 adjusted_mode->crtc_clock /= 2; in intel_tv_compute_config()
1255 adjusted_mode->flags |= DRM_MODE_FLAG_INTERLACE; in intel_tv_compute_config()
1265 DRM_MODE_ARG(adjusted_mode)); in intel_tv_compute_config()
1332 intel_tv_scale_mode_horiz(adjusted_mode, hdisplay, in intel_tv_compute_config()
1335 intel_tv_scale_mode_vert(adjusted_mode, vdisplay, in intel_tv_compute_config()
1338 drm_mode_set_crtcinfo(adjusted_mode, 0); in intel_tv_compute_config()
1339 adjusted_mode->name[0] = '\0'; in intel_tv_compute_config()