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

/xsrc/external/mit/xf86-video-intel-old/dist/src/reg_dumper/
H A Didle.c95 struct idle_flags *idle_flags, int idle_flag_count)
105 for (i = 0; i < idle_flag_count - 2; i++) {
110 idle_flags[idle_flag_count - 2].instdone_flag = total_idle_flags;
111 idle_flags[idle_flag_count - 1].instdone_flag = other_idle_flags;
123 int idle_flag_count; local in function:main
166 idle_flag_count = ARRAY_SIZE(i965_idle_flags);
169 idle_flag_count = ARRAY_SIZE(i915_idle_flags);
172 setup_other_flags(pI830, idle_flags, idle_flag_count);
185 for (j = 0; j < idle_flag_count; j++) {
194 for (j = 0; j < idle_flag_count;
94 setup_other_flags(I830Ptr pI830,struct idle_flags * idle_flags,int idle_flag_count) argument
[all...]

Completed in 2 milliseconds