diff options
author | Jeff Hartmann <jhartmann@valinux.com> | 2001-02-12 16:24:06 +0000 |
---|---|---|
committer | Jeff Hartmann <jhartmann@valinux.com> | 2001-02-12 16:24:06 +0000 |
commit | 8a09edf4298df98724f373351ba0d55ee6d8a704 (patch) | |
tree | 8587bcb0af1fbd7ae9ed4074d189511408f09d10 /linux/radeon_state.c | |
parent | fdc3aed8890c70ef2f1dcac926d3c751d97b8d4d (diff) |
Non working Radeon PCIGART code, checkpoint commitati-pcigart-0-0-1-branch-02282001-freeze
Diffstat (limited to 'linux/radeon_state.c')
-rw-r--r-- | linux/radeon_state.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/radeon_state.c b/linux/radeon_state.c index 7bfefb2c..73e6dcbd 100644 --- a/linux/radeon_state.c +++ b/linux/radeon_state.c @@ -1385,7 +1385,7 @@ int radeon_cp_indirect( struct inode *inode, struct file *filp, DRM_ERROR( "%s called without lock held\n", __FUNCTION__ ); return -EINVAL; } - if ( !dev_priv || dev_priv->is_pci ) { + if ( !dev_priv ) { DRM_ERROR( "%s called with a PCI card\n", __FUNCTION__ ); return -EINVAL; } |