aboutsummaryrefslogtreecommitdiffstats
path: root/meta-amdfalconx86/recipes-graphics/xorg-driver
diff options
context:
space:
mode:
Diffstat (limited to 'meta-amdfalconx86/recipes-graphics/xorg-driver')
-rw-r--r--meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu.inc33
-rw-r--r--meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu_0.0.01.bb4
2 files changed, 37 insertions, 0 deletions
diff --git a/meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu.inc b/meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu.inc
new file mode 100644
index 00000000..c670e64f
--- /dev/null
+++ b/meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu.inc
@@ -0,0 +1,33 @@
+SUMMARY = "X.Org X server -- AMDGPU graphics chipsets driver"
+
+DESCRIPTION = "xf86-video-amdgpu is an Xorg driver for AMD/ATI \
+integrated graphics chipsets. The driver supports depths 8, 15, \
+16 and 24. On some chipsets, the driver supports hardware accelerated \
+3D via the Direct Rendering Infrastructure (DRI). \
+"
+
+require recipes-graphics/xorg-driver/xorg-driver-video.inc
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=aabff1606551f9461ccf567739af63dc"
+
+DEPENDS += "virtual/libx11 drm dri2proto glproto \
+ virtual/libgl xineramaproto libpciaccess \
+ udev glamor-egl \
+"
+
+PR = "${INC_PR}.1"
+EXTRA_OECONF += "--enable-udev --enable-glamor"
+
+SRC_URI = " \
+ git://people.freedesktop.org/~agd5f/xf86-video-amdgpu;branch=amdgpu \
+"
+
+S = "${WORKDIR}/git"
+
+RDEPENDS_${PN} += "glamor-egl \
+ mesa-driver-radeon \
+ mesa-driver-radeonsi \
+ mesa-driver-swrast \
+"
+
+COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
diff --git a/meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu_0.0.01.bb b/meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu_0.0.01.bb
new file mode 100644
index 00000000..069c0ddb
--- /dev/null
+++ b/meta-amdfalconx86/recipes-graphics/xorg-driver/xf86-video-amdgpu_0.0.01.bb
@@ -0,0 +1,4 @@
+require xf86-video-amdgpu.inc
+
+SRCREV = "ff62bf6e9dce55dbde92baf4fa30193c7344ee8a"
+PV = "0.0.01+git${SRCPV}"