Lines Matching refs:adjusted_mode

271 	struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode;  in intel_dsi_compute_config()  local
278 intel_fixed_panel_mode(fixed_mode, adjusted_mode); in intel_dsi_compute_config()
288 if (adjusted_mode->flags & DRM_MODE_FLAG_DBLSCAN) in intel_dsi_compute_config()
292 adjusted_mode->flags = 0; in intel_dsi_compute_config()
1068 struct drm_display_mode *adjusted_mode = in bxt_dsi_get_pipe_config() local
1069 &pipe_config->hw.adjusted_mode; in bxt_dsi_get_pipe_config()
1082 adjusted_mode_sw = &crtc->config->hw.adjusted_mode; in bxt_dsi_get_pipe_config()
1104 adjusted_mode->crtc_hdisplay = in bxt_dsi_get_pipe_config()
1107 adjusted_mode->crtc_vdisplay = in bxt_dsi_get_pipe_config()
1110 adjusted_mode->crtc_vtotal = in bxt_dsi_get_pipe_config()
1114 hactive = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1143 adjusted_mode->crtc_htotal = hactive + hfp + hsync + hbp; in bxt_dsi_get_pipe_config()
1144 adjusted_mode->crtc_hsync_start = hfp + adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1145 adjusted_mode->crtc_hsync_end = hsync + adjusted_mode->crtc_hsync_start; in bxt_dsi_get_pipe_config()
1146 adjusted_mode->crtc_hblank_start = adjusted_mode->crtc_hdisplay; in bxt_dsi_get_pipe_config()
1147 adjusted_mode->crtc_hblank_end = adjusted_mode->crtc_htotal; in bxt_dsi_get_pipe_config()
1149 adjusted_mode->crtc_vsync_start = vfp + adjusted_mode->crtc_vdisplay; in bxt_dsi_get_pipe_config()
1150 adjusted_mode->crtc_vsync_end = vsync + adjusted_mode->crtc_vsync_start; in bxt_dsi_get_pipe_config()
1151 adjusted_mode->crtc_vblank_start = adjusted_mode->crtc_vdisplay; in bxt_dsi_get_pipe_config()
1152 adjusted_mode->crtc_vblank_end = adjusted_mode->crtc_vtotal; in bxt_dsi_get_pipe_config()
1207 if (adjusted_mode->crtc_htotal == crtc_htotal_sw) in bxt_dsi_get_pipe_config()
1208 adjusted_mode->crtc_htotal = adjusted_mode_sw->crtc_htotal; in bxt_dsi_get_pipe_config()
1210 if (adjusted_mode->crtc_hsync_start == crtc_hsync_start_sw) in bxt_dsi_get_pipe_config()
1211 adjusted_mode->crtc_hsync_start = in bxt_dsi_get_pipe_config()
1214 if (adjusted_mode->crtc_hsync_end == crtc_hsync_end_sw) in bxt_dsi_get_pipe_config()
1215 adjusted_mode->crtc_hsync_end = in bxt_dsi_get_pipe_config()
1218 if (adjusted_mode->crtc_hblank_start == crtc_hblank_start_sw) in bxt_dsi_get_pipe_config()
1219 adjusted_mode->crtc_hblank_start = in bxt_dsi_get_pipe_config()
1222 if (adjusted_mode->crtc_hblank_end == crtc_hblank_end_sw) in bxt_dsi_get_pipe_config()
1223 adjusted_mode->crtc_hblank_end = in bxt_dsi_get_pipe_config()
1244 pipe_config->hw.adjusted_mode.crtc_clock = pclk; in intel_dsi_get_config()
1264 const struct drm_display_mode *adjusted_mode) in set_dsi_timings() argument
1275 hactive = adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1276 hfp = adjusted_mode->crtc_hsync_start - adjusted_mode->crtc_hdisplay; in set_dsi_timings()
1277 hsync = adjusted_mode->crtc_hsync_end - adjusted_mode->crtc_hsync_start; in set_dsi_timings()
1278 hbp = adjusted_mode->crtc_htotal - adjusted_mode->crtc_hsync_end; in set_dsi_timings()
1289 vfp = adjusted_mode->crtc_vsync_start - adjusted_mode->crtc_vdisplay; in set_dsi_timings()
1290 vsync = adjusted_mode->crtc_vsync_end - adjusted_mode->crtc_vsync_start; in set_dsi_timings()
1291 vbp = adjusted_mode->crtc_vtotal - adjusted_mode->crtc_vsync_end; in set_dsi_timings()
1310 adjusted_mode->crtc_hdisplay); in set_dsi_timings()
1312 adjusted_mode->crtc_vdisplay); in set_dsi_timings()
1314 adjusted_mode->crtc_vtotal); in set_dsi_timings()
1360 const struct drm_display_mode *adjusted_mode = &pipe_config->hw.adjusted_mode; in intel_dsi_prepare() local
1368 mode_hdisplay = adjusted_mode->crtc_hdisplay; in intel_dsi_prepare()
1410adjusted_mode->crtc_vdisplay << VERTICAL_ADDRESS_SHIFT | mode_hdisplay << HORIZONTAL_ADDRESS_SHIFT… in intel_dsi_prepare()
1413 set_dsi_timings(encoder, adjusted_mode); in intel_dsi_prepare()
1459 …txbyteclkhs(adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, intel_dsi->burst_mode_ratio) +… in intel_dsi_prepare()
1462 …txbyteclkhs(adjusted_mode->crtc_vtotal * adjusted_mode->crtc_htotal, bpp, intel_dsi->lane_count, i… in intel_dsi_prepare()