radeon_hd: Begin work on radeon_hd command processor
* First steps at getting card command processor wired up to the ring buffers. * Code doesn't run yet as I have *no* idea what happens when these rings are in an invalid state.
This commit is contained in:
@@ -75,6 +75,8 @@
|
||||
#define CP_QUEUE_THRESHOLDS 0x8760
|
||||
#define ROQ_IB1_START(x) ((x) << 0)
|
||||
#define ROQ_IB2_START(x) ((x) << 8)
|
||||
#define CP_DEBUG 0xC1FC
|
||||
#define CP_RB_BASE 0xC100
|
||||
#define CP_RB_CNTL 0xC104
|
||||
#define RB_BUFSZ(x) ((x) << 0)
|
||||
#define RB_BLKSZ(x) ((x) << 8)
|
||||
|
||||
Reference in New Issue
Block a user