From: Ben Widawsky Date: Tue, 8 Oct 2013 23:31:03 +0000 (-0700) Subject: drm/i915: Do PCH and uncore init earlier X-Git-Tag: v3.13-rc1~76^2~68^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3d685a7a5cd9f18865a717468d2b02092dcefdd;p=pandora-kernel.git drm/i915: Do PCH and uncore init earlier For future platforms we'll need to initialize our MMIO function pointers even earlier. Specifically, we'll need to be able to have register reads/writes at GTT initialization (in i915_gem_gtt_init). Similarly, these platforms also have MMIO differences based on the PCH id, so while moving stuff around, also move the PCH initialization. CC: Chris Wilson Signed-off-by: Ben Widawsky [danvet: Mention the function where we need register access.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed