radeon/vcn: add AV1 default tables for the context

These tables will be used by firmware

Signed-off-by: Leo Liu <leo.liu@amd.com>
Reviewed-by: Boyuan Zhang <boyuan.zhang@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7596>
This commit is contained in:
Leo Liu 2020-10-04 13:12:24 -04:00 committed by Marge Bot
parent 9a46b1086f
commit 7e7e753d27
3 changed files with 2795 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -56,6 +56,7 @@ C_SOURCES := \
../radeon/radeon_vcn_dec_jpeg.c \
../radeon/radeon_vcn_dec.c \
../radeon/radeon_vcn_dec.h \
../radeon/radeon_vcn_av1_default.h \
../radeon/radeon_vcn_enc_1_2.c \
../radeon/radeon_vcn_enc_2_0.c \
../radeon/radeon_vcn_enc_3_0.c \

View File

@ -81,6 +81,7 @@ files_libradeonsi = files(
'../radeon/radeon_vcn_dec_jpeg.c',
'../radeon/radeon_vcn_dec.c',
'../radeon/radeon_vcn_dec.h',
'../radeon/radeon_vcn_av1_default.h',
'../radeon/radeon_uvd_enc_1_1.c',
'../radeon/radeon_uvd_enc.c',
'../radeon/radeon_uvd_enc.h',