Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-drivers/xf86-video-siliconmotion/files: xf86-video-siliconmotion-1.7.7-mibstore_h.patch xf86-video-siliconmotion-1.7.5-abi-check.patch xf86-video-siliconmotion-1.7.5-new-vgahw.patch xf86-video-siliconmotion-1.7.5-xorg-server-1.12.patch
Date: Tue, 27 May 2014 12:41:37
Message-Id: 20140527124134.299112004F@flycatcher.gentoo.org
1 chithanh 14/05/27 12:41:34
2
3 Added: xf86-video-siliconmotion-1.7.7-mibstore_h.patch
4 Removed: xf86-video-siliconmotion-1.7.5-abi-check.patch
5 xf86-video-siliconmotion-1.7.5-new-vgahw.patch
6 xf86-video-siliconmotion-1.7.5-xorg-server-1.12.patch
7 Log:
8 Fix build with newer xorg-server. Remove old.
9
10 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
11
12 Revision Changes Path
13 1.1 x11-drivers/xf86-video-siliconmotion/files/xf86-video-siliconmotion-1.7.7-mibstore_h.patch
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-siliconmotion/files/xf86-video-siliconmotion-1.7.7-mibstore_h.patch?rev=1.1&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-video-siliconmotion/files/xf86-video-siliconmotion-1.7.7-mibstore_h.patch?rev=1.1&content-type=text/plain
17
18 Index: xf86-video-siliconmotion-1.7.7-mibstore_h.patch
19 ===================================================================
20 From f19d7e463c30f1364e82e8c9f87b8a8407d53680 Mon Sep 17 00:00:00 2001
21 From: Adam Jackson <ajax@××××××.com>
22 Date: Thu, 10 Jan 2013 03:59:39 +0000
23 Subject: Remove miInitializeBackingStore()
24
25 Signed-off-by: Adam Jackson <ajax@××××××.com>
26 ---
27 diff --git a/src/smi_driver.c b/src/smi_driver.c
28 index 4794571..134db79 100644
29 --- a/src/smi_driver.c
30 +++ b/src/smi_driver.c
31 @@ -1750,8 +1750,6 @@ SMI_ScreenInit(SCREEN_INIT_ARGS_DECL)
32 "Done writing mode. Register dump:\n");
33 SMI_PrintRegs(pScrn);
34
35 - miInitializeBackingStore(pScreen);
36 -
37 #ifdef HAVE_XMODES
38 xf86DiDGAInit(pScreen, (unsigned long)(pSmi->FBBase + pScrn->fbOffset));
39 #endif
40 --
41 cgit v0.9.0.2-2-gbebe