Searched refs:decode_iv_ts (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/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 | 643 .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
|
D | ih_v7_0.c | 772 .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
|
D | vega20_ih.c | 736 .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
|
D | navi10_ih.c | 713 .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
|
D | ih_v6_0.c | 799 .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
|
D | ih_v6_1.c | 782 .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
|