Compare commits

...

No commits in common. "c8" and "c10s" have entirely different histories.
c8 ... c10s

9 changed files with 93 additions and 2 deletions

41
.gitignore vendored
View File

@ -1 +1,40 @@
SOURCES/xf86-video-ati-19.1.0.tar.bz2
xf86-video-ati-20100705.tar.xz
/xf86-video-ati-20101109.tar.xz
/xf86-video-ati-20101201.tar.xz
/xf86-video-ati-20110107.tar.xz
/xf86-video-ati-20110124.tar.xz
/xf86-video-ati-20110204.tar.xz
/xf86-video-ati-20110315.tar.xz
/xf86-video-ati-20110316.tar.xz
/xf86-video-ati-20110504.tar.xz
/xf86-video-ati-20110727.tar.xz
/xf86-video-ati-6.14.3.tar.bz2
/xf86-video-ati-20111125.tar.xz
/xf86-video-ati-20120128.tar.xz
/xf86-video-ati-20120206.tar.xz
/xf86-video-ati-20120329.tar.xz
/xf86-video-ati-20120417.tar.xz
/xf86-video-ati-20120602.tar.xz
/xf86-video-ati-20120629.tar.xz
/xf86-video-ati-20120816.tar.xz
/xf86-video-ati-20120910.tar.xz
/xf86-video-ati-20121015.tar.xz
/xf86-video-ati-7.1.0.tar.bz2
/xf86-video-ati-20130408.tar.xz
/xf86-video-ati-7.2.0.tar.bz2
/xf86-video-ati-20131101.tar.xz
/xf86-video-ati-20140419.tar.xz
/xf86-video-ati-7.4.0.tar.bz2
/xf86-video-ati-7.5.0.tar.bz2
/xf86-video-ati-20150709.tar.xz
/xf86-video-ati-20150729.tar.xz
/xf86-video-ati-20151116.tar.xz
/xf86-video-ati-20160215.tar.xz
/xf86-video-ati-20160518.tar.xz
/xf86-video-ati-20160928.tar.xz
/xf86-video-ati-7.9.0.tar.bz2
/xf86-video-ati-7.10.0.tar.bz2
/xf86-video-ati-18.0.1.tar.bz2
/xf86-video-ati-18.1.0.tar.bz2
/xf86-video-ati-19.0.1.tar.bz2
/xf86-video-ati-19.1.0.tar.bz2

View File

@ -1 +0,0 @@
aea1d11c05531b03f2eb67c6785cddf6d7f30e5f SOURCES/xf86-video-ati-19.1.0.tar.bz2

24
fix-dri-removal.patch Normal file
View File

@ -0,0 +1,24 @@
diff -up xf86-video-ati-20160518/src/drmmode_display.c.da xf86-video-ati-20160518/src/drmmode_display.c
--- xf86-video-ati-20160518/src/drmmode_display.c.da 2016-05-18 06:14:02.886748541 +1000
+++ xf86-video-ati-20160518/src/drmmode_display.c 2016-05-18 06:14:16.236094662 +1000
@@ -44,7 +44,7 @@
#include "radeon_reg.h"
#ifdef RADEON_PIXMAP_SHARING
-#include <dri.h>
+#include <dri2.h>
#endif
#include "drmmode_display.h"
diff -up xf86-video-ati-20160518/src/radeon_probe.c.da xf86-video-ati-20160518/src/radeon_probe.c
--- xf86-video-ati-20160518/src/radeon_probe.c.da 2016-05-18 06:13:57.751615418 +1000
+++ xf86-video-ati-20160518/src/radeon_probe.c 2016-05-18 06:14:10.043934112 +1000
@@ -48,7 +48,7 @@
#include "xf86.h"
#include "xf86drmMode.h"
-#include "dri.h"
+#include "dri2.h"
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
#include <xf86_OSproc.h>

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: manual.sst_graphics_infrastructure.xorg-x11-drv-ati.sanity}

22
make-git-snapshot.sh Executable file
View File

@ -0,0 +1,22 @@
#!/bin/sh
# Usage: ./make-git-snapshot.sh [COMMIT]
#
# to make a snapshot of the given tag/branch. Defaults to HEAD.
# Point env var REF to a local mesa repo to reduce clone time.
DIRNAME=xf86-video-ati-$( date +%Y%m%d )
echo REF ${REF:+--reference $REF}
echo DIRNAME $DIRNAME
echo HEAD ${1:-HEAD}
rm -rf $DIRNAME
git clone ${REF:+--reference $REF} \
git://git.freedesktop.org/git/xorg/driver/xf86-video-ati $DIRNAME
GIT_DIR=$DIRNAME/.git git archive --format=tar --prefix=$DIRNAME/ ${1:-HEAD} \
| xz > $DIRNAME.tar.xz
# rm -rf $DIRNAME

1
sources Normal file
View File

@ -0,0 +1 @@
SHA512 (xf86-video-ati-19.1.0.tar.bz2) = 73a81f6c492daf2e89067fb52b3033dc0fe6841f109627ddca1aee54a45a738c8c134443753a2a2aaa2c131e1d560057ebc76351ff2304c16407df3ff568fcd6