Add the missing breaks.

main
Stephane Marchesin 2006-10-14 01:21:31 +02:00
parent b509abe413
commit 3a0cd7c7e2
1 changed files with 2 additions and 0 deletions

View File

@ -238,10 +238,12 @@ static int nouveau_fifo_alloc(drm_device_t* dev,drm_nouveau_fifo_alloc_t* init,
case NV_20:
case NV_30:
ctx_size=64;
break;
case NV_40:
case G_70:
default:
ctx_size=128;
break;
}
ctx_addr=NV_RAMIN+dev_priv->ramfc_offset+init->channel*ctx_size;