From: Ville Syrjälä Date: Mon, 24 Feb 2014 15:02:09 +0000 (+0200) Subject: drm/i915: Drop the forcewake count inc/dec around register read on VLV X-Git-Tag: v3.15-rc1~51^2~55^2~55 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc9d83f7475ec3164ee80582555f4fe8a7847319;p=pandora-kernel.git drm/i915: Drop the forcewake count inc/dec around register read on VLV VLV is the only platform where we increment/decrement the forcewake count around register access. Drop the inc/dec on VLV to make the forcewake code a bit more unified. The inc/dec are not necessary since we hold the uncore lock around the whole operation. Signed-off-by: Ville Syrjälä Reviewed-by: Deepak S Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed