Searched refs:check_perf_bit (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_reg_checker.c | 70 check_perf_bit(uint32_t val, int bit, const char *bitname, bool set) in check_perf_bit() function 100 check_perf_bit(mi_mode, 14, "Async Flip Performance mode", in check_mi_mode() 103 check_perf_bit(mi_mode, 13, "Flush Performance Mode", false); in check_mi_mode() 143 check_perf_bit(gfx_mode, 13, "Flush TLB Invalidation Mode", true); in check_gfx_mode() 163 check_perf_bit(gt_mode, 8, "Full Rate Sampler Disable", false); in check_gt_mode() 173 check_perf_bit(gt_mode, 6, in check_gt_mode() 176 check_perf_bit(gt_mode, 5, "TD Four Row Dispatch Disable", in check_gt_mode() 178 check_perf_bit(gt_mode, 4, "Full Size URB Disable", false); in check_gt_mode() 179 check_perf_bit(gt_mode, 3, "Full Size SF FIFO Disable", false); in check_gt_mode() 180 check_perf_bit(gt_mode, 1, "VS Quad Thread Dispatch Disable", in check_gt_mode() [all …]
|