]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8813dc2618e4868f4134ea5cd79d354682fc9b39
tree4c4391ed5efb1eaeefe6fefad34b093e6c5a3dd2
parent86caadf424d65f1fcea826cdfb436e1845afc6a9
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