nouveau: nv30: missing ramin init, does it brake other hw?

main
Patrice Mandin 2007-11-14 23:31:59 +01:00
parent 68cdcda1ea
commit 46235ea459
1 changed files with 13 additions and 0 deletions

View File

@ -432,6 +432,19 @@ static void nv30_31_graph_context_init(struct drm_device *dev,
INSTANCE_WR(ctx, 0x385c/4, 0x3f800000);
INSTANCE_WR(ctx, 0x3864/4, 0xbf800000);
INSTANCE_WR(ctx, 0x386c/4, 0xbf800000);
/* nv30gl stuff */
for (i=0; i<8; i++) {
INSTANCE_WR(ctx, (0x4dfc/4)+i, 0x001c527d);
}
INSTANCE_WR(ctx, 0x4e3c/4, 0x001c527c);
/* these ones make dma fifo hang
INSTANCE_WR(ctx, 0x567c/4, 0x000a0000);
INSTANCE_WR(ctx, 0x0878/4, 0x01000000);
INSTANCE_WR(ctx, 0x02f4/4, 0x0001ffff);
INSTANCE_WR(ctx, 0x0028/4, INSTANCE_RD(ctx, 0x0028/4) | 1);
*/
}
static void nv34_graph_context_init(struct drm_device *dev,