[PATCH] Multi-head fix for tdfxfb driver
From: Richard Drummond (evilrich_at_rcdrummond.net)
Date: 10/30/03
- Previous message: David Brownell: "Re: [linux-usb-devel] Re: serious 2.6 bug in USB subsystem?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Linux Fbdev development list <linux-fbdev-devel@lists.sourceforge.net> Date: Thu, 30 Oct 2003 15:46:33 -0000
Hi All
This patch (against 2.6.0-test9) corrects a bug in the tdfxfb driver with
regard to multi-head set-ups. The driver was stomping all over its default
fb_fix_screeninfo struct (the global, tdfx_fix) when initializing a card -
which could potentially causes problems when the time comes to set up the
next card. This fix makes it copy tdfx_fix first and modify only that copy.
Cheers,
Rich
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Previous message: David Brownell: "Re: [linux-usb-devel] Re: serious 2.6 bug in USB subsystem?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]