Searched refs:CP_RB0_CNTL (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | nid.h | 484 #define CP_RB0_CNTL 0xC104 macro
|
D | sid.h | 1246 #define CP_RB0_CNTL 0xC104 macro
|
D | cikd.h | 1302 #define CP_RB0_CNTL 0xC104 macro
|
D | si.c | 3674 WREG32(CP_RB0_CNTL, tmp); in si_cp_resume() 3677 WREG32(CP_RB0_CNTL, tmp | RB_RPTR_WR_ENA); in si_cp_resume() 3693 WREG32(CP_RB0_CNTL, tmp); in si_cp_resume()
|
D | ni.c | 1632 CP_RB0_CNTL, in cayman_cp_resume()
|
D | cik.c | 4084 WREG32(CP_RB0_CNTL, tmp); in cik_cp_gfx_resume() 4087 WREG32(CP_RB0_CNTL, tmp | RB_RPTR_WR_ENA); in cik_cp_gfx_resume() 4102 WREG32(CP_RB0_CNTL, tmp); in cik_cp_gfx_resume()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
D | gfx_v8_0.c | 4286 tmp = REG_SET_FIELD(0, CP_RB0_CNTL, RB_BUFSZ, rb_bufsz); in gfx_v8_0_cp_gfx_resume() 4287 tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, RB_BLKSZ, rb_bufsz - 2); in gfx_v8_0_cp_gfx_resume() 4288 tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, MTYPE, 3); in gfx_v8_0_cp_gfx_resume() 4289 tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, MIN_IB_AVAILSZ, 1); in gfx_v8_0_cp_gfx_resume() 4291 tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, BUF_SWAP, 1); in gfx_v8_0_cp_gfx_resume()
|
D | sid.h | 1274 #define CP_RB0_CNTL 0x3041 macro
|
D | gfx_v9_0.c | 3277 tmp = REG_SET_FIELD(0, CP_RB0_CNTL, RB_BUFSZ, rb_bufsz); in gfx_v9_0_cp_gfx_resume() 3278 tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, RB_BLKSZ, rb_bufsz - 2); in gfx_v9_0_cp_gfx_resume() 3280 tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, BUF_SWAP, 1); in gfx_v9_0_cp_gfx_resume()
|
D | gfx_v10_0.c | 5907 tmp = REG_SET_FIELD(0, CP_RB0_CNTL, RB_BUFSZ, rb_bufsz); in gfx_v10_0_cp_gfx_resume() 5908 tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, RB_BLKSZ, rb_bufsz - 2); in gfx_v10_0_cp_gfx_resume() 5910 tmp = REG_SET_FIELD(tmp, CP_RB0_CNTL, BUF_SWAP, 1); in gfx_v10_0_cp_gfx_resume()
|