From d4c9f135b56eee826f0d5eaf41f2088a861da590 Mon Sep 17 00:00:00 2001 From: Patrice Mandin Date: Fri, 26 Jan 2007 18:10:31 +0100 Subject: nouveau: add some nv10 pgraph defines --- shared-core/nv10_graph.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'shared-core') diff --git a/shared-core/nv10_graph.c b/shared-core/nv10_graph.c index ccbb34de..038e09cc 100644 --- a/shared-core/nv10_graph.c +++ b/shared-core/nv10_graph.c @@ -193,11 +193,11 @@ NV_PGRAPH_CTX_SWITCH2, NV_PGRAPH_CTX_SWITCH3, NV_PGRAPH_CTX_SWITCH4, NV_PGRAPH_CTX_SWITCH5, -0x00400160, -0x00400180, -0x004001a0, -0x004001c0, -0x004001e0, +NV_PGRAPH_CTX_CACHE1, /* 8 values from 0x400160 to 0x40017c */ +NV_PGRAPH_CTX_CACHE2, /* 8 values from 0x400180 to 0x40019c */ +NV_PGRAPH_CTX_CACHE3, /* 8 values from 0x4001a0 to 0x4001bc */ +NV_PGRAPH_CTX_CACHE4, /* 8 values from 0x4001c0 to 0x4001dc */ +NV_PGRAPH_CTX_CACHE5, /* 8 values from 0x4001e0 to 0x4001fc */ 0x00400164, 0x00400184, 0x004001a4, @@ -270,7 +270,7 @@ NV_PGRAPH_BPIXEL, NV_PGRAPH_NOTIFY, NV_PGRAPH_PATT_COLOR0, NV_PGRAPH_PATT_COLOR1, -0x00400900, +NV_PGRAPH_PATT_COLORRAM, /* 64 values from 0x400900 to 0x4009fc */ 0x00400904, 0x00400908, 0x0040090c, @@ -334,7 +334,7 @@ NV_PGRAPH_PATT_COLOR1, 0x004009f4, 0x004009f8, 0x004009fc, -0x00400808, +NV_PGRAPH_PATTERN, /* 2 values from 0x400808 to 0x40080c */ 0x0040080c, NV_PGRAPH_PATTERN_SHAPE, NV_PGRAPH_MONO_COLOR0, @@ -373,8 +373,8 @@ NV_PGRAPH_BETA_PREMULT, 0x00400e94, 0x00400e98, 0x00400e9c, -0x00400f00, -0x00400f20, +NV_PGRAPH_WINDOWCLIP_HORIZONTAL,/* 8 values from 0x400f00 to 0x400f1c */ +NV_PGRAPH_WINDOWCLIP_VERTICAL, /* 8 values from 0x400f20 to 0x400f3c */ 0x00400f04, 0x00400f24, 0x00400f08, @@ -395,8 +395,8 @@ NV_PGRAPH_GLOBALSTATE0, NV_PGRAPH_GLOBALSTATE1, NV_PGRAPH_STORED_FMT, NV_PGRAPH_SOURCE_COLOR, -0x00400400, -0x00400480, +NV_PGRAPH_ABS_X_RAM, /* 32 values from 0x400400 to 0x40047c */ +NV_PGRAPH_ABS_Y_RAM, /* 32 values from 0x400480 to 0x4004fc */ 0x00400404, 0x00400484, 0x00400408, -- cgit v1.2.3