/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_nbio_v6_1.c | 136 u32 interrupt_cntl; local in function:nbio_v6_1_ih_control 140 interrupt_cntl = RREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL); 144 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0); 146 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); 147 WREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL, interrupt_cntl);
|
amdgpu_cik_ih.c | 115 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; local in function:cik_ih_irq_init 122 interrupt_cntl = RREG32(mmINTERRUPT_CNTL); 126 interrupt_cntl &= ~INTERRUPT_CNTL__IH_DUMMY_RD_OVERRIDE_MASK; 128 interrupt_cntl &= ~INTERRUPT_CNTL__IH_REQ_NONSNOOP_EN_MASK; 129 WREG32(mmINTERRUPT_CNTL, interrupt_cntl);
|
amdgpu_cz_ih.c | 114 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; local in function:cz_ih_irq_init 122 interrupt_cntl = RREG32(mmINTERRUPT_CNTL); 126 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0); 128 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); 129 WREG32(mmINTERRUPT_CNTL, interrupt_cntl);
|
amdgpu_iceland_ih.c | 115 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; local in function:iceland_ih_irq_init 122 interrupt_cntl = RREG32(mmINTERRUPT_CNTL); 126 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0); 128 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); 129 WREG32(mmINTERRUPT_CNTL, interrupt_cntl);
|
amdgpu_nbio_v2_3.c | 181 u32 interrupt_cntl; local in function:nbio_v2_3_ih_control 186 interrupt_cntl = RREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL); 191 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, 195 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, 198 WREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL, interrupt_cntl);
|
amdgpu_nbio_v7_0.c | 239 u32 interrupt_cntl; local in function:nbio_v7_0_ih_control 243 interrupt_cntl = RREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL); 247 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0); 249 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); 250 WREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL, interrupt_cntl);
|
amdgpu_si_ih.c | 69 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; local in function:si_ih_irq_init 74 interrupt_cntl = RREG32(INTERRUPT_CNTL); 75 interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE; 76 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; 77 WREG32(INTERRUPT_CNTL, interrupt_cntl);
|
amdgpu_tonga_ih.c | 109 u32 interrupt_cntl, ih_rb_cntl, ih_doorbell_rtpr; local in function:tonga_ih_irq_init 118 interrupt_cntl = RREG32(mmINTERRUPT_CNTL); 122 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0); 124 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); 125 WREG32(mmINTERRUPT_CNTL, interrupt_cntl);
|
amdgpu_nbio_v7_4.c | 245 u32 interrupt_cntl; local in function:nbio_v7_4_ih_control 249 interrupt_cntl = RREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL); 253 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0); 255 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); 256 WREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL, interrupt_cntl);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_r600.c | 3711 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; local in function:r600_irq_init 3734 interrupt_cntl = RREG32(INTERRUPT_CNTL); 3738 interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE; 3740 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; 3741 WREG32(INTERRUPT_CNTL, interrupt_cntl);
|
radeon_si.c | 5989 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; local in function:si_irq_init 6009 interrupt_cntl = RREG32(INTERRUPT_CNTL); 6013 interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE; 6015 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; 6016 WREG32(INTERRUPT_CNTL, interrupt_cntl);
|
radeon_cik.c | 6967 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; local in function:cik_irq_init 6987 interrupt_cntl = RREG32(INTERRUPT_CNTL); 6991 interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE; 6993 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; 6994 WREG32(INTERRUPT_CNTL, interrupt_cntl);
|