mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-09 01:10:33 +01:00
nv50: ouch, next_subchannel++ :)
This commit is contained in:
parent
9c29512154
commit
9911ca2226
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ nouveau_surface_channel_create_nv50(struct nouveau_channel_context *nvc)
|
|||
&nvc->Nv2D);
|
||||
if (ret)
|
||||
return ret;
|
||||
BIND_RING (nvc->channel, nvc->Nv2D, 0);
|
||||
BIND_RING (nvc->channel, nvc->Nv2D, nvc->next_subchannel++);
|
||||
BEGIN_RING(nvc->channel, nvc->Nv2D, NV50_2D_DMA_NOTIFY, 1);
|
||||
OUT_RING (nvc->channel, nvc->sync_notifier->handle);
|
||||
BEGIN_RING(nvc->channel, nvc->Nv2D, NV50_2D_DMA_IN_MEMORY0, 2);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue