mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-24 20:40:12 +01:00
nouveau : nv10 ctx switch fix
restoring NV10_PGRAPH_CTX_SWITCH1 now works
This commit is contained in:
parent
223061e084
commit
25cedcf76f
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ static void nv10_praph_pipe(drm_device_t *dev) {
|
|||
static int nv10_graph_ctx_regs [] = {
|
||||
NV03_PGRAPH_XY_LOGIC_MISC0,
|
||||
|
||||
//NV10_PGRAPH_CTX_SWITCH1, make ctx switch crash
|
||||
NV10_PGRAPH_CTX_SWITCH1,
|
||||
NV10_PGRAPH_CTX_SWITCH2,
|
||||
NV10_PGRAPH_CTX_SWITCH3,
|
||||
NV10_PGRAPH_CTX_SWITCH4,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue