From 3f02a793514a866401119efc74c20512f4732703 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sun, 10 Oct 2004 05:52:19 +0000 Subject: Vladimir requested support so we can at least load r300 microcode for helping 2D operations. Ups radeon to version 1.12.0, Vladimir, you might want to add any extra pciids... Approved-by: Dave Airlie --- shared-core/radeon_drm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shared-core/radeon_drm.h') diff --git a/shared-core/radeon_drm.h b/shared-core/radeon_drm.h index 4b161cf1..7c600930 100644 --- a/shared-core/radeon_drm.h +++ b/shared-core/radeon_drm.h @@ -423,7 +423,8 @@ typedef struct drm_radeon_init { enum { RADEON_INIT_CP = 0x01, RADEON_CLEANUP_CP = 0x02, - RADEON_INIT_R200_CP = 0x03 + RADEON_INIT_R200_CP = 0x03, + RADEON_INIT_R300_CP = 0x04 } func; unsigned long sarea_priv_offset; int is_pci; /* not used, driver asks hardware */ -- cgit v1.2.3