drm/i915/bdw: Clean up execlist queue items in retire_work
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_lrc.h
index 33c3b4bf28c56322c77235575d12fd83532f947b..84bbf1916324a5b06e1052f59d91a4943dc729b7 100644 (file)
@@ -104,11 +104,11 @@ struct intel_ctx_submit_request {
        u32 tail;
 
        struct list_head execlist_link;
-       struct work_struct work;
 
        int elsp_submitted;
 };
 
 void intel_execlists_handle_ctx_events(struct intel_engine_cs *ring);
+void intel_execlists_retire_requests(struct intel_engine_cs *ring);
 
 #endif /* _INTEL_LRC_H_ */
This page took 0.025535 seconds and 5 git commands to generate.