xf86-video-ati: Branch 'master'

James Cloos cloos at jhcloos.com
Fri Nov 23 13:00:21 PST 2007


The commit below is bogus.

I've been using render acceleration on an M7 LW for many months;
it works perfectly.

(I confirmed that the PCI_CHIP_RADEON_LW symbol does match my
card's pci id.)

(I have been having other problems since the switch to pci-rework,
but render accell is not the issue.)

-JimC

,----
|  src/radeon_driver.c |    4 +++-
|  1 file changed, 3 insertions(+), 1 deletion(-)
| 
| New commits:
| commit 145da701bf4fb9c0ad9f95620b20914ae0126852
| Author: Stefan Dirsch <sndirsch at suse.de>
| Date:   Thu Nov 22 08:38:09 2007 +0100
| 
|     Disable RENDER acceleration by default on some RV200 chips.
|     
|     Novell Bug #341699: Render acceleration is known to be broken
|     on at least "Radeon 7500 QW" and "Radeon Mobility M7 LW".
| 
| diff --git a/src/radeon_driver.c b/src/radeon_driver.c
| index c55b5a5..c939a5c 100644
| --- a/src/radeon_driver.c
| +++ b/src/radeon_driver.c
| @@ -1704,7 +1704,9 @@ static Bool RADEONPreInitChipType(ScrnInfoPtr pScrn)
|  #ifdef RENDER
|      info->RenderAccel = xf86ReturnOptValBool(info->Options, OPTION_RENDER_ACCEL,
|  					     info->Chipset != PCI_CHIP_RN50_515E &&
| -					     info->Chipset != PCI_CHIP_RN50_5969);
| +					     info->Chipset != PCI_CHIP_RN50_5969 &&
| +					     info->Chipset != PCI_CHIP_RV200_QW &&
| +					     info->Chipset != PCI_CHIP_RADEON_LW);
|  #endif
|  
|      return TRUE;
`----
-- 
James Cloos <cloos at jhcloos.com>         OpenPGP: 1024D/ED7DAEA6


More information about the xorg-driver-ati mailing list