radeonsi: add gfx subfolder

Same idea as for mm.

Reviewed-by: David Rosca <david.rosca@amd.com>
Reviewed-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41133>
This commit is contained in:
Pierre-Eric Pelloux-Prayer 2026-04-20 16:19:25 +02:00
parent 4c08b87fe1
commit 68a383531d
2 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,10 @@
/*
* Copyright 2026 Advanced Micro Devices, Inc.
*
* SPDX-License-Identifier: MIT
*/
#ifndef SI_GFX_H
#define SI_GFX_H
#endif /* SI_GFX_H */

View file

@ -83,6 +83,7 @@ files_libradeonsi = files(
'radeon_vcn_enc_5_0.c',
'radeon_bitstream.h',
'radeon_bitstream.c',
'gfx/si_gfx.h',
'mm/si_mm.h',
'mm/si_mm_context.c',
'mm/si_mm_screen.c',