mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-06 06:10:18 +01:00
nouveau: adjust the size of the NV34 context. That fixes mobile PPC cards.
This commit is contained in:
parent
f3708b4c04
commit
448ccf13ba
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#define NV2A_GRCTX_SIZE (3500*4)
|
||||
|
||||
#define NV30_31_GRCTX_SIZE (24392)
|
||||
#define NV34_GRCTX_SIZE (18140)
|
||||
#define NV34_GRCTX_SIZE (22000)
|
||||
#define NV35_36_GRCTX_SIZE (22396)
|
||||
|
||||
static void nv20_graph_context_init(struct drm_device *dev,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue