Lines Matching refs:adjusted_mode
274 struct drm_display_mode *adjusted_mode) in cdv_intel_lvds_mode_fixup() argument
300 adjusted_mode->hdisplay = panel_fixed_mode->hdisplay; in cdv_intel_lvds_mode_fixup()
301 adjusted_mode->hsync_start = panel_fixed_mode->hsync_start; in cdv_intel_lvds_mode_fixup()
302 adjusted_mode->hsync_end = panel_fixed_mode->hsync_end; in cdv_intel_lvds_mode_fixup()
303 adjusted_mode->htotal = panel_fixed_mode->htotal; in cdv_intel_lvds_mode_fixup()
304 adjusted_mode->vdisplay = panel_fixed_mode->vdisplay; in cdv_intel_lvds_mode_fixup()
305 adjusted_mode->vsync_start = panel_fixed_mode->vsync_start; in cdv_intel_lvds_mode_fixup()
306 adjusted_mode->vsync_end = panel_fixed_mode->vsync_end; in cdv_intel_lvds_mode_fixup()
307 adjusted_mode->vtotal = panel_fixed_mode->vtotal; in cdv_intel_lvds_mode_fixup()
308 adjusted_mode->clock = panel_fixed_mode->clock; in cdv_intel_lvds_mode_fixup()
309 drm_mode_set_crtcinfo(adjusted_mode, in cdv_intel_lvds_mode_fixup()
355 struct drm_display_mode *adjusted_mode) in cdv_intel_lvds_mode_set() argument
373 if (mode->hdisplay != adjusted_mode->hdisplay || in cdv_intel_lvds_mode_set()
374 mode->vdisplay != adjusted_mode->vdisplay) in cdv_intel_lvds_mode_set()