drm/i915: Introduce i915_gem_object_finish_gpu()
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_display.c
index aa43e7be6053bdfd6dc6fd7274d17ccd544b799f..e32fb89b3165ef5a812e54dc76220f83e1498d68 100644 (file)
@@ -1971,7 +1971,7 @@ intel_pipe_set_base(struct drm_crtc *crtc, int x, int y,
                 * This should only fail upon a hung GPU, in which case we
                 * can safely continue.
                 */
-               ret = i915_gem_object_flush_gpu(obj);
+               ret = i915_gem_object_finish_gpu(obj);
                (void) ret;
        }
 
This page took 0.030399 seconds and 5 git commands to generate.