Lines Matching refs:adjusted_mode
180 struct drm_display_mode *adjusted_mode) in cdv_intel_lvds_mode_fixup() argument
205 adjusted_mode->hdisplay = panel_fixed_mode->hdisplay; in cdv_intel_lvds_mode_fixup()
206 adjusted_mode->hsync_start = panel_fixed_mode->hsync_start; in cdv_intel_lvds_mode_fixup()
207 adjusted_mode->hsync_end = panel_fixed_mode->hsync_end; in cdv_intel_lvds_mode_fixup()
208 adjusted_mode->htotal = panel_fixed_mode->htotal; in cdv_intel_lvds_mode_fixup()
209 adjusted_mode->vdisplay = panel_fixed_mode->vdisplay; in cdv_intel_lvds_mode_fixup()
210 adjusted_mode->vsync_start = panel_fixed_mode->vsync_start; in cdv_intel_lvds_mode_fixup()
211 adjusted_mode->vsync_end = panel_fixed_mode->vsync_end; in cdv_intel_lvds_mode_fixup()
212 adjusted_mode->vtotal = panel_fixed_mode->vtotal; in cdv_intel_lvds_mode_fixup()
213 adjusted_mode->clock = panel_fixed_mode->clock; in cdv_intel_lvds_mode_fixup()
214 drm_mode_set_crtcinfo(adjusted_mode, in cdv_intel_lvds_mode_fixup()
260 struct drm_display_mode *adjusted_mode) in cdv_intel_lvds_mode_set() argument
278 if (mode->hdisplay != adjusted_mode->hdisplay || in cdv_intel_lvds_mode_set()
279 mode->vdisplay != adjusted_mode->vdisplay) in cdv_intel_lvds_mode_set()