added my Recipes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# create /dev/input/touchscreenX symlink, tag xf86-input-tslib as driver
|
||||
SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{modalias}=="input:*-e0*,3,*a0,1,*18,*", SYMLINK+="input/touchscreen%n", ENV{x11_driver}="tslib"
|
||||
SUBSYSTEM=="input", KERNEL=="event[0-9]*", ATTRS{modalias}=="ads7846", SYMLINK+="input/touchscreen%n", ENV{x11_driver}="tslib"
|
||||
|
||||
|
||||
@@ -0,0 +1,20 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-input.inc
|
||||
|
||||
SUMMARY = "X.Org X server -- tslib input driver"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f1524518264f7776a9707c19c8affbbf"
|
||||
|
||||
DEPENDS += "tslib"
|
||||
RRECOMMENDS:${PN} += "tslib-calibrate"
|
||||
|
||||
SRC_URI = "https://github.com/merge/xf86-input-tslib/releases/download/${PV}/xf86-input-tslib-${PV}.tar.xz \
|
||||
file://99-xf86-input-tslib.rules \
|
||||
"
|
||||
|
||||
SRC_URI[sha256sum] = "b596168c4ed2f1023212dc828ce49cbe82a0bbd1aac3c5e2958154d78870ca88"
|
||||
|
||||
do_install:append() {
|
||||
install -d ${D}${nonarch_base_libdir}/udev/rules.d
|
||||
install -m 0644 ${WORKDIR}/99-xf86-input-tslib.rules ${D}${nonarch_base_libdir}/udev/rules.d/
|
||||
}
|
||||
|
||||
FILES:${PN} += "${nonarch_base_libdir}/udev"
|
||||
@@ -0,0 +1,8 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-input.inc
|
||||
SUMMARY = "X.Org X server -- void input driver"
|
||||
PR = "r22"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4be6a915bfbf111cd88706fc6a6f141b"
|
||||
|
||||
SRC_URI[md5sum] = "5227013b52b3ca85d6b7ec8adea988d4"
|
||||
SRC_URI[sha256sum] = "f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c"
|
||||
@@ -0,0 +1,23 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-video.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc"
|
||||
|
||||
SUMMARY = "X.Org X server -- AMD Radeon GPU display driver"
|
||||
|
||||
DESCRIPTION = "Xorg driver for AMD Radeon GPUs using the amdgpu kernel driver"
|
||||
|
||||
SRC_URI[sha256sum] = "08c38287d39b999fd61ecb6e7b23d5079762e2b4b2179b3567973ed9aaf71222"
|
||||
|
||||
XORG_DRIVER_COMPRESSOR = ".tar.gz"
|
||||
DEPENDS += "virtual/libx11 libdrm virtual/libgbm xorgproto"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
||||
PACKAGECONFIG ??= "udev glamor"
|
||||
PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"
|
||||
PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor"
|
||||
|
||||
RRECOMMENDS:${PN} += "linux-firmware-amdgpu"
|
||||
|
||||
FILES:${PN}-config = "${datadir}/X11/xorg.conf.d"
|
||||
FILES:${PN} += "${datadir}/X11"
|
||||
@@ -0,0 +1,14 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-video.inc
|
||||
|
||||
SUMMARY = "X.Org X server -- ARM SOC display driver"
|
||||
LICENSE = "MIT & GPL-2.0-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=10ce5de3b111315ea652a5f74ec0c602"
|
||||
|
||||
DEPENDS += "virtual/libx11 libdrm xorgproto"
|
||||
|
||||
SRCREV = "8bbdb2ae3bb8ef649999a8da33ddbe11a04763b8"
|
||||
SRC_URI = "git://anongit.freedesktop.org/xorg/driver/xf86-video-armsoc;branch=master"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
RDEPENDS:${PN} += "xserver-xorg-module-exa"
|
||||
@@ -0,0 +1,41 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-video.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc"
|
||||
|
||||
SUMMARY = "X.Org X server -- ATI Radeon video driver"
|
||||
|
||||
DESCRIPTION = "Open-source X.org graphics driver for ATI Radeon graphics"
|
||||
|
||||
DEPENDS += "virtual/libx11 libxvmc drm \
|
||||
virtual/libgl xorgproto libpciaccess"
|
||||
|
||||
inherit features_check
|
||||
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
||||
SRC_URI = "git://git@gitlab.freedesktop.org/xorg/driver/xf86-video-ati.git;branch=master"
|
||||
SRCREV = "7a6a34af026f0bef8080b91baf97a729380bca01"
|
||||
|
||||
SRC_URI[sha256sum] = "659f5a1629eea5f5334d9b39b18e6807a63aa1efa33c1236d9cc53acbb223c49"
|
||||
|
||||
PV = "19.1.0+git${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
PACKAGECONFIG ??= "udev"
|
||||
PACKAGECONFIG[udev] = "--enable-udev,--disable-udev,udev"
|
||||
PACKAGECONFIG[glamor] = "--enable-glamor,--disable-glamor"
|
||||
|
||||
RDEPENDS:${PN}:append = "\
|
||||
${@bb.utils.contains('PACKAGECONFIG', 'glamor', 'libegl', '', d)} \
|
||||
mesa-megadriver \
|
||||
xserver-xorg-extension-glx \
|
||||
xserver-xorg-module-exa \
|
||||
"
|
||||
|
||||
RRECOMMENDS:${PN} += "linux-firmware-radeon"
|
||||
|
||||
PACKAGES =+ "${PN}-config"
|
||||
|
||||
FILES:${PN}-config = "${datadir}/X11/xorg.conf.d"
|
||||
FILES:${PN} += "${datadir}/X11"
|
||||
@@ -0,0 +1,68 @@
|
||||
Upstream-Status: Submitted [https://bugs.freedesktop.org/show_bug.cgi?id=57606]
|
||||
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
||||
|
||||
From c9014a8f3c9b691b5aa7b1f3ec66cf7c84b8211b Mon Sep 17 00:00:00 2001
|
||||
From: Ross Burton <ross.burton@intel.com>
|
||||
Date: Thu, 29 Nov 2012 11:00:43 +0000
|
||||
Subject: [PATCH] build: dont use AC_CHECK_FILE when enabling DRI
|
||||
|
||||
Automatically enabling or disabling a feature based on installed files isn't
|
||||
deterministic, and AC_CHECK_FILE returns an error when cross-compiling.
|
||||
|
||||
Fix this by enabling DRI by default, and removing the explicit file checks as
|
||||
pkg-config is good enough.
|
||||
|
||||
(#57606)
|
||||
|
||||
Signed-off-by: Ross Burton <ross.burton@intel.com>
|
||||
---
|
||||
configure.ac | 25 ++-----------------------
|
||||
1 file changed, 2 insertions(+), 23 deletions(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index fca1a9c..d2aa2ed 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -55,9 +55,9 @@ AC_ARG_WITH(xorg-module-dir,
|
||||
[moduledir="$libdir/xorg/modules"])
|
||||
|
||||
AC_ARG_ENABLE(dri, AS_HELP_STRING([--disable-dri],
|
||||
- [Disable DRI support [[default=auto]]]),
|
||||
+ [Disable DRI support [[default=enabled]]]),
|
||||
[DRI="$enableval"],
|
||||
- [DRI=auto])
|
||||
+ [DRI=yes])
|
||||
AC_ARG_ENABLE(exa,
|
||||
AS_HELP_STRING([--disable-exa],
|
||||
[Disable EXA support [[default=enabled]]]),
|
||||
@@ -76,27 +76,6 @@ sdkdir=`$PKG_CONFIG --variable=sdkdir xorg-server`
|
||||
|
||||
# Checks for libraries.
|
||||
|
||||
-if test "x$DRI" != xno; then
|
||||
- AC_CHECK_FILE([${sdkdir}/dri.h],
|
||||
- [have_dri_h="yes"], [have_dri_h="no"])
|
||||
- AC_CHECK_FILE([${sdkdir}/sarea.h],
|
||||
- [have_sarea_h="yes"], [have_sarea_h="no"])
|
||||
- AC_CHECK_FILE([${sdkdir}/dristruct.h],
|
||||
- [have_dristruct_h="yes"], [have_dristruct_h="no"])
|
||||
-fi
|
||||
-
|
||||
-AC_MSG_CHECKING([whether to include DRI support])
|
||||
-if test "x$DRI" = xauto; then
|
||||
- if test "x$have_dri_h" = xyes && \
|
||||
- test "x$have_sarea_h" = xyes && \
|
||||
- test "x$have_dristruct_h" = xyes; then
|
||||
- DRI="yes"
|
||||
- else
|
||||
- DRI="no"
|
||||
- fi
|
||||
-fi
|
||||
-AC_MSG_RESULT([$DRI])
|
||||
-
|
||||
AM_CONDITIONAL(DRI, test "x$DRI" = xyes)
|
||||
if test "x$DRI" = xyes; then
|
||||
PKG_CHECK_MODULES(DRI, [libdrm >= 2.0 xf86driproto])
|
||||
--
|
||||
1.7.10.4
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-video.inc
|
||||
|
||||
SUMMARY = "X.Org X server -- Matrox MGA display driver"
|
||||
|
||||
DESCRIPTION = "mga is an Xorg driver for Matrox video cards"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=bc1395d2cd32dfc5d6c57d2d8f83d3fc"
|
||||
|
||||
SRC_URI += "file://checkfile.patch"
|
||||
|
||||
DEPENDS += "virtual/libx11 libpciaccess"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86.*-linux|x86_64.*-linux)'
|
||||
|
||||
SRC_URI[md5sum] = "b8fc99b4adea8bfe80156b13df4b6c9c"
|
||||
SRC_URI[sha256sum] = "268946e1a13e9d80e4f724a0740df9e6e8c8bad37697fcbf456924e9fdbb5d79"
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'dri', '', d)}"
|
||||
PACKAGECONFIG[dri] = "--enable-dri,--disable-dri,drm xorgproto,xserver-xorg-extension-dri"
|
||||
|
||||
RDEPENDS:${PN} = "xserver-xorg-module-exa"
|
||||
@@ -0,0 +1,66 @@
|
||||
From 7ae2f6ba4cbf29fc3f1b08579b838679a3301cb3 Mon Sep 17 00:00:00 2001
|
||||
From: Dave Airlie <airlied@redhat.com>
|
||||
Date: Mon, 13 Jul 2020 09:20:15 +1000
|
||||
Subject: [PATCH] nouveau: fixup driver for new X server ABI
|
||||
|
||||
Upstream-Status: Backport [https://cgit.freedesktop.org/nouveau/xf86-video-nouveau/commit/?id=e80e73ced69b15662103d0fd6837db4ce6c6eb5b]
|
||||
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
||||
---
|
||||
src/compat-api.h | 4 ++++
|
||||
src/nouveau_exa.c | 2 +-
|
||||
src/nv_driver.c | 6 +++---
|
||||
3 files changed, 8 insertions(+), 4 deletions(-)
|
||||
|
||||
diff --git a/src/compat-api.h b/src/compat-api.h
|
||||
index fde2f4b..8a1fcf9 100644
|
||||
--- a/src/compat-api.h
|
||||
+++ b/src/compat-api.h
|
||||
@@ -102,4 +102,8 @@
|
||||
|
||||
#endif
|
||||
|
||||
+#if ABI_VIDEODRV_VERSION < SET_ABI_VERSION(25, 2)
|
||||
+#define secondary_dst slave_dst
|
||||
+#endif
|
||||
+
|
||||
#endif
|
||||
diff --git a/src/nouveau_exa.c b/src/nouveau_exa.c
|
||||
index 55df6f8..db3b112 100644
|
||||
--- a/src/nouveau_exa.c
|
||||
+++ b/src/nouveau_exa.c
|
||||
@@ -157,7 +157,7 @@ nouveau_exa_destroy_pixmap(ScreenPtr pScreen, void *priv)
|
||||
|
||||
#ifdef NOUVEAU_PIXMAP_SHARING
|
||||
static Bool
|
||||
-nouveau_exa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr slave, void **handle_p)
|
||||
+nouveau_exa_share_pixmap_backing(PixmapPtr ppix, ScreenPtr secondary, void **handle_p)
|
||||
{
|
||||
struct nouveau_bo *bo = nouveau_pixmap_bo(ppix);
|
||||
struct nouveau_pixmap *nvpix = nouveau_pixmap(ppix);
|
||||
diff --git a/src/nv_driver.c b/src/nv_driver.c
|
||||
index e72a6b6..f9ab4af 100644
|
||||
--- a/src/nv_driver.c
|
||||
+++ b/src/nv_driver.c
|
||||
@@ -559,16 +559,16 @@ redisplay_dirty(ScreenPtr screen, PixmapDirtyUpdatePtr dirty)
|
||||
{
|
||||
RegionRec pixregion;
|
||||
|
||||
- PixmapRegionInit(&pixregion, dirty->slave_dst);
|
||||
+ PixmapRegionInit(&pixregion, dirty->secondary_dst);
|
||||
|
||||
- DamageRegionAppend(&dirty->slave_dst->drawable, &pixregion);
|
||||
+ DamageRegionAppend(&dirty->secondary_dst->drawable, &pixregion);
|
||||
#ifdef HAS_DIRTYTRACKING_ROTATION
|
||||
PixmapSyncDirtyHelper(dirty);
|
||||
#else
|
||||
PixmapSyncDirtyHelper(dirty, &pixregion);
|
||||
#endif
|
||||
|
||||
- DamageRegionProcessPending(&dirty->slave_dst->drawable);
|
||||
+ DamageRegionProcessPending(&dirty->secondary_dst->drawable);
|
||||
RegionUninit(&pixregion);
|
||||
}
|
||||
|
||||
--
|
||||
2.33.1
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
require recipes-graphics/xorg-driver/xorg-driver-video.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94"
|
||||
|
||||
SUMMARY = "X.Org X server -- nouveau video driver"
|
||||
|
||||
DESCRIPTION = "Open-source X.org graphics driver for NVIDIA graphics"
|
||||
|
||||
DEPENDS += "virtual/libx11 libxvmc drm xorgproto \
|
||||
virtual/libgl libpciaccess"
|
||||
RDEPENDS:${PN} += "xserver-xorg-module-exa"
|
||||
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES += "opengl"
|
||||
|
||||
COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
|
||||
|
||||
CFLAGS += "-Wno-error=implicit-function-declaration"
|
||||
|
||||
SRC_URI += "file://0001-nouveau-fixup-driver-for-new-X-server-ABI.patch"
|
||||
SRC_URI[sha256sum] = "499322e27a55c8183166bf2dd1e47d085eb834143e0d7036baba8427b90c156b"
|
||||
Reference in New Issue
Block a user