r300g: remove the CS compenstation for non-atomized states
Now there aren't any. If CS overflow occurs, the fix should go directly before the problematic BEGIN_CS.
This commit is contained in:
@@ -1207,9 +1207,6 @@ unsigned r300_get_num_dirty_dwords(struct r300_context *r300)
|
||||
}
|
||||
}
|
||||
|
||||
/* XXX This is the compensation for the non-atomized states. */
|
||||
dwords += 1024;
|
||||
|
||||
return dwords;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user