mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-25 04:50:11 +01:00
nv50: magic fix for "3d busted without the binary driver first" issue
No idea what this reg does.. NVIDIA put 0x802 into it on some chips, the criteria aren't too clear on when they do that however. Hopefully 0x800 will work everywhere...
This commit is contained in:
parent
651e3dc6dd
commit
dbffeadcfc
1 changed files with 1 additions and 0 deletions
|
|
@ -82,6 +82,7 @@ nv50_graph_init_regs(struct drm_device *dev)
|
|||
DRM_DEBUG("\n");
|
||||
|
||||
NV_WRITE(NV04_PGRAPH_DEBUG_3, (1<<2) /* HW_CONTEXT_SWITCH_ENABLED */);
|
||||
NV_WRITE(0x402ca8, 0x800);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue