From: Daniel Vetter Date: Mon, 11 Aug 2014 14:17:44 +0000 (+0200) Subject: drm/i915/bdw: Add a context and an engine pointers to the ringbuffer X-Git-Tag: omap-for-v3.19/prcm-cleanup~70^2~73^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c7dd53b84def4fbbba907bef3d32a5171b617a5;p=pandora-kernel.git drm/i915/bdw: Add a context and an engine pointers to the ringbuffer Any given ringbuffer is unequivocally tied to one context and one engine. By setting the appropriate pointers to them, the ringbuffer struct holds all the infromation you might need to submit a workload for processing, Execlists style. v2: Drop ring->ctx since that looks terribly ill-defined for legacy ringbuffer submission. Signed-off-by: Oscar Mateo (v1) Acked-by: Damien Lespiau (v2) Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed