summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2009-05-16 17:26:01 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2009-05-16 17:26:01 +0000
commit391e31c2c39438a49f4d94a48904edd8696f08e1 (patch)
tree86bd5ed3855579af4f4dc83dabed384b51a24680 /x11-libs/libdrm_nouveau/files/2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch
parentgames-util/playonlinux: removing, in gentoo-x86 (diff)
downloadsunrise-391e31c2c39438a49f4d94a48904edd8696f08e1.tar.gz
sunrise-391e31c2c39438a49f4d94a48904edd8696f08e1.tar.bz2
sunrise-391e31c2c39438a49f4d94a48904edd8696f08e1.zip
x11-libs/libdrm_nouveau: update for new libdrm release in portage
svn path=/sunrise/; revision=8549
Diffstat (limited to 'x11-libs/libdrm_nouveau/files/2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch')
-rw-r--r--x11-libs/libdrm_nouveau/files/2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/x11-libs/libdrm_nouveau/files/2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch b/x11-libs/libdrm_nouveau/files/2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch
deleted file mode 100644
index fc3c7c207..000000000
--- a/x11-libs/libdrm_nouveau/files/2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From a1e3ab9e55047c08a4006ec389c1a99b72bc672c Mon Sep 17 00:00:00 2001
-From: Ben Skeggs <bskeggs@redhat.com>
-Date: Fri, 17 Apr 2009 09:29:19 +1000
-Subject: [PATCH 2/4] nouveau: write posting got lost somewhere, bring it back
-
----
- libdrm/nouveau/nouveau_dma.c | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
-
-diff --git a/libdrm/nouveau/nouveau_dma.c b/libdrm/nouveau/nouveau_dma.c
-index 23da64b..b084f70 100644
---- a/libdrm/nouveau/nouveau_dma.c
-+++ b/libdrm/nouveau/nouveau_dma.c
-@@ -41,6 +41,7 @@ WRITE_PUT(struct nouveau_channel_priv *nvchan, uint32_t val)
- volatile int dum;
-
- NOUVEAU_DMA_BARRIER;
-+ dum = nvchan->pushbuf[0];
- dum = READ_GET(nvchan);
-
- *nvchan->put = put;
---
-1.6.2.3
-