]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/bdw: Initialize BDW forcewake vfuncs
authorBen Widawsky <benjamin.widawsky@intel.com>
Fri, 8 Nov 2013 00:24:31 +0000 (16:24 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 8 Nov 2013 17:08:46 +0000 (18:08 +0100)
commitaf68779198ecc5595b915067d9e4bc12deab1933
treeb798a5de47116983e157312e43f87f25305fc54b
parent8e1280a294c8c57b8664749857f1aaf4c211ae76
drm/i915/bdw: Initialize BDW forcewake vfuncs

Somehow this got missed or dropped during development. The simulator
does not use forcewake, so it's entirely possible it never worked
correctly. After the mmio rework, this will end up in an OOPs, and the
system will not boot.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
[danvet: Use IS_GEN8 instead of IS_BROADWELL.]
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_uncore.c