commit | 43d1b64728ee699cdcc8cc0f8abab1c170b451ff | [log] [tgz] |
---|---|---|
author | Ben Widawsky <benjamin.widawsky@intel.com> | Thu Nov 07 16:24:31 2013 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Nov 08 18:08:46 2013 +0100 |
tree | b798a5de47116983e157312e43f87f25305fc54b | |
parent | ab2aa47e4b2d2a74642c45f2e20fb9954f0fa8e1 [diff] |
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>