• Ville Syrjälä's avatar
    drm/i915: Fix pipe config warnings when dealing with LVDS fixed mode · 4c6df4b4
    Ville Syrjälä authored
    intel_fixed_panel_mode() overwrote the adjusted_mode with the fixed mode
    only partially. Notably it forgot to copy over the sync flags. The LVDS code however programmed the hardware with the sync flags from fixed mode, and then later the pipe config comparison obviously failed as we
    filled out the adjusted_mode in get_config from the real registers.
    
    Just call drm_mode_copy() in intel_fixed_panel_mode() to copy over the
    whole thing, and then just use adjusted_mode in the LVDS code to figure
    out which sync settings the hardware needs.
    
    Also constify the fixed_mode argument to intel_fixed_panel_mode().
    Signed-off-by: default avatarVille Syrjälä <ville.syrjala@linux.intel.com>
    Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
    4c6df4b4
intel_panel.c 20.4 KB