drm/i915/lrc: Update function names to match request flow
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_guc_submission.c
index 5de8675852754a6768b81ea391bea3d1a3316496..c9105f68cc4e3d7a475affccd40e48f1359766d2 100644 (file)
@@ -1019,11 +1019,11 @@ void i915_guc_submission_disable(struct drm_i915_private *dev_priv)
        if (!guc->execbuf_client)
                return;
 
-       guc_client_free(dev_priv, guc->execbuf_client);
-       guc->execbuf_client = NULL;
-
        /* Revert back to manual ELSP submission */
        intel_execlists_enable_submission(dev_priv);
+
+       guc_client_free(dev_priv, guc->execbuf_client);
+       guc->execbuf_client = NULL;
 }
 
 void i915_guc_submission_fini(struct drm_i915_private *dev_priv)
This page took 0.024918 seconds and 5 git commands to generate.