Updated xf86-video-mga to 1.6.5.

Adam Jackson (2):
     Enable write-combining on the framebuffer BAR
     Adapt Block/WakeupHandler signature for ABI 23

Connor Behan (2):
     Remove DownloadFromScreen
     Composite fixup

Mathieu Larouche (2):
     xf86-video-mga: Add support for a new G200eW3 chipset
     xf86-video-mga: Add support for the new G200e chipset -- V2

Matt Turner (1):
     xf86-video-mga 1.6.5

Matthew Rezny (1):
     MGA DDX: make it possible to find EXA support

Thomas Klausner (1):
     Use correct type in function call.
This commit is contained in:
wiz 2017-01-18 18:26:41 +00:00
parent 1bd6a913cb
commit e6c862a8f8
3 changed files with 7 additions and 29 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.22 2016/02/26 11:27:19 jperkin Exp $
# $NetBSD: Makefile,v 1.23 2017/01/18 18:26:41 wiz Exp $
DISTNAME= xf86-video-mga-1.6.4
PKGREVISION= 3
DISTNAME= xf86-video-mga-1.6.5
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2

View file

@ -1,7 +1,6 @@
$NetBSD: distinfo,v 1.11 2016/11/16 22:07:33 wiz Exp $
$NetBSD: distinfo,v 1.12 2017/01/18 18:26:41 wiz Exp $
SHA1 (xf86-video-mga-1.6.4.tar.bz2) = 2f8cecdb6fe3f0addb47a3a50928ff0705a31352
RMD160 (xf86-video-mga-1.6.4.tar.bz2) = b04508bf4731397fa2881c180fc3555d400a70e5
SHA512 (xf86-video-mga-1.6.4.tar.bz2) = 714bc477f7c72d640b045a4033fc49a7045ee239395f9aa8c622e9d4f5ca9098ba4ec28eaec5b839666eed37acb60c198d6ff606222c145c007fb320b52fff55
Size (xf86-video-mga-1.6.4.tar.bz2) = 475858 bytes
SHA1 (patch-src_compat-api.h) = 418d9e37eb39f121437ea4d9bc44cad63a7b3236
SHA1 (xf86-video-mga-1.6.5.tar.bz2) = a21605f79694ac2b57fe1abaf049732ac60ac90b
RMD160 (xf86-video-mga-1.6.5.tar.bz2) = e459675a3981c3ed0794ab247a810379e45c9b11
SHA512 (xf86-video-mga-1.6.5.tar.bz2) = e1a624cb5d98796e9138bfc512b62d5130885140b1751c01f29a8eff96f66a2b57cb5abe23c1fa2b55188acabd6554c5897190a4e1aee1ec09245d53b88f69d8
Size (xf86-video-mga-1.6.5.tar.bz2) = 478350 bytes

View file

@ -1,20 +0,0 @@
$NetBSD: patch-src_compat-api.h,v 1.1 2016/11/16 22:07:33 wiz Exp $
Adapt Block/WakeupHandler signature for ABI 23.
--- src/compat-api.h.orig 2015-02-19 19:51:35.000000000 +0000
+++ src/compat-api.h
@@ -75,8 +75,13 @@
#define SCREEN_INIT_ARGS_DECL ScreenPtr pScreen, int argc, char **argv
+#if ABI_VIDEODRV_VERSION >= SET_ABI_VERSION(23, 0)
+#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout
+#define BLOCKHANDLER_ARGS arg, pTimeout
+#else
#define BLOCKHANDLER_ARGS_DECL ScreenPtr arg, pointer pTimeout, pointer pReadmask
#define BLOCKHANDLER_ARGS arg, pTimeout, pReadmask
+#endif
#define CLOSE_SCREEN_ARGS_DECL ScreenPtr pScreen
#define CLOSE_SCREEN_ARGS pScreen