[PATCH 03/19] drm/radeon: convert fence to uint64_t v4

2012-05-09 Thread Christian König
From: Jerome Glisse This convert fence to use uint64_t sequence number intention is to use the fact that uin64_t is big enough that we don't need to care about wrap around. Tested with and without writeback using 0xF000 as initial fence sequence and thus allowing to test

[PATCH 03/19] drm/radeon: convert fence to uint64_t v4

2012-05-09 Thread Christian König
From: Jerome Glisse jgli...@redhat.com This convert fence to use uint64_t sequence number intention is to use the fact that uin64_t is big enough that we don't need to care about wrap around. Tested with and without writeback using 0xF000 as initial fence sequence and thus allowing to test