Searched refs:vpe_cntl (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | vpe_v6_1.c | 315 uint32_t vpe_cntl; in vpe_v6_1_set_trap_irq_state() local 318 vpe_cntl = RREG32(vpe_get_reg_offset(vpe, 0, regVPEC_CNTL_6_1_1)); in vpe_v6_1_set_trap_irq_state() 320 vpe_cntl = RREG32(vpe_get_reg_offset(vpe, 0, regVPEC_CNTL)); in vpe_v6_1_set_trap_irq_state() 322 vpe_cntl = REG_SET_FIELD(vpe_cntl, VPEC_CNTL, TRAP_ENABLE, in vpe_v6_1_set_trap_irq_state() 326 WREG32(vpe_get_reg_offset(vpe, 0, regVPEC_CNTL_6_1_1), vpe_cntl); in vpe_v6_1_set_trap_irq_state() 328 WREG32(vpe_get_reg_offset(vpe, 0, regVPEC_CNTL), vpe_cntl); in vpe_v6_1_set_trap_irq_state()
|