Searched refs:decode_iv_ts (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ih.h | 87 uint64_t (*decode_iv_ts)(struct amdgpu_ih_ring *ih, u32 rptr, member 96 (WARN_ON_ONCE(!(adev)->irq.ih_funcs->decode_iv_ts) ? 0 : \ 97 (adev)->irq.ih_funcs->decode_iv_ts((ih), (rptr), (offset)))
|
D | vega10_ih.c | 653 .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
|
D | navi10_ih.c | 723 .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
|
D | vega20_ih.c | 716 .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
|
D | ih_v7_0.c | 781 .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
|
D | ih_v6_0.c | 808 .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
|
D | ih_v6_1.c | 791 .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
|