0003-tests-amdgpu-needs-atomic_ops.patch 1.0 KB

123456789101112131415161718192021222324252627
  1. From f0adb08424e624aeee340291343281256b7a98e8 Mon Sep 17 00:00:00 2001
  2. From: Peter Seiderer <ps.report@gmx.net>
  3. Date: Sat, 7 Mar 2020 12:23:09 +0100
  4. Subject: [PATCH] tests/amdgpu: needs atomic_ops
  5. [Upstream: https://gitlab.freedesktop.org/mesa/drm/-/merge_requests/50]
  6. Signed-off-by: Peter Seiderer <ps.report@gmx.net>
  7. ---
  8. tests/amdgpu/meson.build | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/tests/amdgpu/meson.build b/tests/amdgpu/meson.build
  11. index 1726cb43..4dfa5c83 100644
  12. --- a/tests/amdgpu/meson.build
  13. +++ b/tests/amdgpu/meson.build
  14. @@ -26,7 +26,7 @@ if dep_cunit.found()
  15. 'vce_tests.c', 'uvd_enc_tests.c', 'vcn_tests.c', 'deadlock_tests.c',
  16. 'vm_tests.c', 'ras_tests.c', 'syncobj_tests.c',
  17. ),
  18. - dependencies : [dep_cunit, dep_threads],
  19. + dependencies : [dep_cunit, dep_threads, dep_atomic_ops],
  20. include_directories : [inc_root, inc_drm, include_directories('../../amdgpu')],
  21. link_with : [libdrm, libdrm_amdgpu],
  22. install : with_install_tests,
  23. --
  24. 2.25.1