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

/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Didle.c97 uint32_t other_idle_flags, total_idle_flags = 0; local in function:setup_other_flags
101 other_idle_flags = ~(I965_RING_0_ENABLE);
103 other_idle_flags = ~(RING_0_ENABLE | RING_1_ENABLE | RING_2_ENABLE);
106 other_idle_flags &= ~idle_flags[i].instdone_flag;
111 idle_flags[idle_flag_count - 1].instdone_flag = other_idle_flags;

Completed in 2 milliseconds