mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 04:00:10 +01:00
nv50: enable all 32 threads of a warp
This should be the default setting.
See also 7d967b9b7c.
This commit is contained in:
parent
8baee3d25b
commit
44cb5b5c66
1 changed files with 3 additions and 1 deletions
|
|
@ -309,7 +309,9 @@ nv50_screen_create(struct pipe_winsys *ws, struct nouveau_device *dev)
|
|||
so_method(so, screen->tesla, 0x121c, 1);
|
||||
so_data (so, 1);
|
||||
|
||||
/* try to activate all/more lanes (threads) in a warp */
|
||||
/* activate all 32 lanes (threads) in a warp */
|
||||
so_method(so, screen->tesla, 0x19a0, 1);
|
||||
so_data (so, 0x2);
|
||||
so_method(so, screen->tesla, 0x1400, 1);
|
||||
so_data (so, 0xf);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue