/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | nbio_v7_0.c | 225 u32 interrupt_cntl; in nbio_v7_0_ih_control() local 229 interrupt_cntl = RREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL); in nbio_v7_0_ih_control() 233 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0); in nbio_v7_0_ih_control() 235 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in nbio_v7_0_ih_control() 236 WREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL, interrupt_cntl); in nbio_v7_0_ih_control()
|
A D | cz_ih.c | 109 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; in cz_ih_irq_init() local 117 interrupt_cntl = RREG32(mmINTERRUPT_CNTL); in cz_ih_irq_init() 121 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0); in cz_ih_irq_init() 123 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in cz_ih_irq_init() 124 WREG32(mmINTERRUPT_CNTL, interrupt_cntl); in cz_ih_irq_init()
|
A D | iceland_ih.c | 110 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; in iceland_ih_irq_init() local 117 interrupt_cntl = RREG32(mmINTERRUPT_CNTL); in iceland_ih_irq_init() 121 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0); in iceland_ih_irq_init() 123 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in iceland_ih_irq_init() 124 WREG32(mmINTERRUPT_CNTL, interrupt_cntl); in iceland_ih_irq_init()
|
A D | nbio_v7_2.c | 201 u32 interrupt_cntl; in nbio_v7_2_ih_control() local 207 interrupt_cntl = RREG32_SOC15(NBIO, 0, regBIF_BX0_INTERRUPT_CNTL); in nbio_v7_2_ih_control() 212 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, BIF_BX0_INTERRUPT_CNTL, in nbio_v7_2_ih_control() 216 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, BIF_BX0_INTERRUPT_CNTL, in nbio_v7_2_ih_control() 219 WREG32_SOC15(NBIO, 0, regBIF_BX0_INTERRUPT_CNTL, interrupt_cntl); in nbio_v7_2_ih_control()
|
A D | nbio_v6_1.c | 150 u32 interrupt_cntl; in nbio_v6_1_ih_control() local 154 interrupt_cntl = RREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL); in nbio_v6_1_ih_control() 158 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0); in nbio_v6_1_ih_control() 160 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in nbio_v6_1_ih_control() 161 WREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL, interrupt_cntl); in nbio_v6_1_ih_control()
|
A D | tonga_ih.c | 104 u32 interrupt_cntl, ih_rb_cntl, ih_doorbell_rtpr; in tonga_ih_irq_init() local 113 interrupt_cntl = RREG32(mmINTERRUPT_CNTL); in tonga_ih_irq_init() 117 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0); in tonga_ih_irq_init() 119 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in tonga_ih_irq_init() 120 WREG32(mmINTERRUPT_CNTL, interrupt_cntl); in tonga_ih_irq_init()
|
A D | cik_ih.c | 110 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; in cik_ih_irq_init() local 117 interrupt_cntl = RREG32(mmINTERRUPT_CNTL); in cik_ih_irq_init() 121 interrupt_cntl &= ~INTERRUPT_CNTL__IH_DUMMY_RD_OVERRIDE_MASK; in cik_ih_irq_init() 123 interrupt_cntl &= ~INTERRUPT_CNTL__IH_REQ_NONSNOOP_EN_MASK; in cik_ih_irq_init() 124 WREG32(mmINTERRUPT_CNTL, interrupt_cntl); in cik_ih_irq_init()
|
A D | si_ih.c | 66 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; in si_ih_irq_init() local 71 interrupt_cntl = RREG32(INTERRUPT_CNTL); in si_ih_irq_init() 72 interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE; in si_ih_irq_init() 73 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; in si_ih_irq_init() 74 WREG32(INTERRUPT_CNTL, interrupt_cntl); in si_ih_irq_init()
|
A D | nbio_v2_3.c | 208 u32 interrupt_cntl; in nbio_v2_3_ih_control() local 213 interrupt_cntl = RREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL); in nbio_v2_3_ih_control() 218 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, in nbio_v2_3_ih_control() 222 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, in nbio_v2_3_ih_control() 225 WREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL, interrupt_cntl); in nbio_v2_3_ih_control()
|
A D | nbio_v7_4.c | 293 u32 interrupt_cntl; in nbio_v7_4_ih_control() local 297 interrupt_cntl = RREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL); in nbio_v7_4_ih_control() 301 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_DUMMY_RD_OVERRIDE, 0); in nbio_v7_4_ih_control() 303 interrupt_cntl = REG_SET_FIELD(interrupt_cntl, INTERRUPT_CNTL, IH_REQ_NONSNOOP_EN, 0); in nbio_v7_4_ih_control() 304 WREG32_SOC15(NBIO, 0, mmINTERRUPT_CNTL, interrupt_cntl); in nbio_v7_4_ih_control()
|
/linux/drivers/gpu/drm/radeon/ |
A D | r600.c | 3675 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; in r600_irq_init() local 3698 interrupt_cntl = RREG32(INTERRUPT_CNTL); in r600_irq_init() 3702 interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE; in r600_irq_init() 3704 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; in r600_irq_init() 3705 WREG32(INTERRUPT_CNTL, interrupt_cntl); in r600_irq_init()
|
A D | si.c | 5977 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; in si_irq_init() local 5997 interrupt_cntl = RREG32(INTERRUPT_CNTL); in si_irq_init() 6001 interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE; in si_irq_init() 6003 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; in si_irq_init() 6004 WREG32(INTERRUPT_CNTL, interrupt_cntl); in si_irq_init()
|
A D | cik.c | 6939 u32 interrupt_cntl, ih_cntl, ih_rb_cntl; in cik_irq_init() local 6959 interrupt_cntl = RREG32(INTERRUPT_CNTL); in cik_irq_init() 6963 interrupt_cntl &= ~IH_DUMMY_RD_OVERRIDE; in cik_irq_init() 6965 interrupt_cntl &= ~IH_REQ_NONSNOOP_EN; in cik_irq_init() 6966 WREG32(INTERRUPT_CNTL, interrupt_cntl); in cik_irq_init()
|