mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-02-04 08:20:28 +01:00
nv50: add support for chipset 0x92
This commit is contained in:
parent
973c634eaa
commit
f152482bde
2 changed files with 2547 additions and 2 deletions
|
|
@ -942,7 +942,7 @@ nouveau_gpuobj_channel_init_pramin(struct nouveau_channel *chan)
|
|||
/* RAMFC */
|
||||
size += 0x1000;
|
||||
/* PGRAPH context */
|
||||
size += 0x60000;
|
||||
size += 0x70000;
|
||||
}
|
||||
|
||||
DRM_DEBUG("ch%d PRAMIN size: 0x%08x bytes, base alloc=0x%08x\n",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue