Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
va: Add VAConfigAttribEncMaxTileRowsCols
Currently there is no way of exposing the driver tile_rows and tile_cols limitations for encoding with tiles. For codecs like AV1 there is a cap specifying the max number of tiles, but without differentiating cols/rows. Different hardware may have restrictions which may need to be taken into account. More specifically, D3D12 encode exposes the maximum rows/cols and adding VAConfigAttribEncMaxTileRowsCols allows for mapping that information to the VAOn12 driver. Signed-off-by: Sil Vilerino <[email protected]>
- Loading branch information