Searched refs:unslice_freq (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/intel/perf/ | ||
| H A D | gen_perf.c | 478 uint32_t unslice_freq = report[0] & 0x1ff; local in function:gen8_read_report_clock_ratios 484 *unslice_freq_hz = unslice_freq * 16666667ULL; |
| /xsrc/external/mit/MesaLib/dist/src/intel/perf/ | ||
| H A D | intel_perf.c | 989 uint32_t unslice_freq = report[0] & 0x1ff; local in function:gfx8_read_report_clock_ratios 995 *unslice_freq_hz = unslice_freq * 16666667ULL; |
Completed in 5 milliseconds