drm/i915: Introduce execlist context status change notification
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_drv.h
index 369fe888c921ad0f68321224077b964177dc9c7f..85b92b285670a1f45d646f25d910b6a1e4febc86 100644 (file)
@@ -882,6 +882,7 @@ struct i915_gem_context {
        } engine[I915_NUM_ENGINES];
        u32 ring_size;
        u32 desc_template;
+       struct atomic_notifier_head status_notifier;
 
        struct list_head link;
 
This page took 0.025447 seconds and 5 git commands to generate.