drm/amdgpu: handle IH ring1 overflow
[linux-block.git] / drivers / gpu / drm / amd / amdgpu / vega10_ih.c
index a9ca6988009e38c33e353461344fb37343c174cd..3070466f54e170de07b519b4d7663a95d9cccae3 100644 (file)
@@ -640,6 +640,7 @@ const struct amd_ip_funcs vega10_ih_ip_funcs = {
 static const struct amdgpu_ih_funcs vega10_ih_funcs = {
        .get_wptr = vega10_ih_get_wptr,
        .decode_iv = amdgpu_ih_decode_iv_helper,
+       .decode_iv_ts = amdgpu_ih_decode_iv_ts_helper,
        .set_rptr = vega10_ih_set_rptr
 };