]> Pileus Git - ~andy/sunrise/blob - x11-libs/libdrm_nouveau/files/2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch
games-util/playonlinux: removing, in gentoo-x86
[~andy/sunrise] / x11-libs / libdrm_nouveau / files / 2.4.9-0002-nouveau-write-posting-got-lost-somewhere-bring-it.patch
1 From a1e3ab9e55047c08a4006ec389c1a99b72bc672c Mon Sep 17 00:00:00 2001
2 From: Ben Skeggs <bskeggs@redhat.com>
3 Date: Fri, 17 Apr 2009 09:29:19 +1000
4 Subject: [PATCH 2/4] nouveau: write posting got lost somewhere, bring it back
5
6 ---
7  libdrm/nouveau/nouveau_dma.c |    1 +
8  1 files changed, 1 insertions(+), 0 deletions(-)
9
10 diff --git a/libdrm/nouveau/nouveau_dma.c b/libdrm/nouveau/nouveau_dma.c
11 index 23da64b..b084f70 100644
12 --- a/libdrm/nouveau/nouveau_dma.c
13 +++ b/libdrm/nouveau/nouveau_dma.c
14 @@ -41,6 +41,7 @@ WRITE_PUT(struct nouveau_channel_priv *nvchan, uint32_t val)
15         volatile int dum;
16  
17         NOUVEAU_DMA_BARRIER;
18 +       dum = nvchan->pushbuf[0];
19         dum = READ_GET(nvchan);
20  
21         *nvchan->put = put;
22 -- 
23 1.6.2.3
24