/
githubmirror
/
fwupd
Обзор
Документация
Войти
/
githubmirror
/
fwupd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2.0.21
plugins/amd-gpu/meson.build
32 строки
1 KB
Mario Limonciello (AMD)
Add support for changing UMA carveout size
23 фев 2026, 20:27
23 фев 2026, 20:27
dcd0c34
Код
Авторство
О чём код?
host_machine.system() == 'linux' or subdir_done() libdrm_amdgpu.found() or subdir_done() cargs = ['-DG_LOG_DOMAIN="FuPluginAmdGpu"'] plugins += {meson.current_source_dir().split('/')[-1]: true} plugin_quirks += files('amd-gpu.quirk') plugin_builtins += static_library('fu_plugin_amd_gpu', rustgen.process( 'fu-amd-gpu-atom.rs', # fuzzing 'fu-amd-gpu-psp.rs', # fuzzing ), sources: [ 'fu-amd-gpu-plugin.c', 'fu-amd-gpu-device.c', 'fu-amd-gpu-psp-firmware.c', 'fu-amd-gpu-atom-firmware.c', 'fu-amd-gpu-uma.c', ], include_directories: plugin_incdirs, link_with: plugin_libs, c_args: cargs, dependencies: plugin_deps, ) enumeration_data += files('tests/amd-apu-rembrandt-setup.json', 'tests/amd-apu-strix-setup.json', 'tests/amd-dgpu-setup.json') device_tests += files('tests/amd-apu-rembrandt.json', 'tests/amd-apu-strix.json', 'tests/amd-dgpu.json', 'tests/amd-dgpu-navi3x.json', )