Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

va: Add VAConfigAttribEncMaxTileRows and VAConfigAttribEncMaxTileCols #757

Merged
merged 1 commit into from
Oct 4, 2023

Commits on Sep 28, 2023

  1. va: Add VAConfigAttribEncMaxTileRows and VAConfigAttribEncMaxTileCols

    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
    VAConfigAttribEncMaxTileRows/Cols allows for mapping that information to the VAOn12 driver.
    
    Signed-off-by: Sil Vilerino <[email protected]>
    sivileri committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e5758c4 View commit details
    Browse the repository at this point in the history