Searched refs:SOFT_RESET_RLC (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | nid.h | 83 #define SOFT_RESET_RLC (1 << 13) macro
|
D | sid.h | 985 #define SOFT_RESET_RLC (1 << 2) macro
|
D | cikd.h | 1079 #define SOFT_RESET_RLC (1 << 2) /* RLC */ macro
|
D | evergreend.h | 1190 #define SOFT_RESET_RLC (1 << 13) macro
|
D | si.c | 3930 grbm_soft_reset |= SOFT_RESET_RLC; in si_gpu_soft_reset() 5798 tmp |= SOFT_RESET_RLC; in si_rlc_reset() 5801 tmp &= ~SOFT_RESET_RLC; in si_rlc_reset()
|
D | r600d.h | 704 # define SOFT_RESET_RLC (1 << 13) macro
|
D | ni.c | 1906 srbm_soft_reset |= SOFT_RESET_RLC; in cayman_gpu_soft_reset()
|
D | r600.c | 3490 WREG32(SRBM_SOFT_RESET, SOFT_RESET_RLC); in r600_rlc_stop()
|
D | evergreen.c | 4041 srbm_soft_reset |= SOFT_RESET_RLC; in evergreen_gpu_soft_reset()
|
D | cik.c | 5402 grbm_soft_reset |= SOFT_RESET_RLC; in cik_gpu_soft_reset()
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | vi.c | 779 REG_SET_FIELD(grbm_soft_reset, GRBM_SOFT_RESET, SOFT_RESET_RLC, 1); in vi_gpu_soft_reset()
|
D | gfx_v8_0.c | 3030 tmp = REG_SET_FIELD(tmp, GRBM_SOFT_RESET, SOFT_RESET_RLC, 1); in gfx_v8_0_rlc_reset() 3033 tmp = REG_SET_FIELD(tmp, GRBM_SOFT_RESET, SOFT_RESET_RLC, 0); in gfx_v8_0_rlc_reset() 4327 GRBM_SOFT_RESET, SOFT_RESET_RLC, 1); in gfx_v8_0_soft_reset()
|