Bug 3602 - Radeon driver does not handle Radeon X600 0x5b62 (patch)
Summary: Radeon driver does not handle Radeon X600 0x5b62 (patch)
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
Hardware: x86 (IA32) FreeBSD
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-22 16:05 UTC by Daniel Stone
Modified: 2005-06-23 20:03 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description FreeDesktop Bugzilla Database Corruption Fix User 2005-06-22 16:05:14 UTC
Platform: amd64 FreeBSD-CURRENT, v/c Sapphire Radeon X600 PCIID=0x5b62.  
Display completely garbled (vertical lines is all) unless NoAccel is set.  
Reason: while card is probed correctly it's absent from CHIP_FAMILY_RV380 list  
(where it belongs)in radeon_driver.c. Solution: 
 
/* ----- begin patch ----- */ 
*** programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c.orig	Thu 
Jun 23 00:56:51 2005 
--- programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c	Thu Jun 23 
00:57:08 2005 
*************** 
*** 2496,2501 **** 
--- 2496,2502 ---- 
      case PCI_CHIP_RV370_5460: 
      case PCI_CHIP_RV370_5464: 
          info->IsMobility = TRUE; 
      case PCI_CHIP_RV370_5B60: 
+     case PCI_CHIP_RV370_5B62: 
      case PCI_CHIP_RV370_5B64: 
      case PCI_CHIP_RV370_5B65:


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.