Merge branch 'topic/skl-stage1' into drm-intel-next-queued
SKL stage 1 patches still need polish so will likely miss the 3.18 merge window. We've decided to postpone to 3.19 so let's pull this in to make patch merging and conflict handling easier. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
This commit is contained in:
@@ -1985,7 +1985,7 @@ static int i915_swizzle_info(struct seq_file *m, void *data)
|
||||
I915_READ(MAD_DIMM_C2));
|
||||
seq_printf(m, "TILECTL = 0x%08x\n",
|
||||
I915_READ(TILECTL));
|
||||
if (IS_GEN8(dev))
|
||||
if (INTEL_INFO(dev)->gen >= 8)
|
||||
seq_printf(m, "GAMTARBMODE = 0x%08x\n",
|
||||
I915_READ(GAMTARBMODE));
|
||||
else
|
||||
|
Reference in New Issue
Block a user