mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 09:10:12 +01:00
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:
parent
b7f37265ac
commit
562e890f2c
4 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue