From 6ff57e2d7cd0b9b513070f72ffd894e8d6f57149 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 30 Sep 2005 06:35:09 +0000 Subject: fix pci overriding from userspace --- shared-core/radeon_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-core/radeon_drm.h') diff --git a/shared-core/radeon_drm.h b/shared-core/radeon_drm.h index 60656741..e9a1f9b4 100644 --- a/shared-core/radeon_drm.h +++ b/shared-core/radeon_drm.h @@ -501,7 +501,7 @@ typedef struct drm_radeon_init { RADEON_INIT_R300_CP = 0x04 } func; unsigned long sarea_priv_offset; - int is_pci DEPRECATED; /* deprecated, driver asks hardware */ + int is_pci; /* for overriding only */ int cp_mode; int gart_size; int ring_size; -- cgit v1.2.3