From: Daniel Vetter Date: Thu, 18 Jun 2015 08:30:24 +0000 (+0200) Subject: drm/i915: s/update/compute/ for gmch dpll register functions X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~174 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=251ac8621921d3936ea2eff6790fe35b25cf28a4;p=pandora-kernel.git drm/i915: s/update/compute/ for gmch dpll register functions I was momentarily confused until I've double-checked that these functions really only compute state and don't update the hardware state. They once did that, but since Ander's rework of the dpll computation flow that's no longer the case. Rename them to avoid further confusion. Note that the ilk code already follows the compute_dpll naming scheme for computing the actual register value. DDI code goes with _calc_, but that is close enough. Cc: Ander Conselvan de Oliveira Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed