From: Daniel Vetter Date: Mon, 3 Nov 2014 14:04:55 +0000 (+0100) Subject: drm/i915: Move pll state commit into intel_modeset_update_state X-Git-Tag: omap-for-v3.20/drop-legacy-3517~77^2~64^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba41c0dec7786ca2d5f630d0f364c5f5331b34c1;p=pandora-kernel.git drm/i915: Move pll state commit into intel_modeset_update_state It's really part of the "push all new_* state into current state pointers" done in that function. So let's move it there to make this clear. Also, with the conversion done the num_shared_dpll check the function does in it's loop is enough, so we can drop the check for the dpll compute callback, too. Cc: Ander Conselvan de Oliveira Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed