Home
last modified time | relevance | path

Searched full:libdrm (Results 1 – 25 of 335) sorted by relevance

12345678910>>...14

/external/libdrm/
DRELEASING1 The release criteria for libdrm is essentially "if you need a release,
4 fix they need in a released version of libdrm.
7 support to libdrm, at which point we typically create a new release.
10 Follow these steps to release a new version of libdrm:
13 to have settled for 2.4.x as the versioning scheme for libdrm, so
24 libdrm-X.Y.Z archives ready for distribution:
25 libdrm-X.Y.Z.tar.gz
26 libdrm-X.Y.Z.tar.bz2
36 assuming the remote for the upstream libdrm repo is called origin.
41 the path to the libdrm checkout. So, if a checkout of modular is
[all …]
DREADME1 libdrm - userspace library for drm
3 This is libdrm, a userspace library for accessing the DRM, direct
8 and buffers. libdrm is a low-level library, typically used by
11 typically requires a new libdrm, but a new libdrm will always work
18 libdrm has two build systems, a legacy autotools build system, and a newer
42 By default, libdrm will install into the /usr/local/ prefix. If you
45 libdrm from a git checkout, you first need to run the autogen.sh
50 Next step is to build libdrm:
DCleanSpec.mk1 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/include/libdrm)
6 # libdrm is moved from /system to /vendor
7 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libdrm.so)
8 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib64/libdrm.so)
Dmeson.build22 'libdrm',
281 libdrm = shared_library( variable
297 link_with : libdrm,
311 subdir : 'libdrm',
314 install_headers('include/drm/vmwgfx_drm.h', subdir : 'libdrm')
318 name : 'libdrm',
319 libraries : libdrm,
320 subdirs : ['.', 'libdrm'],
/external/libdrm/tests/ttmtest/
Dconfigure.ac15 AC_ARG_WITH(libdrm, optwith
16 AC_HELP_STRING([--with-libdrm=DIR],
17 [Installation prefix of libdrm [[default=/usr]]]),
24 …[AC_MSG_ERROR(Could not find libdrm installation. Use --with-libdrm=<libdrm_installation_prefix>)])
26 …[AC_MSG_ERROR(Could not find libdrm installation. Use --with-libdrm=<libdrm_installation_prefix>)])
/external/libdrm/nouveau/
Dmeson.build27 link_with : libdrm,
34 link_with : [libdrm, libdrm_nouveau],
38 install_headers('nouveau.h', subdir : 'libdrm/nouveau')
42 subdir : 'libdrm/nouveau/nvif'
48 subdirs : ['.', 'libdrm', 'libdrm/nouveau'],
50 requires_private : 'libdrm',
Dlibdrm_nouveau.pc.in10 Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/libdrm/nouveau
11 Requires.private: libdrm
DMakefile.am13 libdrm_nouveau_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@
17 libdrm_nouveauincludedir = ${includedir}/libdrm/nouveau
20 libdrm_nouveaunvifincludedir = ${includedir}/libdrm/nouveau/nvif
/external/libdrm/amdgpu/
Dmeson.build22 datadir_amdgpu = join_paths(get_option('prefix'), get_option('datadir'), 'libdrm')
39 link_with : libdrm,
45 install_headers('amdgpu.h', subdir : 'libdrm')
50 subdirs : ['.', 'libdrm'],
52 requires_private : 'libdrm',
57 link_with : [libdrm, libdrm_amdgpu],
/external/skqp/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/
DDockerfile4 # Mesa builds newer than 17.0.4 or so require libdrm > 2.4.75, but the
24 libdrm-amdgpu1=2.4.91-2~bpo9+1 \
25 libdrm-dev=2.4.91-2~bpo9+1 \
26 libdrm-intel1=2.4.91-2~bpo9+1 \
27 libdrm-nouveau2=2.4.91-2~bpo9+1 \
28 libdrm-radeon1=2.4.91-2~bpo9+1 \
/external/libdrm/intel/
Dmeson.build31 link_with : libdrm,
39 link_with : [libdrm, libdrm_intel],
45 subdir : 'libdrm',
51 subdirs : ['.', 'libdrm'],
53 requires : 'libdrm',
61 link_with : [libdrm, libdrm_intel],
/external/libdrm/tegra/
Dmeson.build25 link_with : libdrm,
33 link_with : [libdrm, libdrm_tegra],
37 install_headers('tegra.h', subdir : 'libdrm')
42 subdirs : ['.', 'libdrm'],
44 requires_private : 'libdrm',
/external/libdrm/omap/
Dmeson.build26 link_with : libdrm,
33 link_with : [libdrm, libdrm_omap],
37 install_headers('omap_drmif.h', subdir : 'libdrm')
43 subdirs : ['.', 'libdrm', 'omap'],
45 requires_private : 'libdrm',
/external/libdrm/etnaviv/
Dmeson.build32 link_with : libdrm,
39 install_headers('etnaviv_drmif.h', subdir : 'libdrm')
44 subdirs : ['.', 'libdrm'],
46 requires_private : 'libdrm',
51 link_with : [libdrm, libdrm_etnaviv],
/external/libdrm/exynos/
Dmeson.build26 link_with : libdrm,
32 install_headers('exynos_drmif.h', subdir : 'libdrm')
36 link_with : [libdrm, libdrm_exynos],
43 subdirs : ['.', 'libdrm', 'exynos'],
45 requires_private : 'libdrm',
/external/libdrm/include/drm/
DREADME16 git send-email --subject-prefix="PATCH libdrm" your patches to dri-devel
20 - Have the [libdrm vs kernel] headers on your platform deviated ?
61 each libdrm release. Sadly that's not yet possible since quite a few headers
97 Status: Deliberate UABI choice; nouveau hides the exact kernel ABI behind libdrm
104 - Both kernel and libdrm: missing padding -
113 - Borken ioctls + libdrm uses int vs kernel long
117 - Borken ioctls - libdrm int vs kernel long
/external/libdrm/radeon/
Dmeson.build33 link_with : libdrm,
40 link_with : [libdrm, libdrm_radeon],
47 subdir : 'libdrm'
53 subdirs : ['.', 'libdrm'],
55 requires_private : 'libdrm',
/external/autotest/client/site_tests/graphics_LibDRM/
Dcontrol7 PURPOSE = 'Verify libdrm is working correctly by running libdrm test apps.'
9 If one or more of the libdrm test apps fails, this autotest will fail.
22 Runs libdrm test apps.
/external/libdrm/freedreno/
Dmeson.build48 link_with : libdrm,
54 link_with : [libdrm, libdrm_freedreno],
66 subdirs : ['.', 'libdrm', 'freedreno'],
68 requires_private : 'libdrm',
/external/libdrm/tests/
Dmeson.build55 link_with : libdrm,
63 link_with : libdrm,
71 link_with : libdrm,
79 link_with : libdrm,
/external/libdrm/tests/etnaviv/
DMakefile.am19 $(top_builddir)/libdrm.la \
31 $(top_builddir)/libdrm.la \
38 $(top_builddir)/libdrm.la \
Dmeson.build27 link_with : [libdrm, libdrm_etnaviv],
35 link_with : [libdrm, libdrm_etnaviv],
43 link_with : [libdrm, libdrm_etnaviv],
/external/libdrm/tests/exynos/
DMakefile.am33 $(top_builddir)/libdrm.la \
37 $(top_builddir)/libdrm.la \
41 $(top_builddir)/libdrm.la \
Dmeson.build30 link_with : [libdrm, libkms, libdrm_exynos],
41 link_with : [libdrm, libdrm_exynos],
51 link_with : [libdrm, libdrm_exynos],
/external/libdrm/libkms/
Dmeson.build49 link_with : libdrm,
55 link_with : [libdrm, libkms],
66 requires_private : 'libdrm',

12345678910>>...14