Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Dintel_reg.h1063 # define VRHUNIT_CLOCK_GATE_DISABLE (1 << 28) /* 965 */ macro
/external/igt-gpu-tools/tools/
Dintel_reg_decode.c690 const char *VRHUNIT = val & VRHUNIT_CLOCK_GATE_DISABLE ? " VRHUNIT" : ""; in DEBUGSTRING()