drm/i915/bdw: Allocate ringbuffers for Logical Ring Contexts
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_drv.h
index cbae19bab4bfb33bfb85d48ff89b8e251118f6db..eccb8e406e9c2f7c28c56663280eb7535bf4bbe2 100644 (file)
@@ -635,6 +635,7 @@ struct intel_context {
        /* Execlists */
        struct {
                struct drm_i915_gem_object *state;
+               struct intel_ringbuffer *ringbuf;
        } engine[I915_NUM_RINGS];
 
        struct list_head link;
This page took 0.026007 seconds and 5 git commands to generate.