| /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 29 AC_ARG_ENABLE(dri, AS_HELP_STRING([--disable-dri], 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 43 - AC_CHECK_FILE([${sdkdir}/dri.h], [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/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-driver/ |
| H A D | xf86-video-mga_2.0.0.bb | 18 PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri', '', d)}" 19 PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,drm xorgproto,xserver-xorg-extension-dri"
|
| /OK3568_Linux_fs/buildroot/package/mesa3d-headers/ |
| H A D | mesa3d-headers.mk | 40 package/mesa3d-headers/dri.pc \ 41 >$(@D)/src/mesa/drivers/dri/dri.pc 47 $(INSTALL) -D -m 0644 $(@D)/src/mesa/drivers/dri/dri.pc \ 48 $(STAGING_DIR)/usr/lib/pkgconfig/dri.pc
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/dri/ |
| H A D | dri.h | 34 /* Prototypes for DRI functions */ 56 DRI_CONTEXT_RESERVED = 0x04 /* DRI Only -- no kernel equivalent */ 79 * These functions can be wrapped by the DRI. Each of these have 95 * being used to version the XFree86-DRI protocol. Bugs #3066 and #3163 166 /* New with DRI version 4.1.0 */ 170 /* New with DRI version 5.1.0 */ 173 /* New with DRI version 5.2.0 */ 177 /* New with DRI version 5.3.0 */ 181 /* New with DRI version 5.4.0 */ 184 * mapped by DDX driver or DRI */
|
| H A D | Makefile.am | 14 dri.c \ 15 dri.h \ 20 sdk_HEADERS = dri.h sarea.h dristruct.h
|
| /OK3568_Linux_fs/buildroot/package/mesa3d/ |
| H A D | mesa3d.mk | 64 # dri : dri based GLX requires at least one DRI driver || dri based GLX requires shared-g… 65 # xlib : xlib conflicts with any dri driver 66 …Gallium-xlib based GLX requires softpipe or llvmpipe || gallium-xlib conflicts with any dri driver. 67 MESA3D_CONF_OPTS += -Dglx=dri 104 # DRI Drivers
|
| H A D | Config.in | 57 # inform the .mk file of gallium, dri or vulkan driver selection 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" 397 comment "gbm support needs a dri driver or a gallium driver w/ EGL support."
|
| /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 10 AC_CHECK_FILE([${sdkdir}/dri.h], 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 7 - AC_CHECK_FILE([${sdkdir}/dri.h], 9 + AC_CHECK_FILE([${sdkdir}/dri.h], 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 7 - AC_CHECK_FILE([${sdkdir}/dri.h], 14 + AC_CHECK_FILE([${sdkdir}/dri.h], 27 AC_MSG_CHECKING([whether to include DRI support])
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_debugfs.c | 149 * debugfs is located at /sys/kernel/debug/dri/0/DP-x/link_settings 153 * cat /sys/kernel/debug/dri/0/DP-x/link_settings 166 * echo 4 0xa > /sys/kernel/debug/dri/0/DP-x/link_settings 174 * cat /sys/kernel/debug/dri/0/DP-x/link_settings 334 * debugfs is located at /sys/kernel/debug/dri/0/DP-x 520 * debugfs phy_test_pattern is located at /syskernel/debug/dri/0/DP-x 697 * Example usage: cat /sys/kernel/debug/dri/0/amdgpu_dm_dmub_tracebuffer 741 * Example usage: cat /sys/kernel/debug/dri/0/amdgpu_dm_dmub_fw_state 764 * Example usage: cat /sys/kernel/debug/dri/0/DP-1/output_bpc 834 * Example usage: cat /sys/kernel/debug/dri/0/DP-1/hdcp_sink_capability [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/ |
| H A D | Makefile.am | 2 if DRI 3 DRI_SUBDIR = dri 4 DRI_LIB = dri/libdri.la 49 loader dixmods xkb dri dri2 exa modes \ 58 -I$(srcdir)/dri -I$(srcdir)/dri2 -I$(top_srcdir)/dri3
|
| /OK3568_Linux_fs/debian/ |
| H A D | mk-rootfs-bullseye.sh | 227 if [ -e "/usr/lib/arm-linux-gnueabihf/dri" ] ; 231 cd /usr/lib/arm-linux-gnueabihf/dri/ 233 rm /usr/lib/arm-linux-gnueabihf/dri/*.so 234 mv /*.so /usr/lib/arm-linux-gnueabihf/dri/ 235 elif [ -e "/usr/lib/aarch64-linux-gnu/dri" ]; 239 cd /usr/lib/aarch64-linux-gnu/dri/ 241 rm /usr/lib/aarch64-linux-gnu/dri/*.so 242 mv /*.so /usr/lib/aarch64-linux-gnu/dri/
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/ |
| H A D | xserver-xorg_21.1.7.bb | 11 RREPLACES:${PN} = "${PN}-extension-dri \ 17 RPROVIDES:${PN} = "${PN}-extension-dri \ 23 RCONFLICTS:${PN} = "${PN}-extension-dri \
|
| /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/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/ |
| H A D | 0012-content-gpu-Only-depend-dri-for-X11.patch | 4 Subject: [PATCH 12/17] content: gpu: Only depend dri for X11 17 # Use DRI on desktop Linux builds. 21 configs += [ "//build/config/linux/dri" ]
|
| /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 | 4 Subject: [PATCH 12/17] content: gpu: Only depend dri for X11 17 # Use DRI on desktop Linux builds. 21 configs += [ "//build/config/linux/dri" ]
|
| /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 | 4 Subject: [PATCH 12/14] content: gpu: Only depend dri for X11 17 # Use DRI on desktop Linux builds. 21 configs += [ "//build/config/linux/dri" ]
|
| /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 | 4 Subject: [PATCH 13/18] content: gpu: Only depend dri for X11 17 # Use DRI on desktop Linux builds. 21 configs += [ "//build/config/linux/dri" ]
|
| /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 | 4 Subject: [PATCH 13/17] content: gpu: Only depend dri for X11 17 # Use DRI on desktop Linux builds. 21 configs += [ "//build/config/linux/dri" ]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2021-3697-video-readers-jpeg-Block-int-underflow-wild-pointer.patch | 10 for (; data->r1 < nr1 && (!data->dri || rst); 63 int rst = data->dri; 76 for (; data->r1 < nr1 && (!data->dri || rst); 79 for (c1 = 0; c1 < nc1 && (!data->dri || rst);
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | DRI.c | 1 /* DRI.c -- DRI Section in XF86Config file 88 ErrorF("DRI section parsed\n"); in xf86parseDRISection() 102 fprintf(cf, "Section \"DRI\"\n"); in xf86printDRISection()
|
| /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 \ 6 HOMEPAGE = "http://dri.freedesktop.org" 13 SRC_URI = "http://dri.freedesktop.org/libdrm/${BP}.tar.xz \
|
| /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 | 4 Subject: [PATCH 12/15] content: gpu: Only depend dri for X11 18 # Use DRI on desktop Linux builds. 22 configs += [ "//build/config/linux/dri" ]
|