mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 20:20:18 +01:00
nouveau: Import latest nouveau_class.h from renouveau
And fix nv50_screen.c to compile against the updated header.
This commit is contained in:
parent
8ddb4e2c81
commit
54526154c5
3 changed files with 9027 additions and 2 deletions
9024
src/gallium/drivers/nouveau/nouveau_class.h
Normal file
9024
src/gallium/drivers/nouveau/nouveau_class.h
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -379,8 +379,8 @@ nv50_screen_create(struct pipe_winsys *ws, struct nouveau_device *dev)
|
|||
OUT_RING (chan, 1);
|
||||
|
||||
/* activate all 32 lanes (threads) in a warp */
|
||||
BEGIN_RING(chan, screen->tesla, NV50TCL_WARP_HALVES, 1);
|
||||
OUT_RING (chan, 2);
|
||||
BEGIN_RING(chan, screen->tesla, NV50TCL_REG_MODE, 1);
|
||||
OUT_RING (chan, NV50TCL_REG_MODE_STRIPED);
|
||||
BEGIN_RING(chan, screen->tesla, 0x1400, 1);
|
||||
OUT_RING (chan, 0xf);
|
||||
|
||||
|
|
|
|||
1
src/mesa/drivers/dri/nouveau/nouveau_class.h
Symbolic link
1
src/mesa/drivers/dri/nouveau/nouveau_class.h
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../../gallium/drivers/nouveau/nouveau_class.h
|
||||
Loading…
Add table
Reference in a new issue