From: Alex Deucher Date: Wed, 15 Jul 2009 18:51:38 +0000 (-0400) Subject: Add RADEON_INIT_R600_CP too X-Git-Tag: submit/1.0/20121108.012404~448 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9aed44beeac4f250a58c792d64a4dee1dde3d086;p=profile%2Fivi%2Flibdrm.git Add RADEON_INIT_R600_CP too this rounds out the r6xx/r7xx stuff in radeon_drm.h --- diff --git a/shared-core/radeon_drm.h b/shared-core/radeon_drm.h index 3fc417a..85aa025 100644 --- a/shared-core/radeon_drm.h +++ b/shared-core/radeon_drm.h @@ -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 */