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:
parent
0b7647ee35
commit
cf3f95d216
|
@ -752,6 +752,9 @@ ATIPseudoDMAInit(ScreenPtr pScreen)
|
||||||
ATICardInfo(pScreenPriv);
|
ATICardInfo(pScreenPriv);
|
||||||
char *mmio = atic->reg_base;
|
char *mmio = atic->reg_base;
|
||||||
|
|
||||||
|
if (atic->is_r200 || atic->is_r300)
|
||||||
|
return FALSE;
|
||||||
|
|
||||||
ATIUploadMicrocode(atis);
|
ATIUploadMicrocode(atis);
|
||||||
ATIEngineReset(atis);
|
ATIEngineReset(atis);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue