mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 02:30:12 +01:00
nouveau/nv50: get non-default push buffer sizes working.
This commit is contained in:
parent
af4cfa624a
commit
0c95d489ab
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ nv50_fifo_create_context(struct drm_device *dev, int channel)
|
|||
INSTANCE_WR(ramfc, 0x54/4, 0x000f0000);
|
||||
INSTANCE_WR(ramfc, 0x7c/4, 0x30000001);
|
||||
INSTANCE_WR(ramfc, 0x78/4, 0x00000000);
|
||||
INSTANCE_WR(ramfc, 0x4c/4, 0x00007fff);
|
||||
INSTANCE_WR(ramfc, 0x4c/4, chan->pushbuf_mem->size - 1);
|
||||
|
||||
if (!IS_G80) {
|
||||
INSTANCE_WR(chan->ramin->gpuobj, 0, channel);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue