Searched refs:oa_ctrl (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/i915/ |
H A D | i915_perf_types.h | 54 i915_reg_t oa_ctrl; member
|
H A D | i915_perf.c | 3044 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()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_oa.c | 487 xe_mmio_rmw32(&stream->gt->mmio, regs->oa_ctrl, __oactrl_used_bits(stream), val); in xe_oa_enable() 494 xe_mmio_rmw32(mmio, __oa_regs(stream)->oa_ctrl, __oactrl_used_bits(stream), 0); in xe_oa_disable() 495 if (xe_mmio_wait32(mmio, __oa_regs(stream)->oa_ctrl, in xe_oa_disable() 791 xe_mmio_write32(&stream->gt->mmio, __oa_regs(stream)->oa_ctrl, in xe_oa_configure_oac_context() 2604 xe_mmio_write32(>->mmio, u->regs.oa_ctrl, 0); in __xe_oa_init_oa_units()
|