Skip to content

d3d12: Enhance video screen video encode tile support checks

Sil Vilerino requested to merge sivileri/mesa:fix_tile_resolution_check_pr into main

What does this MR do and why?

d3d12: Extend video screen AV1 encode tile support checking

Add fallback case to take into account driver reported tile restrictions if default hardcoded tile configurations are not supported by driver. For cases like 8K encoding, having default row, col as 1 isn't correct, use the driver supported values instead.

Merge request reports