ac/radeonsi: add av1 defaults header file from radeonsi
This just moves this header file so radv can use it. Acked-by: Leo Liu <leo.liu@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23640>
This commit is contained in:
@@ -105,6 +105,7 @@ amd_common_files = files(
|
||||
'amd_family.c',
|
||||
'ac_perfcounter.c',
|
||||
'ac_perfcounter.h',
|
||||
'ac_vcn_av1_default.h',
|
||||
)
|
||||
|
||||
if dep_elf.found()
|
||||
|
||||
@@ -89,7 +89,6 @@ files_libradeonsi = files(
|
||||
'radeon_vce_52.c',
|
||||
'radeon_vcn.h',
|
||||
'radeon_vcn.c',
|
||||
'radeon_vcn_av1_default.h',
|
||||
'radeon_vcn_dec.c',
|
||||
'radeon_vcn_dec.h',
|
||||
'radeon_vcn_dec_jpeg.c',
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "radeon_vcn_av1_default.h"
|
||||
#include "ac_vcn_av1_default.h"
|
||||
|
||||
#define FB_BUFFER_OFFSET 0x1000
|
||||
#define FB_BUFFER_SIZE 2048
|
||||
|
||||
Reference in New Issue
Block a user