Add RADEON_INIT_R600_CP too

this rounds out the r6xx/r7xx stuff in radeon_drm.h
main
Alex Deucher 2009-07-15 14:51:38 -04:00
parent 0411c37409
commit 9aed44beea
1 changed files with 2 additions and 1 deletions

View File

@ -548,7 +548,8 @@ typedef struct drm_radeon_init {
RADEON_INIT_CP = 0x01,
RADEON_CLEANUP_CP = 0x02,
RADEON_INIT_R200_CP = 0x03,
RADEON_INIT_R300_CP = 0x04
RADEON_INIT_R300_CP = 0x04,
RADEON_INIT_R600_CP = 0x05
} func;
unsigned long sarea_priv_offset;
int is_pci; /* for overriding only */