mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
nv50: enable shader watchdog timer
This commit is contained in:
parent
1a33c1b2b8
commit
2170fed8f4
1 changed files with 5 additions and 0 deletions
|
|
@ -351,6 +351,11 @@ nv50_screen_init_hwctx(struct nv50_screen *screen, unsigned tls_space)
|
|||
BEGIN_NV04(push, NV50_3D(UNK1400_LANES), 1);
|
||||
PUSH_DATA (push, 0xf);
|
||||
|
||||
if (debug_get_bool_option("NOUVEAU_SHADER_WATCHDOG", TRUE)) {
|
||||
BEGIN_NV04(push, NV50_3D(WATCHDOG_TIMER), 1);
|
||||
PUSH_DATA (push, 0x18);
|
||||
}
|
||||
|
||||
BEGIN_NV04(push, NV50_3D(RT_CONTROL), 1);
|
||||
PUSH_DATA (push, 1);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue