nouveau: revert the nv34 context size change, it was not the culprit after all.
parent
3c998d8fcb
commit
9b2a95bc6c
|
@ -29,7 +29,7 @@
|
|||
#define NV2A_GRCTX_SIZE (3500*4)
|
||||
|
||||
#define NV30_31_GRCTX_SIZE (24392)
|
||||
#define NV34_GRCTX_SIZE (22000)
|
||||
#define NV34_GRCTX_SIZE (18140)
|
||||
#define NV35_36_GRCTX_SIZE (22396)
|
||||
|
||||
static void nv20_graph_context_init(struct drm_device *dev,
|
||||
|
|
Loading…
Reference in New Issue