• dnicoara's avatar
    Perform a display configuration in software mirror on hotplug event · 1559e6b9
    dnicoara authored
    On a hotplug event we configure the displays regardless of the state.
    However if we're in software mirror mode the configuration was skipped
    if the previous configuration was extended mode.
    
    We want to have a consistent approach to display configuration, so make
    sure we configure the displays if the configuration was triggered by a
    system event. Otherwise (if the configuration was requested by the user)
    we'll just skip the configuration so we don't perform unnecessary
    modesets.
    
    BUG=488736
    
    Review URL: https://codereview.chromium.org/1133743005
    
    Cr-Commit-Position: refs/heads/master@{#330534}
    1559e6b9
update_display_configuration_task.cc 7.47 KB