Searched refs:MC_VMID (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | si_ih.c | 90 ih_cntl = MC_WRREQ_CREDIT(0x10) | MC_WR_CLEAN_CNT(0x10) | MC_VMID(0); in si_ih_irq_init()
|
D | iceland_ih.c | 149 ih_cntl = REG_SET_FIELD(ih_cntl, IH_CNTL, MC_VMID, 0); in iceland_ih_irq_init()
|
D | cz_ih.c | 149 ih_cntl = REG_SET_FIELD(ih_cntl, IH_CNTL, MC_VMID, 0); in cz_ih_irq_init()
|
D | tonga_ih.c | 130 ih_rb_cntl = REG_SET_FIELD(ih_rb_cntl, IH_RB_CNTL, MC_VMID, 0); in tonga_ih_irq_init()
|
D | vega10_ih.c | 176 ih_rb_cntl = REG_SET_FIELD(ih_rb_cntl, IH_RB_CNTL, MC_VMID, 0); in vega10_ih_rb_cntl()
|
D | ih_v6_0.c | 205 ih_rb_cntl = REG_SET_FIELD(ih_rb_cntl, IH_RB_CNTL, MC_VMID, 0); in ih_v6_0_rb_cntl()
|
D | ih_v6_1.c | 205 ih_rb_cntl = REG_SET_FIELD(ih_rb_cntl, IH_RB_CNTL, MC_VMID, 0); in ih_v6_1_rb_cntl()
|
D | vega20_ih.c | 185 ih_rb_cntl = REG_SET_FIELD(ih_rb_cntl, IH_RB_CNTL, MC_VMID, 0); in vega20_ih_rb_cntl()
|
D | navi10_ih.c | 231 ih_rb_cntl = REG_SET_FIELD(ih_rb_cntl, IH_RB_CNTL, MC_VMID, 0); in navi10_ih_rb_cntl()
|
D | sid.h | 679 # define MC_VMID(x) ((x) << 25) macro
|
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | sid.h | 676 # define MC_VMID(x) ((x) << 25) macro
|
D | cikd.h | 826 # define MC_VMID(x) ((x) << 25) macro
|
D | si.c | 6031 ih_cntl = MC_WRREQ_CREDIT(0x10) | MC_WR_CLEAN_CNT(0x10) | MC_VMID(0); in si_irq_init()
|
D | cik.c | 6989 ih_cntl = MC_WRREQ_CREDIT(0x10) | MC_WR_CLEAN_CNT(0x10) | MC_VMID(0); in cik_irq_init()
|