drm/i915/bdw: Handle context switch events
[deliverable/linux.git] / drivers / gpu / drm / i915 / intel_lrc.h
index 3c389b3a2b752e1d58d30d41b09574765bff9851..a3f135cf439ea159e5a84da055c68a7646291d8a 100644 (file)
@@ -65,6 +65,9 @@ struct intel_ctx_submit_request {
        u32 tail;
 
        struct list_head execlist_link;
+       struct work_struct work;
 };
 
+void intel_execlists_handle_ctx_events(struct intel_engine_cs *ring);
+
 #endif /* _INTEL_LRC_H_ */
This page took 0.0241 seconds and 5 git commands to generate.