mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
Add the libdrm_tegra helper library to encapsulate Tegra-specific interfaces to the DRM. Furthermore, Tegra is added to the list of supported chips in the modetest and vbltest programs. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Erik Faye-Lund <kusmabite@gmail.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
33 lines
675 B
Text
33 lines
675 B
Text
LIBDRM_FILES := \
|
|
xf86drm.c \
|
|
xf86drmHash.c \
|
|
xf86drmRandom.c \
|
|
xf86drmSL.c \
|
|
xf86drmMode.c \
|
|
xf86atomic.h \
|
|
libdrm.h \
|
|
libdrm_lists.h
|
|
|
|
LIBDRM_H_FILES := \
|
|
xf86drm.h \
|
|
xf86drmMode.h
|
|
|
|
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 \
|
|
include/drm/nouveau_drm.h \
|
|
include/drm/qxl_drm.h \
|
|
include/drm/r128_drm.h \
|
|
include/drm/radeon_drm.h \
|
|
include/drm/savage_drm.h \
|
|
include/drm/sis_drm.h \
|
|
include/drm/tegra_drm.h \
|
|
include/drm/via_drm.h
|
|
|
|
LIBDRM_INCLUDE_VMWGFX_H_FILES := \
|
|
include/drm/vmwgfx_drm.h
|