From: Ben Widawsky Date: Wed, 29 May 2013 02:22:17 +0000 (-0700) Subject: drm/i915: Comments for semaphore clarification X-Git-Tag: v3.11-rc1~65^2~105^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5586181fce2b2e89a0e281d78ffbdfa103bb0dde;p=pandora-kernel.git drm/i915: Comments for semaphore clarification Semaphores are tied very closely to the rings in the GPU. Trivial patch adds comments to the existing code so that when we add new rings we can include comments there as well. It also helps distinguish the ring to semaphore mailbox interactions by using the ringname in the semaphore data structures. This patch should have no functional impact. v2: The English parts (as opposed to register names) of the comments were reversed. (Damien) Signed-off-by: Ben Widawsky Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed