/external/libdrm/ |
D | RELEASING | 1 The release criteria for libdrm is essentially "if you need a release, 4 fix they need in a released version of libdrm. 6 When new ioctl definitions are merged into drm-next, we will add 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 16 2) Run autoconf and then re-run ./configure so the build system 24 libdrm-X.Y.Z archives ready for distribution: 25 libdrm-X.Y.Z.tar.gz 26 libdrm-X.Y.Z.tar.bz2 [all …]
|
D | README | 1 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 16 --------- 18 libdrm has two build systems, a legacy autotools build system, and a newer 27 with --prefix=/usr (or `meson configure builddir/ -Dprefix=/usr` after 32 ninja -C builddir/ install 42 By default, libdrm will install into the /usr/local/ prefix. If you 44 --prefix=/usr and --exec-prefix=/ to configure. If you are building [all …]
|
D | CleanSpec.mk | 1 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/include/libdrm) 2 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/include/freedreno) 3 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libdrm_*intermediates) 4 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libdrm_*intermediates) 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)
|
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 22 'libdrm', 35 with_freedreno_kgsl = get_option('freedreno-kgsl') 36 with_install_tests = get_option('install-test-programs') 39 dep_pthread_stubs = dependency('pthread-stubs', version : '>= 0.4') 174 # clock_gettime might require -rt, or it might not. find out 194 foreach a : ['-Wall', '-Wextra', '-Wsign-compare', '-Werror=undef', 195 '-Werror-implicit-function-declaration', '-Wpointer-arith', 196 '-Wwrite-strings', '-Wstrict-prototypes', '-Wmissing-prototypes', 197 '-Wmissing-declarations', '-Wnested-externs', '-Wpacked', [all …]
|
/external/libdrm/tests/ttmtest/ |
D | configure.ac | 6 CPPFLAGS="$CPPFLAGS -I$x_includes" 10 MDRIINC="-I$x_includes" 11 LIBS="-L$x_libraries $LIBS" 15 AC_ARG_WITH(libdrm, optwith 16 AC_HELP_STRING([--with-libdrm=DIR], 17 [Installation prefix of libdrm [[default=/usr]]]), 21 MDRIINC="-I$libdrmpref/include -I$libdrmpref/include/drm -I$x_includes" 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>)]) 28 LIBS="-L$libdrmpref/lib64 -L$libdrmpref/lib $LIBS"
|
/external/libdrm/nouveau/ |
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 27 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', 55 'nouveau-symbol-check', 58 args : [files('nouveau-symbol-check'), libdrm_nouveau]
|
D | libdrm_nouveau.pc.in | 9 Libs: -L${libdir} -ldrm_nouveau 10 Cflags: -I${includedir} -I${includedir}/libdrm -I${includedir}/libdrm/nouveau 11 Requires.private: libdrm
|
D | Makefile.am | 5 -I$(top_srcdir) \ 7 -I$(top_srcdir)/include/drm \ 8 -DDEBUG 12 libdrm_nouveau_la_LDFLAGS = -version-number 2:0:0 -no-undefined 13 libdrm_nouveau_la_LIBADD = ../libdrm.la @PTHREADSTUBS_LIBS@ 17 libdrm_nouveauincludedir = ${includedir}/libdrm/nouveau 20 libdrm_nouveaunvifincludedir = ${includedir}/libdrm/nouveau/nvif 32 TESTS = nouveau-symbol-check
|
/external/skqp/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/ |
D | Dockerfile | 3 # Enabling backports gives us access to clang-6 and new versions of libdrm2 package. 4 # Mesa builds newer than 17.0.4 or so require libdrm > 2.4.75, but the 10 # Hosts can install this by adding the stretch-backports debian source (see next RUN) 11 # and the performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.91-2~bpo9+1` 12 RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list 14 RUN apt-get update && apt-get upgrade -y 18 RUN apt-get install -y \ 21 build-essential \ 22 clang-6.0 \ 24 libdrm-amdgpu1=2.4.91-2~bpo9+1 \ [all …]
|
/external/libdrm/amdgpu/ |
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 22 datadir_amdgpu = join_paths(get_option('prefix'), get_option('datadir'), 'libdrm') 36 '-DAMDGPU_ASIC_ID_TABLE="@0@"'.format(join_paths(datadir_amdgpu, 'amdgpu.ids')), 39 link_with : libdrm, 45 install_headers('amdgpu.h', subdir : 'libdrm') 50 subdirs : ['.', 'libdrm'], 52 requires_private : 'libdrm', 57 link_with : [libdrm, libdrm_amdgpu], 62 'amdgpu-symbol-check', 65 args : [files('amdgpu-symbol-check'), libdrm_amdgpu]
|
/external/libdrm/intel/ |
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 31 link_with : libdrm, 39 link_with : [libdrm, libdrm_intel], 45 subdir : 'libdrm', 51 subdirs : ['.', 'libdrm'], 53 requires : 'libdrm', 61 link_with : [libdrm, libdrm_intel], 66 'gen4-3d.batch', 68 args : files('tests/gen4-3d.batch.sh'), 72 'gen45-3d.batch', [all …]
|
D | Makefile.am | 29 -I$(top_srcdir) \ 33 -I$(top_srcdir)/include/drm 37 libdrm_intel_la_LDFLAGS = -version-number 1:0:0 -no-undefined 38 libdrm_intel_la_LIBADD = ../libdrm.la \ 45 libdrm_intelincludedir = ${includedir}/libdrm 48 # This may be interesting even outside of "make check", due to the -dump option. 52 tests/gen4-3d.batch \ 53 tests/gm45-3d.batch \ 54 tests/gen5-3d.batch \ 55 tests/gen6-3d.batch \ [all …]
|
/external/libdrm/tegra/ |
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 25 link_with : libdrm, 33 link_with : [libdrm, libdrm_tegra], 37 install_headers('tegra.h', subdir : 'libdrm') 42 subdirs : ['.', 'libdrm'], 44 requires_private : 'libdrm', 49 'tegra-symbol-check', 52 args : [files('tegra-symbol-check'), libdrm_tegra]
|
/external/libdrm/include/drm/ |
D | README | 2 ------------------------ 10 Non-linux platforms - changes/patches 11 ------------------------------------- 16 git send-email --subject-prefix="PATCH libdrm" your patches to dri-devel 20 - Have the [libdrm vs kernel] headers on your platform deviated ? 23 - Have you introduced additional ABI that's not available in Linux ? 28 - Are your changes DRI1/UMS specific ? 32 Consider porting the driver to DRI2/KMS - all (almost?) sensible hardware is 37 ------------------------ 44 Obviously the r300 and via headers are no longer around ;-) [all …]
|
/external/libdrm/etnaviv/ |
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 32 link_with : libdrm, 39 install_headers('etnaviv_drmif.h', subdir : 'libdrm') 44 subdirs : ['.', 'libdrm'], 46 requires_private : 'libdrm', 51 link_with : [libdrm, libdrm_etnaviv], 56 'etnaviv-symbol-check', 58 args : [files('etnaviv-symbol-check'), libdrm_etnaviv]
|
/external/libdrm/exynos/ |
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 26 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', 50 'exynos-symbol-check', 53 args : [files('exynos-symbol-check'), libdrm_exynos]
|
/external/libdrm/omap/ |
D | meson.build | 26 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', 50 'omap-symbol-check', 53 args : [files('omap-symbol-check'), libdrm_omap]
|
/external/libdrm/radeon/ |
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 33 link_with : libdrm, 40 link_with : [libdrm, libdrm_radeon], 47 subdir : 'libdrm' 53 subdirs : ['.', 'libdrm'], 55 requires_private : 'libdrm', 60 'radeon-symbol-check', 63 args : [files('radeon-symbol-check'), libdrm_radeon]
|
/external/autotest/client/site_tests/graphics_LibDRM/ |
D | control | 2 # Use of this source code is governed by a BSD-style license that can be 5 AUTHOR = 'chromeos-gfx' 7 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. 16 ATTRIBUTES = "suite:bvt-perbuild, suite:graphics, suite:graphics_per-day, suite:graphics_system" 22 Runs libdrm test apps.
|
/external/libdrm/freedreno/ |
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 48 link_with : libdrm, 54 link_with : [libdrm, libdrm_freedreno], 66 subdirs : ['.', 'libdrm', 'freedreno'], 68 requires_private : 'libdrm', 73 'freedreno-symbol-check', 76 args : [files('freedreno-symbol-check'), libdrm_freedreno]
|
/external/libdrm/tests/ |
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 55 link_with : libdrm, 63 link_with : libdrm, 71 link_with : libdrm, 79 link_with : libdrm,
|
/external/libdrm/tests/exynos/ |
D | Makefile.am | 2 -pthread \ 4 -I $(top_srcdir)/include/drm \ 5 -I $(top_srcdir)/libkms/ \ 6 -I $(top_srcdir)/exynos \ 7 -I $(top_srcdir) 33 $(top_builddir)/libdrm.la \ 37 $(top_builddir)/libdrm.la \ 41 $(top_builddir)/libdrm.la \
|
/external/libdrm/tests/etnaviv/ |
D | Makefile.am | 2 -I $(top_srcdir)/include/drm \ 3 -I $(top_srcdir)/etnaviv \ 4 -I $(top_srcdir) 19 $(top_builddir)/libdrm.la \ 31 $(top_builddir)/libdrm.la \ 38 $(top_builddir)/libdrm.la \
|
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 27 link_with : [libdrm, libdrm_etnaviv], 35 link_with : [libdrm, libdrm_etnaviv], 43 link_with : [libdrm, libdrm_etnaviv],
|
/external/libdrm/libkms/ |
D | meson.build | 1 # Copyright © 2017-2018 Intel Corporation 49 link_with : libdrm, 55 link_with : [libdrm, libkms], 66 requires_private : 'libdrm', 71 'kms-symbol-check', 74 args : [files('kms-symbol-check'), libkms]
|