2014-08-24 19:26:14 +01:00
|
|
|
LIBDRM_FILES := \
|
|
|
|
|
xf86drm.c \
|
|
|
|
|
xf86drmHash.c \
|
2015-03-22 19:41:12 +00:00
|
|
|
xf86drmHash.h \
|
2014-08-24 19:26:14 +01:00
|
|
|
xf86drmRandom.c \
|
2015-03-22 21:38:08 +00:00
|
|
|
xf86drmRandom.h \
|
2014-08-24 19:26:14 +01:00
|
|
|
xf86drmSL.c \
|
|
|
|
|
xf86drmMode.c \
|
|
|
|
|
xf86atomic.h \
|
2015-04-05 15:51:59 +01:00
|
|
|
libdrm_macros.h \
|
2015-05-07 13:03:47 -04:00
|
|
|
libdrm_lists.h \
|
2015-04-23 16:44:28 -04:00
|
|
|
util_double_list.h \
|
|
|
|
|
util_math.h
|
2014-08-24 19:26:14 +01:00
|
|
|
|
|
|
|
|
LIBDRM_H_FILES := \
|
2016-08-15 14:45:35 -04:00
|
|
|
libsync.h \
|
2014-08-24 19:26:14 +01:00
|
|
|
xf86drm.h \
|
|
|
|
|
xf86drmMode.h
|
2014-09-07 15:31:00 +01:00
|
|
|
|
|
|
|
|
LIBDRM_INCLUDE_H_FILES := \
|
|
|
|
|
include/drm/drm.h \
|
|
|
|
|
include/drm/drm_fourcc.h \
|
|
|
|
|
include/drm/drm_mode.h \
|
|
|
|
|
include/drm/drm_sarea.h \
|
|
|
|
|
include/drm/i915_drm.h \
|
|
|
|
|
include/drm/mach64_drm.h \
|
|
|
|
|
include/drm/mga_drm.h \
|
2018-08-13 17:29:21 -07:00
|
|
|
include/drm/msm_drm.h \
|
2014-09-07 15:31:00 +01:00
|
|
|
include/drm/nouveau_drm.h \
|
|
|
|
|
include/drm/qxl_drm.h \
|
|
|
|
|
include/drm/r128_drm.h \
|
|
|
|
|
include/drm/radeon_drm.h \
|
2015-04-20 12:04:22 -04:00
|
|
|
include/drm/amdgpu_drm.h \
|
2014-09-07 15:31:00 +01:00
|
|
|
include/drm/savage_drm.h \
|
|
|
|
|
include/drm/sis_drm.h \
|
2012-12-01 10:30:38 +01:00
|
|
|
include/drm/tegra_drm.h \
|
2016-01-22 16:34:14 -08:00
|
|
|
include/drm/vc4_drm.h \
|
2016-07-21 14:03:33 +02:00
|
|
|
include/drm/via_drm.h \
|
|
|
|
|
include/drm/virtgpu_drm.h
|
2014-09-07 15:31:00 +01:00
|
|
|
|
2017-12-06 19:28:13 +01:00
|
|
|
LIBDRM_INCLUDE_ANDROID_H_FILES := \
|
|
|
|
|
android/gralloc_handle.h
|
|
|
|
|
|
2014-09-07 15:31:00 +01:00
|
|
|
LIBDRM_INCLUDE_VMWGFX_H_FILES := \
|
|
|
|
|
include/drm/vmwgfx_drm.h
|