From: Chris Wilson Date: Mon, 26 Aug 2013 19:58:11 +0000 (+0100) Subject: drm/i915: Embed the ring->private within the struct intel_ring_buffer X-Git-Tag: v3.12-rc1~61^2~1^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d1aacac36530fce058d7a0db3da7befd5765417;p=pandora-kernel.git drm/i915: Embed the ring->private within the struct intel_ring_buffer We now have more devices using ring->private than not, and they all want the same structure. Worse, I would like to use a scratch page from outside of intel_ringbuffer.c and so for convenience would like to reuse ring->private. Embed the object into the struct intel_ringbuffer so that we can keep the code clean. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed