Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v9.c1179 uint32_t low, high, pipe_reset_data = 0; in kgd_gfx_v9_hqd_reset() local
1208 pipe_reset_data = REG_SET_FIELD(pipe_reset_data, CP_MEC_CNTL, MEC_ME1_PIPE0_RESET, 1); in kgd_gfx_v9_hqd_reset()
1209 pipe_reset_data = pipe_reset_data << pipe_id; in kgd_gfx_v9_hqd_reset()
1211 WREG32_SOC15(GC, GET_INST(GC, inst), mmCP_MEC_CNTL, pipe_reset_data); in kgd_gfx_v9_hqd_reset()