Searched refs:cp_int_cntl (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | gfx_v6_0.c | 3240 u32 cp_int_cntl; in gfx_v6_0_set_gfx_eop_interrupt_state() local 3244 cp_int_cntl = RREG32(mmCP_INT_CNTL_RING0); in gfx_v6_0_set_gfx_eop_interrupt_state() 3245 cp_int_cntl &= ~CP_INT_CNTL_RING0__TIME_STAMP_INT_ENABLE_MASK; in gfx_v6_0_set_gfx_eop_interrupt_state() 3246 WREG32(mmCP_INT_CNTL_RING0, cp_int_cntl); in gfx_v6_0_set_gfx_eop_interrupt_state() 3249 cp_int_cntl = RREG32(mmCP_INT_CNTL_RING0); in gfx_v6_0_set_gfx_eop_interrupt_state() 3250 cp_int_cntl |= CP_INT_CNTL_RING0__TIME_STAMP_INT_ENABLE_MASK; in gfx_v6_0_set_gfx_eop_interrupt_state() 3251 WREG32(mmCP_INT_CNTL_RING0, cp_int_cntl); in gfx_v6_0_set_gfx_eop_interrupt_state() 3262 u32 cp_int_cntl; in gfx_v6_0_set_compute_eop_interrupt_state() local 3266 cp_int_cntl = RREG32(mmCP_INT_CNTL_RING1); in gfx_v6_0_set_compute_eop_interrupt_state() 3267 cp_int_cntl &= ~CP_INT_CNTL_RING1__TIME_STAMP_INT_ENABLE_MASK; in gfx_v6_0_set_compute_eop_interrupt_state() [all …]
|
| D | gfx_v7_0.c | 4730 u32 cp_int_cntl; in gfx_v7_0_set_gfx_eop_interrupt_state() local 4734 cp_int_cntl = RREG32(mmCP_INT_CNTL_RING0); in gfx_v7_0_set_gfx_eop_interrupt_state() 4735 cp_int_cntl &= ~CP_INT_CNTL_RING0__TIME_STAMP_INT_ENABLE_MASK; in gfx_v7_0_set_gfx_eop_interrupt_state() 4736 WREG32(mmCP_INT_CNTL_RING0, cp_int_cntl); in gfx_v7_0_set_gfx_eop_interrupt_state() 4739 cp_int_cntl = RREG32(mmCP_INT_CNTL_RING0); in gfx_v7_0_set_gfx_eop_interrupt_state() 4740 cp_int_cntl |= CP_INT_CNTL_RING0__TIME_STAMP_INT_ENABLE_MASK; in gfx_v7_0_set_gfx_eop_interrupt_state() 4741 WREG32(mmCP_INT_CNTL_RING0, cp_int_cntl); in gfx_v7_0_set_gfx_eop_interrupt_state() 4804 u32 cp_int_cntl; in gfx_v7_0_set_priv_reg_fault_state() local 4808 cp_int_cntl = RREG32(mmCP_INT_CNTL_RING0); in gfx_v7_0_set_priv_reg_fault_state() 4809 cp_int_cntl &= ~CP_INT_CNTL_RING0__PRIV_REG_INT_ENABLE_MASK; in gfx_v7_0_set_priv_reg_fault_state() [all …]
|
| D | gfx_v10_0.c | 9012 uint32_t cp_int_cntl, cp_int_cntl_reg; in gfx_v10_0_set_gfx_eop_interrupt_state() local 9033 cp_int_cntl = RREG32_SOC15_IP(GC, cp_int_cntl_reg); in gfx_v10_0_set_gfx_eop_interrupt_state() 9034 cp_int_cntl = REG_SET_FIELD(cp_int_cntl, CP_INT_CNTL_RING0, in gfx_v10_0_set_gfx_eop_interrupt_state() 9036 WREG32_SOC15_IP(GC, cp_int_cntl_reg, cp_int_cntl); in gfx_v10_0_set_gfx_eop_interrupt_state() 9039 cp_int_cntl = RREG32_SOC15_IP(GC, cp_int_cntl_reg); in gfx_v10_0_set_gfx_eop_interrupt_state() 9040 cp_int_cntl = REG_SET_FIELD(cp_int_cntl, CP_INT_CNTL_RING0, in gfx_v10_0_set_gfx_eop_interrupt_state() 9042 WREG32_SOC15_IP(GC, cp_int_cntl_reg, cp_int_cntl); in gfx_v10_0_set_gfx_eop_interrupt_state()
|
| /Linux-v5.15/drivers/gpu/drm/radeon/ |
| D | ni.h | 32 int ring, u32 cp_int_cntl);
|
| D | evergreen.c | 4495 u32 cp_int_cntl = CNTX_BUSY_INT_ENABLE | CNTX_EMPTY_INT_ENABLE; in evergreen_irq_set() local 4526 cp_int_cntl |= TIME_STAMP_INT_ENABLE; in evergreen_irq_set() 4539 cp_int_cntl |= RB_INT_ENABLE; in evergreen_irq_set() 4540 cp_int_cntl |= TIME_STAMP_INT_ENABLE; in evergreen_irq_set() 4563 cayman_cp_int_cntl_setup(rdev, 0, cp_int_cntl); in evergreen_irq_set() 4567 WREG32(CP_INT_CNTL, cp_int_cntl); in evergreen_irq_set()
|
| D | ni.c | 1380 int ring, u32 cp_int_cntl) in cayman_cp_int_cntl_setup() argument 1383 WREG32(CP_INT_CNTL, cp_int_cntl); in cayman_cp_int_cntl_setup()
|
| D | r600.c | 3763 u32 cp_int_cntl = CNTX_BUSY_INT_ENABLE | CNTX_EMPTY_INT_ENABLE; in r600_irq_set() local 3821 cp_int_cntl |= RB_INT_ENABLE; in r600_irq_set() 3822 cp_int_cntl |= TIME_STAMP_INT_ENABLE; in r600_irq_set() 3873 WREG32(CP_INT_CNTL, cp_int_cntl); in r600_irq_set()
|
| D | si.c | 6048 u32 cp_int_cntl; in si_irq_set() local 6066 cp_int_cntl = RREG32(CP_INT_CNTL_RING0) & in si_irq_set() 6078 cp_int_cntl |= TIME_STAMP_INT_ENABLE; in si_irq_set() 6098 WREG32(CP_INT_CNTL_RING0, cp_int_cntl); in si_irq_set()
|
| D | cik.c | 7017 u32 cp_int_cntl; in cik_irq_set() local 7037 cp_int_cntl = RREG32(CP_INT_CNTL_RING0) & in cik_irq_set() 7039 cp_int_cntl |= PRIV_INSTR_INT_ENABLE | PRIV_REG_INT_ENABLE; in cik_irq_set() 7063 cp_int_cntl |= TIME_STAMP_INT_ENABLE; in cik_irq_set() 7217 WREG32(CP_INT_CNTL_RING0, cp_int_cntl); in cik_irq_set()
|