radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernel

This drops all the old drmSupports* checks since KMS does them all, and it
also drop R300_CLASS and R600_CLASS.

Signed-off-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
Dave Airlie
2011-10-29 08:39:54 +01:00
parent e252af3406
commit 56d30bb00d
15 changed files with 102 additions and 553 deletions

View File

@@ -100,10 +100,6 @@ void rcommonBeginBatch(radeonContextPtr rmesa,
#define OUT_BATCH_REGSEQ(reg, count) \
OUT_BATCH(cmdpacket0(b_l_rmesa->radeonScreen, (reg), (count)))
/** Write a 32 bit float to the ring; requires 1 dword. */
#define OUT_BATCH_FLOAT32(f) \
OUT_BATCH(radeonPackFloat32((f)))
/* +r6/r7 : code here moved */
/* Fire the buffered vertices no matter what.