Lines Matching refs:adjusted_mode
261 struct drm_display_mode *adjusted_mode) in cdv_intel_lvds_mode_fixup() argument
286 adjusted_mode->hdisplay = panel_fixed_mode->hdisplay; in cdv_intel_lvds_mode_fixup()
287 adjusted_mode->hsync_start = panel_fixed_mode->hsync_start; in cdv_intel_lvds_mode_fixup()
288 adjusted_mode->hsync_end = panel_fixed_mode->hsync_end; in cdv_intel_lvds_mode_fixup()
289 adjusted_mode->htotal = panel_fixed_mode->htotal; in cdv_intel_lvds_mode_fixup()
290 adjusted_mode->vdisplay = panel_fixed_mode->vdisplay; in cdv_intel_lvds_mode_fixup()
291 adjusted_mode->vsync_start = panel_fixed_mode->vsync_start; in cdv_intel_lvds_mode_fixup()
292 adjusted_mode->vsync_end = panel_fixed_mode->vsync_end; in cdv_intel_lvds_mode_fixup()
293 adjusted_mode->vtotal = panel_fixed_mode->vtotal; in cdv_intel_lvds_mode_fixup()
294 adjusted_mode->clock = panel_fixed_mode->clock; in cdv_intel_lvds_mode_fixup()
295 drm_mode_set_crtcinfo(adjusted_mode, in cdv_intel_lvds_mode_fixup()
341 struct drm_display_mode *adjusted_mode) in cdv_intel_lvds_mode_set() argument
359 if (mode->hdisplay != adjusted_mode->hdisplay || in cdv_intel_lvds_mode_set()
360 mode->vdisplay != adjusted_mode->vdisplay) in cdv_intel_lvds_mode_set()