Searched refs:oa_ctrl (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_oa_types.h | 85 struct xe_reg oa_ctrl; member
|
| H A D | xe_oa.c | 481 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(>->mmio, u->regs.oa_ctrl, 0); in __xe_oa_init_oa_units()
|
| /linux-6.15/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()
|