Home
last modified time | relevance | path

Searched refs:context_notify (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vpe.c847 uint32_t context_notify; in vpe_ring_begin_use() local
853 context_notify = RREG32(vpe_get_reg_offset(vpe, 0, vpe->regs.context_indicator)); in vpe_ring_begin_use()
854 if ((context_notify & 0x1) == 0) in vpe_ring_begin_use()
855 context_notify |= 0x1; in vpe_ring_begin_use()
857 context_notify &= ~(0x1); in vpe_ring_begin_use()
858 WREG32(vpe_get_reg_offset(vpe, 0, vpe->regs.context_indicator), context_notify); in vpe_ring_begin_use()