[PATCH 5/8] vmwgfx: Fix confusion caused by using "fence" in various places

2011-09-01 Thread Thomas Hellstrom
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 t

[PATCH 5/8] vmwgfx: Fix confusion caused by using "fence" in various places

2011-09-01 Thread Thomas Hellstrom
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 t