Skip to content

radeonsi: Allowing reporting of actual max_levels for decoding HEVC, AV1.

Chris Rankin requested to merge rankinc/mesa:vdpau-profile-levels into main

Allow reporting of max_levels decoding capability as provided by AMD's kernel modules, for HEVC and AV1. The value for HEVC is currently hard-coded to 186, and AV1 defaults to 0 because it has no such value at all. I think deferring to superior information from the kernel is better, if any is available.

radeonsi: Allowing reporting of actual max_levels for HEVC, AV1.

Signed-off-by: Chris Rankin <rankincj@gmail.com>
Edited by Chris Rankin

Merge request reports