mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 06:38:03 +02:00
nouveau : nv10 graph clipping values were forgoten in ddx to drm commit
This commit is contained in:
parent
e4d163d81a
commit
5d623935c0
1 changed files with 5 additions and 0 deletions
|
|
@ -692,6 +692,11 @@ int nv10_graph_init(drm_device_t *dev) {
|
|||
NV_WRITE(NV10_PGRAPH_STATE , 0xFFFFFFFF);
|
||||
NV_WRITE(NV04_PGRAPH_FIFO , 0x00000001);
|
||||
|
||||
NV_WRITE(NV03_PGRAPH_ABS_UCLIP_XMIN, 0);
|
||||
NV_WRITE(NV03_PGRAPH_ABS_UCLIP_YMIN, 0);
|
||||
NV_WRITE(NV03_PGRAPH_ABS_UCLIP_XMAX, 0x7fff);
|
||||
NV_WRITE(NV03_PGRAPH_ABS_UCLIP_YMAX, 0x7fff);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue