Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dperf.c333 uint32_t unslice_freq = report[0] & 0x1ff; in gen8_read_report_clock_ratios() local
339 *unslice_freq_mhz = (unslice_freq * 16666) / 1000; in gen8_read_report_clock_ratios()
1448 uint32_t slice_freq, unslice_freq;
1451 gen8_read_report_clock_ratios(report, &slice_freq, &unslice_freq);
1454 igt_debug("UNSLICE CLK: %umhz\n", unslice_freq);
/external/mesa3d/src/intel/perf/
Dintel_perf.c1019 uint32_t unslice_freq = report[0] & 0x1ff; in gfx8_read_report_clock_ratios() local
1025 *unslice_freq_hz = unslice_freq * 16666667ULL; in gfx8_read_report_clock_ratios()