libdrm 2.4.33

- drop libdrm-2.4.32-tn-surface.patch
This commit is contained in:
Dave Airlie 2012-03-31 08:11:46 +01:00
parent bc7c0e9e56
commit 4f8585d3b6
4 changed files with 7 additions and 42 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ libdrm-20100612.tar.bz2
/libdrm-2.4.30.tar.bz2
/libdrm-2.4.31.tar.bz2
/libdrm-2.4.32.tar.bz2
/libdrm-2.4.33.tar.bz2

View File

@ -1,37 +0,0 @@
From c50cc24690938db53cd91ae9ff2fa0958693f80d Mon Sep 17 00:00:00 2001
From: Alex Deucher <alexander.deucher@amd.com>
Date: Tue, 14 Feb 2012 16:32:17 +0000
Subject: radeon: add TN surface support
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
diff --git a/radeon/r600_pci_ids.h b/radeon/r600_pci_ids.h
index 0ffb741..8fbd749 100644
--- a/radeon/r600_pci_ids.h
+++ b/radeon/r600_pci_ids.h
@@ -269,3 +269,11 @@ CHIPSET(0x6768, CAICOS_6768, CAICOS)
CHIPSET(0x6770, CAICOS_6770, CAICOS)
CHIPSET(0x6778, CAICOS_6778, CAICOS)
CHIPSET(0x6779, CAICOS_6779, CAICOS)
+
+CHIPSET(0x9900, ARUBA_9900, ARUBA)
+CHIPSET(0x9901, ARUBA_9901, ARUBA)
+CHIPSET(0x9903, ARUBA_9903, ARUBA)
+CHIPSET(0x9904, ARUBA_9904, ARUBA)
+CHIPSET(0x990F, ARUBA_990F, ARUBA)
+CHIPSET(0x9990, ARUBA_9990, ARUBA)
+CHIPSET(0x9991, ARUBA_9991, ARUBA)
diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c
index 94224f5..6303c47 100644
--- a/radeon/radeon_surface.c
+++ b/radeon/radeon_surface.c
@@ -68,6 +68,7 @@ enum radeon_family {
CHIP_TURKS,
CHIP_CAICOS,
CHIP_CAYMAN,
+ CHIP_ARUBA,
CHIP_LAST,
};
--
cgit v0.9.0.2-2-gbebe

View File

@ -2,7 +2,7 @@
Summary: Direct Rendering Manager runtime library
Name: libdrm
Version: 2.4.32
Version: 2.4.33
Release: 1%{?dist}
License: MIT
Group: System Environment/Libraries
@ -23,8 +23,6 @@ BuildRequires: libpciaccess-devel
Source2: 91-drm-modeset.rules
# sync with git
Patch0: libdrm-2.4.32-tn-surface.patch
# hardcode the 666 instead of 660 for device nodes
Patch3: libdrm-make-dri-perms-okay.patch
# remove backwards compat not needed on Fedora
@ -55,7 +53,6 @@ Utility programs for the kernel DRM interface. Will void your warranty.
%prep
#setup -q -n %{name}-%{gitdate}
%setup -q
%patch0 -p1 -b .tn
%patch3 -p1 -b .forceperms
%patch4 -p1 -b .no-bc
%patch5 -p1 -b .check
@ -169,6 +166,10 @@ done
%{_libdir}/pkgconfig/libkms.pc
%changelog
* Sat Mar 31 2012 Dave Airlie <airlied@redhat.com> 2.4.33-1
- libdrm 2.4.33
- drop libdrm-2.4.32-tn-surface.patch
* Wed Mar 21 2012 Adam Jackson <ajax@redhat.com> 2.4.32-1
- libdrm 2.4.32
- libdrm-2.4.32-tn-surface.patch: Sync with git.

View File

@ -1 +1 @@
b731faf4a49f89c318d84378cb563cf8 libdrm-2.4.32.tar.bz2
eb2a76720af5051b1687328a2240daed libdrm-2.4.33.tar.bz2