On Thu, Apr 22, 2010 at 1:48 AM, Alex Deucher <alexdeuc...@gmail.com> wrote: > On Wed, Apr 21, 2010 at 5:39 PM, Tormod Volden <lists.tor...@gmail.com> wrote: >> From: Tormod Volden <debian.tor...@gmail.com> >> >> http://ati.amd.com/products/RadeonX1650/x1650xt_specs.html >> http://en.wikipedia.org/wiki/Comparison_of_ATI_Graphics_Processing_Units >> >> Signed-off-by: Tormod Volden <debian.tor...@gmail.com> >> --- >> >> I do not have the hardware to confirm this though. > > I think this is correct. RV570 should be set to 8 as well. Any > chance you want to create patches for r300c and xf86-video-ati as > well? >
I've gone ahead and fixed r300c, r300g, and the xf86-video-ati. Thanks for finding this! Alex > Alex > >> >> src/gallium/drivers/r300/r300_chipset.c | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/src/gallium/drivers/r300/r300_chipset.c >> b/src/gallium/drivers/r300/r300_chipset.c >> index 928a310..2852a20 100644 >> --- a/src/gallium/drivers/r300/r300_chipset.c >> +++ b/src/gallium/drivers/r300/r300_chipset.c >> @@ -363,7 +363,7 @@ void r300_parse_chipset(struct r300_capabilities* caps) >> case 0x7293: >> case 0x7297: >> caps->family = CHIP_FAMILY_RV560; >> - caps->num_vert_fpus = 5; >> + caps->num_vert_fpus = 8; >> caps->is_r500 = TRUE; >> break; >> >> -- >> 1.7.0.4 >> >> _______________________________________________ >> mesa-dev mailing list >> mesa-dev@lists.freedesktop.org >> http://lists.freedesktop.org/mailman/listinfo/mesa-dev >> > _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev