]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/gpu/drm/i915/intel_display.c
drm/i915: Fix new_config and new_enabled for load detect
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 17 Jan 2014 13:59:39 +0000 (15:59 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 24 Jan 2014 16:22:51 +0000 (17:22 +0100)
commit412b61d83a2d3e74527633097820db7510f97ce1
tree4c4391ed5efb1eaeefe6fefad34b093e6c5a3dd2
parent41c54e51bd3f551490953b2940c29c228f8cf533
drm/i915: Fix new_config and new_enabled for load detect

I forgot to set new_config and new_enabled appropriately in the load
detect code. Fix it up.

v2: Handle the other error path in intel_get_load_detect_pipe() too (Imre)

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Imre Deak <imre.deak@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c