| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/xf86-video-mga/ |
| H A D | checkfile.patch | 7 Subject: [PATCH] build: dont use AC_CHECK_FILE when enabling DRI 12 Fix this by enabling DRI by default, and removing the explicit file checks as 30 - [Disable DRI support [[default=auto]]]), 31 + [Disable DRI support [[default=enabled]]]), 32 [DRI="$enableval"], 33 - [DRI=auto]) 34 + [DRI=yes]) 42 -if test "x$DRI" != xno; then 51 -AC_MSG_CHECKING([whether to include DRI support]) 52 -if test "x$DRI" = xauto; then [all …]
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | protocol.txt | 9 R000 Apple-DRI:QueryVersion 10 R001 Apple-DRI:QueryDirectRenderingCapable 11 R002 Apple-DRI:CreateSurface 12 R003 Apple-DRI:DestroySurface 13 R004 Apple-DRI:AuthConnection 14 V000 Apple-DRI:ObsoleteEvent1 15 V001 Apple-DRI:ObsoleteEvent2 16 V002 Apple-DRI:ObsoleteEvent3 17 V003 Apple-DRI:SurfaceNotify 18 E000 Apple-DRI:ClientNotLocal [all …]
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-tdfx/ |
| H A D | 0001-cross.patch | 7 -if test "$DRI" != no; then 8 +if test "x$DRI" != xno; then 24 AC_MSG_CHECKING([whether to include DRI support])
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-mach64/ |
| H A D | 0001-cross-compile.patch | 6 if test "$DRI" != no; then 27 AC_MSG_CHECKING([whether to include DRI support])
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-savage/ |
| H A D | 0001-cross-compile.patch | 6 if test "$DRI" != no; then 27 AC_MSG_CHECKING([whether to include DRI support])
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | sisfb.rst | 21 important role in connection with DRM/DRI: Sisfb manages the memory heap 22 used by DRM/DRI for 3D texture and other data. This memory management is 23 required for using DRI/DRM. 25 Kernels >= around 2.6.3 do not need sisfb any longer for DRI/DRM memory 137 mem:X size of memory for the console, rest will be used for DRI/DRM. X 141 (since DRI/DRM is not supported for these chipsets).
|
| /OK3568_Linux_fs/buildroot/package/mesa3d/ |
| H A D | Config.in | 311 comment "DRI drivers" 314 bool "DRI i915 driver" 322 bool "DRI i965 driver" 330 comment "DRI i965 driver needs a toolchain w/ headers >= 3.17" 335 bool "DRI nouveau driver" 342 bool "DRI radeon r100 driver"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/drm/ |
| H A D | libdrm_2.4.110.bb | 4 \"Direct Rendering Infrastructure\" (DRI). DRI is required for many hardware \
|
| /OK3568_Linux_fs/buildroot/package/udev/ |
| H A D | udev.mk | 10 - - render -1 * - - - DRI rendering nodes
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xapp_xdriinfo/ |
| H A D | Config.in | 7 query configuration information of DRI drivers
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-ati/ |
| H A D | Config.in | 3 depends on BR2_i386 || BR2_x86_64 # DRI radeon r100 driver
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | Makefile.am | 20 DRI.c \
|
| H A D | meson.build | 18 'DRI.c',
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-jpeg.rst | 60 in DRI (Define Restart Interval) marker. If 61 ``V4L2_CID_JPEG_RESTART_INTERVAL`` control is set to 0, DRI and RSTm
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/ |
| H A D | mesa-gl_22.0.3.bb | 9 # At least one DRI rendering engine is required to build mesa.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/ |
| H A D | 0012-content-gpu-Only-depend-dri-for-X11.patch | 17 # Use DRI on desktop Linux builds.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/ |
| H A D | 0012-content-gpu-Only-depend-dri-for-X11.patch | 17 # Use DRI on desktop Linux builds.
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/ |
| H A D | 0001-sunxi_x_g2d-drop-unused-dri2-include.patch | 6 The driver doesn't use DRI for anything.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/ |
| H A D | 0012-content-gpu-Only-depend-dri-for-X11.patch | 17 # Use DRI on desktop Linux builds.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/ |
| H A D | 0013-content-gpu-Only-depend-dri-for-X11.patch | 17 # Use DRI on desktop Linux builds.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/ |
| H A D | 0013-content-gpu-Only-depend-dri-for-X11.patch | 17 # Use DRI on desktop Linux builds.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/ |
| H A D | 0012-content-gpu-Only-depend-dri-for-X11.patch | 18 # Use DRI on desktop Linux builds.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/ |
| H A D | 0013-content-gpu-Only-depend-dri-for-X11.patch | 18 # Use DRI on desktop Linux builds.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/ |
| H A D | 0013-content-gpu-Only-depend-dri-for-X11.patch | 18 # Use DRI on desktop Linux builds.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/ |
| H A D | 0014-content-gpu-Only-depend-dri-for-X11.patch | 18 # Use DRI on desktop Linux builds.
|