| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | meson.build | 45 symbol_test_args += join_paths(xorg_build_root, 'drivers', 'modesetting', 'modesetting_drv.so') 48 input: 'modesetting.man', 49 output: 'modesetting.4', 53 test('modesetting symbol test',
|
| H A D | Makefile.am | 69 driverman_PRE = modesetting.man 72 EXTRA_DIST = modesetting.man
|
| H A D | Makefile.in | 118 subdir = hw/xfree86/drivers/modesetting 649 EXTRA_DIST = modesetting.man 681 driverman_PRE = modesetting.man 697 $(AUTOMAKE) --foreign hw/xfree86/drivers/modesetting/Makefile
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/xorg-xserver/ |
| H A D | xserver-xorg_%.bbappend | 13 SRC_URI:append = " file://20-modesetting.conf" 21 install -m 0755 ${WORKDIR}/20-modesetting.conf \ 22 ${D}${datadir}/X11/xorg.conf.d/20-modesetting.conf
|
| /OK3568_Linux_fs/debian/overlay/etc/init.d/ |
| H A D | rockchip.sh | 22 sed -i "s/always/none/g" /etc/X11/xorg.conf.d/20-modesetting.conf 28 sed -i "s/always/none/g" /etc/X11/xorg.conf.d/20-modesetting.conf 34 sed -i "s/always/none/g" /etc/X11/xorg.conf.d/20-modesetting.conf 40 sed -i "s/always/none/g" /etc/X11/xorg.conf.d/20-modesetting.conf 46 sed -i "s/always/none/g" /etc/X11/xorg.conf.d/20-modesetting.conf
|
| /OK3568_Linux_fs/external/xserver/debian/patches/ |
| H A D | 07_use-modesetting-driver-by-default-on-GeForce.diff | 4 Subject: [PATCH xserver] xfree86: use modesetting driver by default on GeForce 34 + /* 'modesetting' is preferred for GeForce 8 and newer GPUs */
|
| H A D | series | 9 07_use-modesetting-driver-by-default-on-GeForce.diff
|
| H A D | 06_use-intel-only-on-pre-gen4.diff | 1 Description: Use intel ddx only on pre-gen4 hw, newer ones will fall back to modesetting
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/ |
| H A D | xserver-xorg.inc | 78 xf86-video-modesetting" 80 SUMMARY:xf86-video-modesetting = "X.Org X server -- modesetting display driver" 81 INSANE_SKIP:${MLPREFIX}xf86-video-modesetting = "xorg-driver-abi" 114 FILES:xf86-video-modesetting = "${libdir}/xorg/modules/drivers/modesetting_drv.so"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-xserver/xserver-xorg/ |
| H A D | 0001-xf86pciBus.c-use-Intel-ddx-only-for-pre-gen4-hardwar.patch | 6 Use intel ddx only on pre-gen4 hw, newer ones will fall back to modesetting 12 Others fall through to the -modesetting default.
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/ |
| H A D | Makefile.am | 4 SUBDIRS += modesetting subdir
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vboxvideo/ |
| H A D | Makefile | 2 vboxvideo-y := hgsmi_base.o modesetting.o vbva_base.o \
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xserver_xorg-server/ |
| H A D | xserver_xorg-server.mk | 205 $(INSTALL) -D -m 0644 $(XSERVER_XORG_SERVER_PKGDIR)/20-modesetting.conf \ 206 $(TARGET_DIR)/usr/share/X11/xorg.conf.d/20-modesetting.conf
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/ |
| H A D | Kconfig | 12 X.org QXL driver that can handle kernel modesetting.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mgag200/ |
| H A D | Kconfig | 10 of the modesetting userspace driver, and a version of mga driver
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ast/ |
| H A D | Kconfig | 11 this driver without having a working -modesetting,
|
| /OK3568_Linux_fs/kernel/drivers/staging/olpc_dcon/ |
| H A D | TODO | 4 modesetting drivers.
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/x86/ |
| H A D | x86-base.inc | 46 XSERVER_X86_MODESETTING = "xf86-video-modesetting"
|
| /OK3568_Linux_fs/external/xserver/debian/ |
| H A D | xserver-xorg-core.NEWS | 3 X now defaults to using built-in modesetting video driver on Intel
|
| H A D | control | 107 xserver-xorg-video-modesetting, 111 xserver-xorg-video-modesetting, 115 xserver-xorg-video-modesetting,
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0021-linuxfbdrm-Delay-setMode-to-swapBuffers.patch | 74 - // Do the modesetting.
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/ |
| H A D | Kbuild | 51 # DRM - modesetting
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/wayland/ |
| H A D | wayland_1.20.0.bb | 4 a standalone display server running on Linux kernel modesetting and evdev \
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/ |
| H A D | xf86drmMode.c | 814 int i, modesetting, ret; in drmCheckModesettingSupported() 830 len = sizeof(modesetting); in drmCheckModesettingSupported() 831 ret = sysctlbyname(oid, &modesetting, &len, NULL, 0); in drmCheckModesettingSupported() 832 if (ret == -1 || len != sizeof(modesetting)) in drmCheckModesettingSupported() 834 return (modesetting ? 0 : -ENOSYS); in drmCheckModesettingSupported()
|
| /OK3568_Linux_fs/debian/ubuntu-build-service/bullseye-gnome-armhf/customization/package-lists/ |
| H A D | linaro.list.chroot | 202 xserver-xorg-video-modesetting
|