From: Ben Skeggs Date: Sun, 19 Nov 2006 15:46:31 +0000 (+0000) Subject: Avoid sharing subchannels with the ddx until context switching is done X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a2a747704d1b9572532ec0afd0ede6a4308ef032;p=mesa.git Avoid sharing subchannels with the ddx until context switching is done properly.. --- diff --git a/src/mesa/drivers/dri/nouveau/nouveau_object.h b/src/mesa/drivers/dri/nouveau/nouveau_object.h index 1065a0be59e..e9a30d127a4 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_object.h +++ b/src/mesa/drivers/dri/nouveau/nouveau_object.h @@ -10,7 +10,7 @@ enum DMAObjects { }; enum DMASubchannel { - NvSub3D = 1, + NvSub3D = 7, }; #endif