drm/i915: Removed duplicate members from submit_request
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_ringbuffer.h
index 6dbb6f4620074dd5b909a620c243690600c3ce04..32aa3f36a7963a07153bbdfeb043daaba7b85a4e 100644 (file)
@@ -239,7 +239,8 @@ struct  intel_engine_cs {
        struct list_head execlist_retired_req_list;
        u8 next_context_status_buffer;
        u32             irq_keep_mask; /* bitmask for interrupts that should not be masked */
-       int             (*emit_request)(struct intel_ringbuffer *ringbuf);
+       int             (*emit_request)(struct intel_ringbuffer *ringbuf,
+                                       struct drm_i915_gem_request *request);
        int             (*emit_flush)(struct intel_ringbuffer *ringbuf,
                                      u32 invalidate_domains,
                                      u32 flush_domains);
This page took 0.02698 seconds and 5 git commands to generate.