]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Move load time PCH detect, DPIO, power domain SW init earlier
authorImre Deak <imre.deak@intel.com>
Wed, 16 Mar 2016 11:38:51 +0000 (13:38 +0200)
committerImre Deak <imre.deak@intel.com>
Thu, 17 Mar 2016 13:22:04 +0000 (15:22 +0200)
commit861f878e6a7a8bc152c92de358b96eb3bd086f78
tree00b88684202618c560bc84950cbd0a337c68f391
parent066de1aadf6aba1911560cf90a5bc8e25ca1aae9
drm/i915: Move load time PCH detect, DPIO, power domain SW init earlier

These are all SW only init steps not accessing the device and they only
need the platform identification macros to work, which are already
available earlier, so move these init steps earlier.

Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1458128348-15730-3-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/i915_dma.c