Home
last modified time | relevance | path

Searched refs:FENCE_NEW (Results 1 – 2 of 2) sorted by relevance

/external/igt-gpu-tools/tools/
Dintel_reg_decode.c737 if (IS_GEN4(devid) || (IS_915(devid) && reg >= FENCE_NEW)) in DEBUGSTRING()
1008 { FENCE_NEW+(i - 8) * 4, "FENCE " #i, i810_debug_915_fence }
1032 { FENCE_NEW+i*8, "FENCE START " #i, i810_debug_965_fence_start }, \
1033 { FENCE_NEW+i*8+4, "FENCE END " #i, i810_debug_965_fence_end }
/external/igt-gpu-tools/lib/
Dintel_reg.h524 #define FENCE_NEW 0x3000 macro