Lines Matching refs:adjusted_mode

274 	struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode;  in intel_dsi_compute_config()  local
281 intel_fixed_panel_mode(fixed_mode, adjusted_mode); in intel_dsi_compute_config()
291 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLSCAN) in intel_dsi_compute_config()
295 adjusted_mode->flags = 0; in intel_dsi_compute_config()
1101 struct drm_display_mode *adjusted_mode = in bxt_dsi_get_pipe_config() local
1102 &pipe_config->hw.adjusted_mode; in bxt_dsi_get_pipe_config()
1115 adjusted_mode_sw = &crtc->config->hw.adjusted_mode; in bxt_dsi_get_pipe_config()
1137 adjusted_mode->crtc_hdisplay = in bxt_dsi_get_pipe_config()
1140 adjusted_mode->crtc_vdisplay = in bxt_dsi_get_pipe_config()
1143 adjusted_mode->crtc_vtotal = in bxt_dsi_get_pipe_config()
1147 hactive = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1176 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config()
1177 adjusted_mode->crtc_hsync_start = hfp + adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1178 adjusted_mode->crtc_hsync_end = hsync + adjusted_mode->crtc_hsync_start; in bxt_dsi_get_pipe_config()
1179 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1180 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_htotal; in bxt_dsi_get_pipe_config()
1182 adjusted_mode->crtc_vsync_start = vfp + adjusted_mode->crtc_vdisplay; in bxt_dsi_get_pipe_config()
1183 adjusted_mode->crtc_vsync_end = vsync + adjusted_mode->crtc_vsync_start; in bxt_dsi_get_pipe_config()
1184 adjusted_mode->crtc_vblank_start = adjusted_mode->crtc_vdisplay; in bxt_dsi_get_pipe_config()
1185 adjusted_mode->crtc_vblank_end = adjusted_mode->crtc_vtotal; in bxt_dsi_get_pipe_config()
1240 if (adjusted_mode->crtc_htotal == crtc_htotal_sw) in bxt_dsi_get_pipe_config()
1241 adjusted_mode->crtc_htotal = adjusted_mode_sw->crtc_htotal; in bxt_dsi_get_pipe_config()
1243 if (adjusted_mode->crtc_hsync_start == crtc_hsync_start_sw) in bxt_dsi_get_pipe_config()
1244 adjusted_mode->crtc_hsync_start = in bxt_dsi_get_pipe_config()
1247 if (adjusted_mode->crtc_hsync_end == crtc_hsync_end_sw) in bxt_dsi_get_pipe_config()
1248 adjusted_mode->crtc_hsync_end = in bxt_dsi_get_pipe_config()
1251 if (adjusted_mode->crtc_hblank_start == crtc_hblank_start_sw) in bxt_dsi_get_pipe_config()
1252 adjusted_mode->crtc_hblank_start = in bxt_dsi_get_pipe_config()
1255 if (adjusted_mode->crtc_hblank_end == crtc_hblank_end_sw) in bxt_dsi_get_pipe_config()
1256 adjusted_mode->crtc_hblank_end = in bxt_dsi_get_pipe_config()
1277 pipe_config->hw.adjusted_mode.crtc_clock = pclk; in intel_dsi_get_config()
1297 const struct drm_display_mode *adjusted_mode) in set_dsi_timings() argument
1308 hactive = adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1309 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1310 hsync = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in set_dsi_timings()
1311 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; in set_dsi_timings()
1322 vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; in set_dsi_timings()
1323 vsync = adjusted_mode->crtc_vsync_end - adjusted_mode->crtc_vsync_start; in set_dsi_timings()
1324 vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; in set_dsi_timings()
1343 adjusted_mode->crtc_hdisplay); in set_dsi_timings()
1345 adjusted_mode->crtc_vdisplay); in set_dsi_timings()
1347 adjusted_mode->crtc_vtotal); in set_dsi_timings()
1393 const struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in intel_dsi_prepare() local
1401 mode_hdisplay = adjusted_mode->crtc_hdisplay; in intel_dsi_prepare()
1443adjusted_mode->crtc_vdisplay << VERTICAL_ADDRESS_SHIFT | mode_hdisplay << HORIZONTAL_ADDRESS_SHIFT… in intel_dsi_prepare()
1446 set_dsi_timings(encoder, adjusted_mode); in intel_dsi_prepare()
1492 …txbyteclkhs(adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, intel_dsi->burst_mode_ratio) +… in intel_dsi_prepare()
1495 …txbyteclkhs(adjusted_mode->crtc_vtotal * adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, i… in intel_dsi_prepare()