summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-03-29 16:59:51 -0700
committerKeith Packard <keithp@keithp.com>2011-06-09 21:51:18 -0700
commitc411964209508e32cf36f6512ed339996751f55f (patch)
tree3385cdc94c40262617e8422318a2017fed4b762a /drivers/gpu/drm/i915/intel_display.c
parente4ffd173a1c2f96b43127c2537dd99d89e759bba (diff)
downloadblackbird-op-linux-c411964209508e32cf36f6512ed339996751f55f.tar.gz
blackbird-op-linux-c411964209508e32cf36f6512ed339996751f55f.zip
drm/i915: Mark the cursor and the overlay as being part of the display planes
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Eric Anholt <eric@anholt.net> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_display.c')
-rw-r--r--drivers/gpu/drm/i915/intel_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index e32fb89b3165..f79863a9a693 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -5440,7 +5440,7 @@ static int intel_crtc_cursor_set(struct drm_crtc *crtc,
goto fail_locked;
}
- ret = i915_gem_object_set_to_gtt_domain(obj, 0);
+ ret = i915_gem_object_set_to_display_plane(obj, NULL);
if (ret) {
DRM_ERROR("failed to move cursor bo into the GTT\n");
goto fail_unpin;
OpenPOWER on IntegriCloud