Home
last modified time | relevance | path

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

/external/igt-gpu-tools/lib/
Dintel_reg.h1097 # define OVLUNIT_CLOCK_GATE_DISABLE (1 << 0) /* 845,865 */ macro
/external/igt-gpu-tools/tools/
Dintel_reg_decode.c719 const char *OVLUNIT = val & OVLUNIT_CLOCK_GATE_DISABLE ? " OVLUNIT" : ""; in DEBUGSTRING()