summaryrefslogtreecommitdiff
path: root/src/radeon_dri.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2008-07-03 20:05:54 +1000
committerDave Airlie <airlied@redhat.com>2008-07-03 20:05:54 +1000
commitce1a3edd52b647744cfa4433301befb437d211bb (patch)
treec56c5cf93b8671811f5bb4d64505014344dc1508 /src/radeon_dri.c
parentc037b4ce8769ad840a257e22b1e4ad58b8ed96fa (diff)
radeon: drop all use of CPMode.
We never test the other codepath and I don't think I've ever recommended it for anyone.
Diffstat (limited to 'src/radeon_dri.c')
-rw-r--r--src/radeon_dri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_dri.c b/src/radeon_dri.c
index 63c03605..32181473 100644
--- a/src/radeon_dri.c
+++ b/src/radeon_dri.c
@@ -1103,7 +1103,7 @@ static int RADEONDRIKernelInit(RADEONInfoPtr info, ScreenPtr pScreen)
drmInfo.sarea_priv_offset = sizeof(XF86DRISAREARec);
drmInfo.is_pci = (info->cardType!=CARD_AGP);
- drmInfo.cp_mode = info->CPMode;
+ drmInfo.cp_mode = RADEON_CSQ_PRIBM_INDBM;
drmInfo.gart_size = info->gartSize*1024*1024;
drmInfo.ring_size = info->ringSize*1024*1024;
drmInfo.usec_timeout = info->CPusecTimeout;