Skip to content

radv/video: expose one video decode ring.

Dave Airlie requested to merge airlied/mesa:radv-video-fix-decode-ring into main

What does this MR do and why?

radv/video: expose one video decode ring.

The changes in

commit f3ab454f074938ec89b245ad3166c69e0330ca8c
Author: Sathishkumar S <sathishkumar.sundararaju@amd.com>
Date:   Wed Feb 28 18:58:29 2024 +0530

    ac/gpu_info: query the number of ip instance

    query the number of ip instances for VCN and JPEG

which causes a regression on radv with video decode.

I'm not sure how to expose instances here, so for now just
fix it.

Fixes: f3ab454f0749 ("ac/gpu_info: query the number of ip instance")

Merge request reports