Subversion Repositories Kolibri OS

Rev

Rev 879 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 879 Rev 881
Line 1... Line -...
1
#include "radeon_reg.h"
-
 
Line 2... Line 1...
2
 
1
#define BEGIN_ACCEL(n)          BEGIN_RING(2*(n))
3
#define BEGIN_ACCEL(n)          BEGIN_RING(2*(n))
2
//#define FINISH_ACCEL()          ADVANCE_RING()
4
//#define FINISH_ACCEL()          ADVANCE_RING()
3
#define FINISH_ACCEL()          COMMIT_RING()