Searched refs:fence_start (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_memory.c1368 uint32_t fence_start, fence_end; local in function:i830_set_tiling
1372 fence_start = (((pitch / 128) - 1) << 2) | offset | 1;
1373 fence_start |= I965_FENCE_X_MAJOR;
1379 fence_start = (((pitch / 128) - 1) << 2) | offset | 1;
1380 fence_start |= I965_FENCE_Y_MAJOR;
1389 OUTREG(FENCE_NEW + fence_nr * 8, fence_start);

Completed in 6 milliseconds