From: Thomas Hellstrom Date: Thu, 1 Sep 2011 20:18:42 +0000 (+0000) Subject: vmwgfx: Fix confusion caused by using "fence" in various places X-Git-Tag: v3.2-rc1~135^2~63 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6bcd8d3c782b7b2c98c8f414a6bb43cf6b84e53c;p=pandora-kernel.git vmwgfx: Fix confusion caused by using "fence" in various places This is needed before we introduce the fence objects. Otherwise this will be even more confusing. The plan is to use the following: seqno: A 32-bit sequence number that may be passed in the fifo. marker: Objects, carrying a seqno, that track fifo submission time. They are used for fifo lag based throttling. fence objects: Kernel space objects, possibly accessible from user-space and carrying a 32-bit seqno together with signaled status. Signed-off-by: Thomas Hellstrom Reviewed-by: Jakob Bornecrantz Signed-off-by: Dave Airlie --- Reading git-diff-tree failed