mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-22 05:43:02 +00:00
tests: Add drm_import_export
Multithreaded test to validate the (lack of) locking in the flink/open code in libdrm-intel. Based on a testcase from Rafel Sapala. Cc: Rafal Sapala <rafal.a.sapala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -44,6 +44,8 @@ LDADD = ../lib/libintel_tools.la $(PCIACCESS_LIBS) $(DRM_LIBS)
|
||||
LDADD += $(CAIRO_LIBS) $(LIBUDEV_LIBS) $(GLIB_LIBS)
|
||||
AM_CFLAGS += $(CAIRO_CFLAGS) $(LIBUDEV_CFLAGS) $(GLIB_CFLAGS)
|
||||
|
||||
drm_import_export_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
|
||||
drm_import_export_LDADD = $(LDADD) -lpthread
|
||||
gem_close_race_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
|
||||
gem_close_race_LDADD = $(LDADD) -lpthread
|
||||
gem_ctx_basic_CFLAGS = $(AM_CFLAGS) $(THREAD_CFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user