drm/i915: Make the DERRMR SRM target global GTT
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 29 Nov 2013 11:13:42 +0000 (13:13 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 29 Nov 2013 13:56:44 +0000 (14:56 +0100)
commit22613c96b408f6315f6e1a2794adc0d04f55d7b5
treea83745fba8b5e3bbf00e37f33a5bd0e926ba5003
parenta1216444283e81fd904593a4a77c90adfe5d14d1
drm/i915: Make the DERRMR SRM target global GTT

The ring scratch pages don't have a PPGTT mapping, so the DERRM SRM
should target the global GTT instead.

v2: Add MI_SRM_LRM_GLOBAL_GTT define for -fixes

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_display.c