Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_oa_types.h85 struct xe_reg oa_ctrl; member
H A Dxe_oa.c481 xe_mmio_rmw32(&stream->gt->mmio, regs->oa_ctrl, __oactrl_used_bits(stream), val); in xe_oa_enable()
488 xe_mmio_rmw32(mmio, __oa_regs(stream)->oa_ctrl, __oactrl_used_bits(stream), 0); in xe_oa_disable()
489 if (xe_mmio_wait32(mmio, __oa_regs(stream)->oa_ctrl, in xe_oa_disable()
785 xe_mmio_write32(&stream->gt->mmio, __oa_regs(stream)->oa_ctrl, in xe_oa_configure_oac_context()
2530 xe_mmio_write32(&gt->mmio, u->regs.oa_ctrl, 0); in __xe_oa_init_oa_units()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_perf_types.h54 i915_reg_t oa_ctrl; member
H A Di915_perf.c3044 intel_uncore_write(stream->uncore, regs->oa_ctrl, val); in gen12_oa_enable()
3096 intel_uncore_write(uncore, __oa_regs(stream)->oa_ctrl, 0); in gen12_oa_disable()
3098 __oa_regs(stream)->oa_ctrl, in gen12_oa_disable()