mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-30 20:10:14 +01:00
nouveau: fix nv4a context size.
This commit is contained in:
parent
22821cf01d
commit
deba42ef32
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@
|
|||
*/
|
||||
#define NV40_GRCTX_SIZE (175*1024)
|
||||
#define NV43_GRCTX_SIZE (70*1024)
|
||||
#define NV4A_GRCTX_SIZE (60*1024)
|
||||
#define NV4A_GRCTX_SIZE (64*1024)
|
||||
#define NV4E_GRCTX_SIZE (25*1024)
|
||||
|
||||
/*TODO: deciper what each offset in the context represents. The below
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue