Bug 1041

Summary: xf86RandRSetMode calls wrong EnableDisableFBAccess
Product: xorg Reporter: Aaron Plattner <aplattner>
Component: Server/GeneralAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Bug Depends on:    
Bug Blocks: 351    
Attachments:
Description Flags
Use scrp->EnableDisableFBAccess instead of xf86EnableDisableFBAccess none

Description Aaron Plattner 2004-08-11 11:13:36 UTC
In xf86RandRSetMode, xf86EnableDisableFBAccess is used instead of the function pointer in the  
ScrnInfoRec.  This bypasses a lot of the call chain, which leads to problems.
Comment 1 Aaron Plattner 2004-08-11 11:15:00 UTC
Created attachment 608 [details] [review]
Use scrp->EnableDisableFBAccess instead of xf86EnableDisableFBAccess
Comment 2 Søren Sandmann Pedersen 2004-08-13 11:27:59 UTC
Fri Aug 13 19:53:10 2004  Soeren Sandmann  <sandmann@redhat.com>

	* programs/Xserver/hw/xfree86/drivers/mga/mga_storm.c
	(MGAStormSync): Fix for lockups on some versions of Matrox
	Mystique. #687, Patch from Mike Harris.

	* programs/Xserver/hw/xfree86/common/xf86RandR.c
	(xf86RandRSetMode): Call xf86EnableDisableFBAccess though the
	function pointer instead of directly. #1041, Patch from Aaron Plattner.

	* programs/Xserver/hw/xfree86/common/xf86RandR.c: Swap the
	phsyical size of the screen when rotiation. #1050, Patch from
	Aaron Plattner.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.