Lines Matching refs:adjusted_mode

278 	struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode;  in intel_dsi_compute_config()  local
285 ret = intel_panel_compute_config(intel_connector, adjusted_mode); in intel_dsi_compute_config()
293 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLSCAN) in intel_dsi_compute_config()
297 adjusted_mode->flags = 0; in intel_dsi_compute_config()
1011 struct drm_display_mode *adjusted_mode = in bxt_dsi_get_pipe_config() local
1012 &pipe_config->hw.adjusted_mode; in bxt_dsi_get_pipe_config()
1025 adjusted_mode_sw = &crtc->config->hw.adjusted_mode; in bxt_dsi_get_pipe_config()
1047 adjusted_mode->crtc_hdisplay = in bxt_dsi_get_pipe_config()
1050 adjusted_mode->crtc_vdisplay = in bxt_dsi_get_pipe_config()
1053 adjusted_mode->crtc_vtotal = in bxt_dsi_get_pipe_config()
1057 hactive = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1085 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config()
1086 adjusted_mode->crtc_hsync_start = hfp + adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1087 adjusted_mode->crtc_hsync_end = hsync + adjusted_mode->crtc_hsync_start; in bxt_dsi_get_pipe_config()
1088 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1089 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_htotal; in bxt_dsi_get_pipe_config()
1091 adjusted_mode->crtc_vsync_start = vfp + adjusted_mode->crtc_vdisplay; in bxt_dsi_get_pipe_config()
1092 adjusted_mode->crtc_vsync_end = vsync + adjusted_mode->crtc_vsync_start; in bxt_dsi_get_pipe_config()
1093 adjusted_mode->crtc_vblank_start = adjusted_mode->crtc_vdisplay; in bxt_dsi_get_pipe_config()
1094 adjusted_mode->crtc_vblank_end = adjusted_mode->crtc_vtotal; in bxt_dsi_get_pipe_config()
1149 if (adjusted_mode->crtc_htotal == crtc_htotal_sw) in bxt_dsi_get_pipe_config()
1150 adjusted_mode->crtc_htotal = adjusted_mode_sw->crtc_htotal; in bxt_dsi_get_pipe_config()
1152 if (adjusted_mode->crtc_hsync_start == crtc_hsync_start_sw) in bxt_dsi_get_pipe_config()
1153 adjusted_mode->crtc_hsync_start = in bxt_dsi_get_pipe_config()
1156 if (adjusted_mode->crtc_hsync_end == crtc_hsync_end_sw) in bxt_dsi_get_pipe_config()
1157 adjusted_mode->crtc_hsync_end = in bxt_dsi_get_pipe_config()
1160 if (adjusted_mode->crtc_hblank_start == crtc_hblank_start_sw) in bxt_dsi_get_pipe_config()
1161 adjusted_mode->crtc_hblank_start = in bxt_dsi_get_pipe_config()
1164 if (adjusted_mode->crtc_hblank_end == crtc_hblank_end_sw) in bxt_dsi_get_pipe_config()
1165 adjusted_mode->crtc_hblank_end = in bxt_dsi_get_pipe_config()
1190 pipe_config->hw.adjusted_mode.crtc_clock = pclk; in intel_dsi_get_config()
1192 pipe_config->hw.adjusted_mode.crtc_clock *= 2; in intel_dsi_get_config()
1210 const struct drm_display_mode *adjusted_mode) in set_dsi_timings() argument
1221 hactive = adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1222 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1223 hsync = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in set_dsi_timings()
1224 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; in set_dsi_timings()
1235 vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; in set_dsi_timings()
1236 vsync = adjusted_mode->crtc_vsync_end - adjusted_mode->crtc_vsync_start; in set_dsi_timings()
1237 vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; in set_dsi_timings()
1256 adjusted_mode->crtc_hdisplay); in set_dsi_timings()
1258 adjusted_mode->crtc_vdisplay); in set_dsi_timings()
1260 adjusted_mode->crtc_vtotal); in set_dsi_timings()
1306 const struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in intel_dsi_prepare() local
1314 mode_hdisplay = adjusted_mode->crtc_hdisplay; in intel_dsi_prepare()
1353adjusted_mode->crtc_vdisplay << VERTICAL_ADDRESS_SHIFT | mode_hdisplay << HORIZONTAL_ADDRESS_SHIFT… in intel_dsi_prepare()
1356 set_dsi_timings(encoder, adjusted_mode); in intel_dsi_prepare()
1402 …txbyteclkhs(adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, intel_dsi->burst_mode_ratio) +… in intel_dsi_prepare()
1405 …txbyteclkhs(adjusted_mode->crtc_vtotal * adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, i… in intel_dsi_prepare()