mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-20 04:42:53 +00:00
Add --disable-nouveau option for platforms without nouveau support
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
committed by
Daniel Vetter
parent
4cdfa8e9b7
commit
1b5fd314fd
+8
-3
@@ -4,6 +4,13 @@ noinst_PROGRAMS = \
|
||||
$(HANG) \
|
||||
$(NULL)
|
||||
|
||||
if HAVE_NOUVEAU
|
||||
NOUVEAU_TESTS = \
|
||||
prime_nv_api \
|
||||
prime_nv_pcopy \
|
||||
prime_nv_test
|
||||
endif
|
||||
|
||||
TESTS_progs = \
|
||||
getversion \
|
||||
getclient \
|
||||
@@ -71,9 +78,7 @@ TESTS_progs = \
|
||||
gem_ctx_bad_exec \
|
||||
gem_ctx_basic \
|
||||
gem_reg_read \
|
||||
prime_nv_api \
|
||||
prime_nv_pcopy \
|
||||
prime_nv_test \
|
||||
$(NOUVEAU_TESTS) \
|
||||
prime_self_import \
|
||||
$(NULL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user