From: Chris Wilson Date: Fri, 19 Jul 2013 19:36:53 +0000 (+0100) Subject: drm/i915: Use a private interface for register access within GT X-Git-Tag: v3.12-rc1~136^2~129^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6af5d92f909796cb706f3b9efefd75cb0f5afcff;p=pandora-kernel.git drm/i915: Use a private interface for register access within GT The GT functions for enabling register access also need to occasionally write to and read from registers. To avoid the potential recursion as we modify the public interface to be stricter, introduce a private register access API for the GT functions. v2: Rebase v3: Rebase onto uncore v4: Use raw interfaces consistently so that we only use the low-level readN functions from a single location. Signed-off-by: Chris Wilson Reviewed-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed