X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fdrm%2Fradeon_drm.h;h=fe3e3a4b4aed9257ec14a6c1e3799fd52444b90e;hb=c93f216b5b985a12a18323e5ca2eb01db3d2f000;hp=72ecf67ad3ec1591c24d74920c488f118b70ca2a;hpb=6e15cf04860074ad032e88c306bea656bbdd0f22;p=cascardo%2Flinux.git diff --git a/include/drm/radeon_drm.h b/include/drm/radeon_drm.h index 72ecf67ad3ec..fe3e3a4b4aed 100644 --- a/include/drm/radeon_drm.h +++ b/include/drm/radeon_drm.h @@ -306,6 +306,8 @@ typedef union { #define RADEON_SCRATCH_REG_OFFSET 32 +#define R600_SCRATCH_REG_OFFSET 256 + #define RADEON_NR_SAREA_CLIPRECTS 12 /* There are 2 heaps (local/GART). Each region within a heap is a @@ -528,7 +530,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;