]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/gpu/drm/i915/intel_ringbuffer.h
drm/i915: Update ring->add_request() to take a request structure
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / i915 / intel_ringbuffer.h
index 8c713f625755b3d6f0ee1615a8fb4fe0d07ff63b..cb6d3d0b25307909743de9f3653301e3b84ddee7 100644 (file)
@@ -183,7 +183,7 @@ struct  intel_engine_cs {
        int __must_check (*flush)(struct drm_i915_gem_request *req,
                                  u32   invalidate_domains,
                                  u32   flush_domains);
-       int             (*add_request)(struct intel_engine_cs *ring);
+       int             (*add_request)(struct drm_i915_gem_request *req);
        /* Some chipsets are not quite as coherent as advertised and need
         * an expensive kick to force a true read of the up-to-date seqno.
         * However, the up-to-date seqno is not always required and the last