From: Ben Widawsky Date: Wed, 29 May 2013 02:22:19 +0000 (-0700) Subject: drm/i915: Introduce VECS: the 4th ring X-Git-Tag: v3.11-rc1~65^2~105^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3dd19d94c65323d71b2ffc7e63940f00acfb47;p=pandora-kernel.git drm/i915: Introduce VECS: the 4th ring The video enhancement command streamer is a new ring on HSW which does what it sounds like it does. This patch provides the most minimal inception of the ring. In order to support a new ring, we need to bump the number. The patch may look trivial to the untrained eye, but bumping the number of rings is a bit scary. As such the patch is not terribly useful by itself, but a pretty nice place to find issues during a bisection. Reviewed-by: Damien Lespiau Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed