Searched refs:si_inhibit_clockgating (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_perfcounter.c | 223 void si_inhibit_clockgating(struct si_context *sctx, struct radeon_cmdbuf *cs, bool inhibit) in si_inhibit_clockgating() function 253 si_inhibit_clockgating(sctx, &sctx->gfx_cs, true); in si_pc_query_resume() 307 si_inhibit_clockgating(sctx, &sctx->gfx_cs, false); in si_pc_query_suspend()
|
D | si_sqtt.c | 402 si_inhibit_clockgating(sctx, cs, true); in si_thread_trace_start() 450 si_inhibit_clockgating(sctx, cs, false); in si_thread_trace_stop()
|
D | si_pipe.h | 1471 void si_inhibit_clockgating(struct si_context *sctx, struct radeon_cmdbuf *cs, bool inhibit);
|