Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Dintel_reg.h1084 # define VRUNIT_CLOCK_GATE_DISABLE (1 << 7) /* 915+: reserved */ macro
/external/igt-gpu-tools/tools/
Dintel_reg_decode.c711 const char *VRUNIT = val & VRUNIT_CLOCK_GATE_DISABLE ? " VRUNIT" : ""; in DEBUGSTRING()