Oops, testers reported that the last patch actually didn't work (conflicts

occurred), so the R300 PDMA doesn't work. Disable.
This commit is contained in:
Eric Anholt 2004-06-10 08:37:28 +00:00
parent 0b7647ee35
commit cf3f95d216

View File

@ -752,6 +752,9 @@ ATIPseudoDMAInit(ScreenPtr pScreen)
ATICardInfo(pScreenPriv);
char *mmio = atic->reg_base;
if (atic->is_r200 || atic->is_r300)
return FALSE;
ATIUploadMicrocode(atis);
ATIEngineReset(atis);