Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v9_0.c5233 static int gfx_v9_0_set_powergating_state(struct amdgpu_ip_block *ip_block, in gfx_v9_0_set_powergating_state() function
7449 gfx_v9_0_set_powergating_state(gfx_block, AMD_PG_STATE_UNGATE); in gfx_v9_0_ring_begin_use_compute()
7463 gfx_v9_0_set_powergating_state(gfx_block, AMD_PG_STATE_GATE); in gfx_v9_0_ring_end_use_compute()
7482 .set_powergating_state = gfx_v9_0_set_powergating_state,