mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 18:40:39 +02:00
radeonsi: cap VP9 support to progressive buffer
Signed-off-by: Leo Liu <leo.liu@amd.com> Acked-by: Christian König <christian.koenig@amd.com>
This commit is contained in:
parent
6adaf6de6d
commit
0f373a65e5
1 changed files with 2 additions and 0 deletions
|
|
@ -675,6 +675,8 @@ static int si_get_video_param(struct pipe_screen *screen,
|
|||
return false; //The firmware doesn't support interlaced HEVC.
|
||||
else if (format == PIPE_VIDEO_FORMAT_JPEG)
|
||||
return false;
|
||||
else if (format == PIPE_VIDEO_FORMAT_VP9)
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
case PIPE_VIDEO_CAP_SUPPORTS_PROGRESSIVE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue