Revert "drm/i915: Mark the FB's bo as busy when we pageflip"
authorStéphane Marchesin <marcheu@chromium.org>
Tue, 15 Jan 2013 02:30:12 +0000 (18:30 -0800)
committerChromeBot <chrome-bot@google.com>
Tue, 15 Jan 2013 04:07:44 +0000 (20:07 -0800)
This reverts commit d8446056008f14ac2cb36cc531a6756a380e49e9.

We are trying to nail down the cause for a recent series of test
crashes in Chrome. Since this is basically the only graphics
change in that time frame, let's try to revert this for a couple
of days and see if our tests heal.

BUG=chromium-os:37791
TEST=compiles, works on Alex.

Change-Id: I5a1086389be56ca2603371b4f89d7a1e3d2d74ee
Reviewed-on: https://gerrit.chromium.org/gerrit/41263
Tested-by: Stéphane Marchesin <marcheu@chromium.org>
Commit-Queue: Ilja H. Friedel <ihf@chromium.org>
Reviewed-by: Ilja H. Friedel <ihf@chromium.org>
drivers/gpu/drm/i915/intel_display.c

index 55a4033..db03d8d 100644 (file)
@@ -7600,7 +7600,6 @@ static int intel_crtc_page_flip(struct drm_crtc *crtc,
                goto cleanup_pending;
 
        intel_disable_fbc(dev);
-       intel_mark_busy(dev, intel_fb->obj);
        mutex_unlock(&dev->struct_mutex);
 
        trace_i915_flip_request(intel_crtc->plane, obj);