]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Don't store current shared DPLL in the new pipe_config
authorAnder Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Wed, 29 Oct 2014 09:32:38 +0000 (11:32 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Nov 2014 17:41:46 +0000 (18:41 +0100)
commit3b42cf6b89ed24c801757fb60b6e158f267da80b
tree631632ca22333ec6b81afee36a7792fde739d78b
parent21514e2ba27c2d631d8c8dad71d92176a6baf38f
drm/i915: Don't store current shared DPLL in the new pipe_config

Now that shared DPLLs configuration is staged, there's no need to track
the current ones in the new pipe_config since those are released before
making the new pipe_config effective.

Signed-off-by: Ander Conselvan de Oliveira <ander.conselvan.de.oliveira@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c