rpms/xorg-x11-drv-nouveau/F-11 nouveau-fptable-noerror.patch, NONE, 1.1

Ben Skeggs bskeggs at fedoraproject.org
Sun May 24 22:55:05 UTC 2009


Author: bskeggs

Update of /cvs/pkgs/rpms/xorg-x11-drv-nouveau/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30679

Added Files:
	nouveau-fptable-noerror.patch 
Log Message:
add fptable patch


nouveau-fptable-noerror.patch:

--- NEW FILE nouveau-fptable-noerror.patch ---
>From 711ead5b9fee26b4d9456b4cc1db8cf2f29b9ced Mon Sep 17 00:00:00 2001
From: Ben Skeggs <bskeggs at redhat.com>
Date: Mon, 25 May 2009 08:35:07 +1000
Subject: [PATCH 8/8] bios: don't treat missing fp table as an error

---
 src/nv_bios.c |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/nv_bios.c b/src/nv_bios.c
index 422da28..35ff642 100644
--- a/src/nv_bios.c
+++ b/src/nv_bios.c
@@ -2790,13 +2790,8 @@ static int parse_fp_mode_table(ScrnInfoPtr pScrn, struct nvbios *bios)
 	struct lvdstableheader lth;
 
 	if (bios->fp.fptablepointer == 0x0) {
-		/* Apple cards don't have the fp table; the laptops use DDC */
-#ifndef __powerpc__
-		NV_ERROR(pScrn, "Pointer to flat panel table invalid\n");
-		if (bios->pub.chip_version != 0x67 && /* sigh, IGPs */
-		    bios->pub.chip_version != 0x73)
-			return -EINVAL;
-#endif
+		NV_WARN(pScrn, "Pointer to flat panel table invalid\n");
+
 		bios->pub.digital_min_front_porch = 0x4b;
 		return 0;
 	}
-- 
1.6.2.2





More information about the fedora-extras-commits mailing list