summaryrefslogtreecommitdiff
path: root/x11/xf86-video-intel
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2008-06-22 16:33:23 +0000
committertaca <taca@pkgsrc.org>2008-06-22 16:33:23 +0000
commitc644a4a81cb5506e0b446bdbf13935997588c480 (patch)
tree327d18dacf99f84e6c9e079feac918921a7306f3 /x11/xf86-video-intel
parent9172235a0f588c151a0770d474caa2b86ba285a1 (diff)
downloadpkgsrc-c644a4a81cb5506e0b446bdbf13935997588c480.tar.gz
Update xf86-video-intel package to 2.3.2.
hangelog since 2.3.1: Alan Coopersmith (1): Define DEFFILEMODE for OS'es that don't have it Bryce Harrington (1): Two more Dell quirks Eric Anholt (10): Disable a bunch of clock gating disables on IGD_GM, which doesn't need them. Just remove the mprotect kludge. Replace a couple of wait-for-ring-idles with a single function to do so. Remove duplicated i830_stop_ring()/SetHWOperatingState() in EnterVT(). Remove gratuitous wait_ring_idle after I830Sync. Syncing implies that. Move BIOS scratch register setup to EnterVT instead of PreInit. Initialize clock gating from EnterVT and save/restore it appropriately. Remove SVG_WORK_CONTROL init. Move debug clock printout from ErrorF to X_INFO. Set up/restore PWRCTXA from enter/leavevt not server start/exit. Hong Liu (1): Set SDVO sync polarity to default on 965 Jesse Barnes (3): Panel fitting: fix letterbox modes Fixup power saving registers Fix TV programming: add vblank wait after TV_CTL writes Keith Packard (2): Skip copying on FOURCC_XVMC surfaces Only use FOURCC_XVMC when INTEL_XVMC is defined Lukas Hejtmanek (1): Fix maximum backlight issue Robert Lowery (1): Fix TV out connection type detection Rmi Cardona (1): Add glproto to DRI dependencies Shuang He (1): Fix typo in xvmc block destroy Zhenyu Wang (6): Revert "Add FIFO watermark regs to register dumper" xvmc: remove unused dri drawable xvmc: a little cleanup Fix compiler warning when disable xvmc config Fix compiling with server master in LVDS backlight patch Bump version 2.3.2 Changelog since 2.3.0: Bryce Harrington (2): More quirks from ubuntu/dell More Pipe A force quirks Eric Anholt (1): Bug #15807: Fix use of the ring while VT-switched, hit by fast user switching. Jesse Barnes (3): Add a new quirk for BIOSes that reprogram regs at lid close/open time Add FIFO watermark regs to register dumper Save/restore cursor registers Keith Packard (2): Overlay video doesn't require that the target pixmap be in video memory. Use new xf86RotateFreeShadow function to clean up shadow buffers. Mike Isely (1): Implement option to ignore external fixed mode settings Zhenyu Wang (4): Only check xvmc lib when xvmc is enabled. Use I830FALLBACK when check pitch for debug Revert last HP 965GM pipe A quirk Bump version 2.3.1
Diffstat (limited to 'x11/xf86-video-intel')
-rw-r--r--x11/xf86-video-intel/Makefile4
-rw-r--r--x11/xf86-video-intel/distinfo9
-rw-r--r--x11/xf86-video-intel/patches/patch-ba13
3 files changed, 20 insertions, 6 deletions
diff --git a/x11/xf86-video-intel/Makefile b/x11/xf86-video-intel/Makefile
index e1399331693..9d0e91240b3 100644
--- a/x11/xf86-video-intel/Makefile
+++ b/x11/xf86-video-intel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2008/05/24 21:45:20 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2008/06/22 16:33:23 taca Exp $
-DISTNAME= xf86-video-intel-2.3.0
+DISTNAME= xf86-video-intel-2.3.2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=driver/}
EXTRACT_SUFX= .tar.bz2
diff --git a/x11/xf86-video-intel/distinfo b/x11/xf86-video-intel/distinfo
index eda569682e7..ba03917505c 100644
--- a/x11/xf86-video-intel/distinfo
+++ b/x11/xf86-video-intel/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.7 2008/04/23 19:00:46 tnn Exp $
+$NetBSD: distinfo,v 1.8 2008/06/22 16:33:23 taca Exp $
-SHA1 (xf86-video-intel-2.3.0.tar.bz2) = a257c12739b94b5897a0c21cd9b8da46bd311d24
-RMD160 (xf86-video-intel-2.3.0.tar.bz2) = 4680b4cab5f3bb2fdc1e536be800c16f2e0e634e
-Size (xf86-video-intel-2.3.0.tar.bz2) = 663384 bytes
+SHA1 (xf86-video-intel-2.3.2.tar.bz2) = 86be1572c68a438bb92d40fff262b71d9e40c976
+RMD160 (xf86-video-intel-2.3.2.tar.bz2) = 5137493fb00b7a6fe3c03750f42599939a69c11b
+Size (xf86-video-intel-2.3.2.tar.bz2) = 665611 bytes
SHA1 (patch-ab) = b0cb0975f3f0e5678ad967d560378ada9b3361b6
SHA1 (patch-ad) = db9a5a55cd0c31e1e0d62b9cd94393143ab23c08
+SHA1 (patch-ba) = 9152649277b417278fb290e24dac8ad6fb911238
diff --git a/x11/xf86-video-intel/patches/patch-ba b/x11/xf86-video-intel/patches/patch-ba
new file mode 100644
index 00000000000..2bfa0a0bfae
--- /dev/null
+++ b/x11/xf86-video-intel/patches/patch-ba
@@ -0,0 +1,13 @@
+$NetBSD: patch-ba,v 1.1 2008/06/22 16:33:23 taca Exp $
+
+--- src/i830_quirks.c.orig 2008-05-12 10:01:01.000000000 +0900
++++ src/i830_quirks.c
+@@ -249,6 +249,8 @@ static i830_quirk i830_quirk_list[] = {
+ { PCI_CHIP_I915_GM, 0x10f7, 0x8338, quirk_ignore_tv },
+ /* Panasonic Toughbook CF-Y7 has no TV output */
+ { PCI_CHIP_I965_GM, 0x10f7, 0x8338, quirk_ignore_tv },
++ /* Panasonic Toughbook CF-R7 has no TV output */
++ { PCI_CHIP_I965_GM, 0x10f7, 0x8338, quirk_ignore_tv },
+
+ /* Toshiba Satellite U300 has no TV output */
+ { PCI_CHIP_I965_GM, 0x1179, 0xff50, quirk_ignore_tv },