mirror of https://gitee.com/openkylin/linux.git
drm/nvc0-/gr: make register lists from initvals functions
Generated context verified to be the same for all supported chipsets. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
791dc143ed
commit
30f4e0870d
|
@ -200,7 +200,12 @@ nouveau-y += core/engine/fifo/nve0.o
|
|||
nouveau-y += core/engine/graph/ctxnv40.o
|
||||
nouveau-y += core/engine/graph/ctxnv50.o
|
||||
nouveau-y += core/engine/graph/ctxnvc0.o
|
||||
nouveau-y += core/engine/graph/ctxnve0.o
|
||||
nouveau-y += core/engine/graph/ctxnvc1.o
|
||||
nouveau-y += core/engine/graph/ctxnvc3.o
|
||||
nouveau-y += core/engine/graph/ctxnvc8.o
|
||||
nouveau-y += core/engine/graph/ctxnvd9.o
|
||||
nouveau-y += core/engine/graph/ctxnve4.o
|
||||
nouveau-y += core/engine/graph/ctxnvf0.o
|
||||
nouveau-y += core/engine/graph/nv04.o
|
||||
nouveau-y += core/engine/graph/nv10.o
|
||||
nouveau-y += core/engine/graph/nv20.o
|
||||
|
@ -212,7 +217,12 @@ nouveau-y += core/engine/graph/nv35.o
|
|||
nouveau-y += core/engine/graph/nv40.o
|
||||
nouveau-y += core/engine/graph/nv50.o
|
||||
nouveau-y += core/engine/graph/nvc0.o
|
||||
nouveau-y += core/engine/graph/nve0.o
|
||||
nouveau-y += core/engine/graph/nvc1.o
|
||||
nouveau-y += core/engine/graph/nvc3.o
|
||||
nouveau-y += core/engine/graph/nvc8.o
|
||||
nouveau-y += core/engine/graph/nvd9.o
|
||||
nouveau-y += core/engine/graph/nve4.o
|
||||
nouveau-y += core/engine/graph/nvf0.o
|
||||
nouveau-y += core/engine/mpeg/nv31.o
|
||||
nouveau-y += core/engine/mpeg/nv40.o
|
||||
nouveau-y += core/engine/mpeg/nv50.o
|
||||
|
|
|
@ -75,7 +75,7 @@ nvc0_identify(struct nouveau_device *device)
|
|||
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvc0_dmaeng_oclass;
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nvc0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nvc0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nvc0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_VP ] = &nvc0_vp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;
|
||||
|
@ -104,7 +104,7 @@ nvc0_identify(struct nouveau_device *device)
|
|||
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvc0_dmaeng_oclass;
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nvc0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nvc0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nvc3_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_VP ] = &nvc0_vp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;
|
||||
|
@ -133,7 +133,7 @@ nvc0_identify(struct nouveau_device *device)
|
|||
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvc0_dmaeng_oclass;
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nvc0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nvc0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nvc3_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_VP ] = &nvc0_vp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;
|
||||
|
@ -161,7 +161,7 @@ nvc0_identify(struct nouveau_device *device)
|
|||
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvc0_dmaeng_oclass;
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nvc0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nvc0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nvc3_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_VP ] = &nvc0_vp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;
|
||||
|
@ -190,7 +190,7 @@ nvc0_identify(struct nouveau_device *device)
|
|||
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvc0_dmaeng_oclass;
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nvc0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nvc0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nvc3_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_VP ] = &nvc0_vp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;
|
||||
|
@ -219,7 +219,7 @@ nvc0_identify(struct nouveau_device *device)
|
|||
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvc0_dmaeng_oclass;
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nvc0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nvc0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nvc1_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_VP ] = &nvc0_vp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;
|
||||
|
@ -247,7 +247,7 @@ nvc0_identify(struct nouveau_device *device)
|
|||
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvc0_dmaeng_oclass;
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nvc0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nvc0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nvc8_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_VP ] = &nvc0_vp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;
|
||||
|
@ -276,7 +276,7 @@ nvc0_identify(struct nouveau_device *device)
|
|||
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvd0_dmaeng_oclass;
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nvc0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nvc0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nvd9_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_VP ] = &nvc0_vp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;
|
||||
|
@ -304,7 +304,7 @@ nvc0_identify(struct nouveau_device *device)
|
|||
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvd0_dmaeng_oclass;
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nvc0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nvc0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nvd9_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_VP ] = &nvc0_vp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_BSP ] = &nvc0_bsp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_PPP ] = &nvc0_ppp_oclass;
|
||||
|
|
|
@ -75,7 +75,7 @@ nve0_identify(struct nouveau_device *device)
|
|||
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvd0_dmaeng_oclass;
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nve0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nve0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nve4_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_DISP ] = &nve0_disp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_COPY0 ] = &nve0_copy0_oclass;
|
||||
device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass;
|
||||
|
@ -105,7 +105,7 @@ nve0_identify(struct nouveau_device *device)
|
|||
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvd0_dmaeng_oclass;
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nve0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nve0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nve4_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_DISP ] = &nve0_disp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_COPY0 ] = &nve0_copy0_oclass;
|
||||
device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass;
|
||||
|
@ -135,7 +135,7 @@ nve0_identify(struct nouveau_device *device)
|
|||
device->oclass[NVDEV_ENGINE_DMAOBJ ] = &nvd0_dmaeng_oclass;
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nve0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nve0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nve4_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_DISP ] = &nve0_disp_oclass;
|
||||
device->oclass[NVDEV_ENGINE_COPY0 ] = &nve0_copy0_oclass;
|
||||
device->oclass[NVDEV_ENGINE_COPY1 ] = &nve0_copy1_oclass;
|
||||
|
@ -166,7 +166,7 @@ nve0_identify(struct nouveau_device *device)
|
|||
#if 0
|
||||
device->oclass[NVDEV_ENGINE_FIFO ] = &nve0_fifo_oclass;
|
||||
device->oclass[NVDEV_ENGINE_SW ] = &nvc0_software_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = &nve0_graph_oclass;
|
||||
device->oclass[NVDEV_ENGINE_GR ] = nvf0_graph_oclass;
|
||||
#endif
|
||||
device->oclass[NVDEV_ENGINE_DISP ] = &nvf0_disp_oclass;
|
||||
#if 0
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,804 @@
|
|||
/*
|
||||
* Copyright 2013 Red Hat Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors: Ben Skeggs <bskeggs@redhat.com>
|
||||
*/
|
||||
|
||||
#include "nvc0.h"
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc1_grctx_init_icmd[] = {
|
||||
{ 0x001000, 1, 0x01, 0x00000004 },
|
||||
{ 0x0000a9, 1, 0x01, 0x0000ffff },
|
||||
{ 0x000038, 1, 0x01, 0x0fac6881 },
|
||||
{ 0x00003d, 1, 0x01, 0x00000001 },
|
||||
{ 0x0000e8, 8, 0x01, 0x00000400 },
|
||||
{ 0x000078, 8, 0x01, 0x00000300 },
|
||||
{ 0x000050, 1, 0x01, 0x00000011 },
|
||||
{ 0x000058, 8, 0x01, 0x00000008 },
|
||||
{ 0x000208, 8, 0x01, 0x00000001 },
|
||||
{ 0x000081, 1, 0x01, 0x00000001 },
|
||||
{ 0x000085, 1, 0x01, 0x00000004 },
|
||||
{ 0x000088, 1, 0x01, 0x00000400 },
|
||||
{ 0x000090, 1, 0x01, 0x00000300 },
|
||||
{ 0x000098, 1, 0x01, 0x00001001 },
|
||||
{ 0x0000e3, 1, 0x01, 0x00000001 },
|
||||
{ 0x0000da, 1, 0x01, 0x00000001 },
|
||||
{ 0x0000f8, 1, 0x01, 0x00000003 },
|
||||
{ 0x0000fa, 1, 0x01, 0x00000001 },
|
||||
{ 0x00009f, 4, 0x01, 0x0000ffff },
|
||||
{ 0x0000b1, 1, 0x01, 0x00000001 },
|
||||
{ 0x0000b2, 40, 0x01, 0x00000000 },
|
||||
{ 0x000210, 8, 0x01, 0x00000040 },
|
||||
{ 0x000218, 8, 0x01, 0x0000c080 },
|
||||
{ 0x0000ad, 1, 0x01, 0x0000013e },
|
||||
{ 0x0000e1, 1, 0x01, 0x00000010 },
|
||||
{ 0x000290, 16, 0x01, 0x00000000 },
|
||||
{ 0x0003b0, 16, 0x01, 0x00000000 },
|
||||
{ 0x0002a0, 16, 0x01, 0x00000000 },
|
||||
{ 0x000420, 16, 0x01, 0x00000000 },
|
||||
{ 0x0002b0, 16, 0x01, 0x00000000 },
|
||||
{ 0x000430, 16, 0x01, 0x00000000 },
|
||||
{ 0x0002c0, 16, 0x01, 0x00000000 },
|
||||
{ 0x0004d0, 16, 0x01, 0x00000000 },
|
||||
{ 0x000720, 16, 0x01, 0x00000000 },
|
||||
{ 0x0008c0, 16, 0x01, 0x00000000 },
|
||||
{ 0x000890, 16, 0x01, 0x00000000 },
|
||||
{ 0x0008e0, 16, 0x01, 0x00000000 },
|
||||
{ 0x0008a0, 16, 0x01, 0x00000000 },
|
||||
{ 0x0008f0, 16, 0x01, 0x00000000 },
|
||||
{ 0x00094c, 1, 0x01, 0x000000ff },
|
||||
{ 0x00094d, 1, 0x01, 0xffffffff },
|
||||
{ 0x00094e, 1, 0x01, 0x00000002 },
|
||||
{ 0x0002ec, 1, 0x01, 0x00000001 },
|
||||
{ 0x000303, 1, 0x01, 0x00000001 },
|
||||
{ 0x0002e6, 1, 0x01, 0x00000001 },
|
||||
{ 0x000466, 1, 0x01, 0x00000052 },
|
||||
{ 0x000301, 1, 0x01, 0x3f800000 },
|
||||
{ 0x000304, 1, 0x01, 0x30201000 },
|
||||
{ 0x000305, 1, 0x01, 0x70605040 },
|
||||
{ 0x000306, 1, 0x01, 0xb8a89888 },
|
||||
{ 0x000307, 1, 0x01, 0xf8e8d8c8 },
|
||||
{ 0x00030a, 1, 0x01, 0x00ffff00 },
|
||||
{ 0x00030b, 1, 0x01, 0x0000001a },
|
||||
{ 0x00030c, 1, 0x01, 0x00000001 },
|
||||
{ 0x000318, 1, 0x01, 0x00000001 },
|
||||
{ 0x000340, 1, 0x01, 0x00000000 },
|
||||
{ 0x000375, 1, 0x01, 0x00000001 },
|
||||
{ 0x000351, 1, 0x01, 0x00000100 },
|
||||
{ 0x00037d, 1, 0x01, 0x00000006 },
|
||||
{ 0x0003a0, 1, 0x01, 0x00000002 },
|
||||
{ 0x0003aa, 1, 0x01, 0x00000001 },
|
||||
{ 0x0003a9, 1, 0x01, 0x00000001 },
|
||||
{ 0x000380, 1, 0x01, 0x00000001 },
|
||||
{ 0x000360, 1, 0x01, 0x00000040 },
|
||||
{ 0x000366, 2, 0x01, 0x00000000 },
|
||||
{ 0x000368, 1, 0x01, 0x00001fff },
|
||||
{ 0x000370, 2, 0x01, 0x00000000 },
|
||||
{ 0x000372, 1, 0x01, 0x003fffff },
|
||||
{ 0x00037a, 1, 0x01, 0x00000012 },
|
||||
{ 0x0005e0, 5, 0x01, 0x00000022 },
|
||||
{ 0x000619, 1, 0x01, 0x00000003 },
|
||||
{ 0x000811, 1, 0x01, 0x00000003 },
|
||||
{ 0x000812, 1, 0x01, 0x00000004 },
|
||||
{ 0x000813, 1, 0x01, 0x00000006 },
|
||||
{ 0x000814, 1, 0x01, 0x00000008 },
|
||||
{ 0x000815, 1, 0x01, 0x0000000b },
|
||||
{ 0x000800, 6, 0x01, 0x00000001 },
|
||||
{ 0x000632, 1, 0x01, 0x00000001 },
|
||||
{ 0x000633, 1, 0x01, 0x00000002 },
|
||||
{ 0x000634, 1, 0x01, 0x00000003 },
|
||||
{ 0x000635, 1, 0x01, 0x00000004 },
|
||||
{ 0x000654, 1, 0x01, 0x3f800000 },
|
||||
{ 0x000657, 1, 0x01, 0x3f800000 },
|
||||
{ 0x000655, 2, 0x01, 0x3f800000 },
|
||||
{ 0x0006cd, 1, 0x01, 0x3f800000 },
|
||||
{ 0x0007f5, 1, 0x01, 0x3f800000 },
|
||||
{ 0x0007dc, 1, 0x01, 0x39291909 },
|
||||
{ 0x0007dd, 1, 0x01, 0x79695949 },
|
||||
{ 0x0007de, 1, 0x01, 0xb9a99989 },
|
||||
{ 0x0007df, 1, 0x01, 0xf9e9d9c9 },
|
||||
{ 0x0007e8, 1, 0x01, 0x00003210 },
|
||||
{ 0x0007e9, 1, 0x01, 0x00007654 },
|
||||
{ 0x0007ea, 1, 0x01, 0x00000098 },
|
||||
{ 0x0007ec, 1, 0x01, 0x39291909 },
|
||||
{ 0x0007ed, 1, 0x01, 0x79695949 },
|
||||
{ 0x0007ee, 1, 0x01, 0xb9a99989 },
|
||||
{ 0x0007ef, 1, 0x01, 0xf9e9d9c9 },
|
||||
{ 0x0007f0, 1, 0x01, 0x00003210 },
|
||||
{ 0x0007f1, 1, 0x01, 0x00007654 },
|
||||
{ 0x0007f2, 1, 0x01, 0x00000098 },
|
||||
{ 0x0005a5, 1, 0x01, 0x00000001 },
|
||||
{ 0x000980, 128, 0x01, 0x00000000 },
|
||||
{ 0x000468, 1, 0x01, 0x00000004 },
|
||||
{ 0x00046c, 1, 0x01, 0x00000001 },
|
||||
{ 0x000470, 96, 0x01, 0x00000000 },
|
||||
{ 0x000510, 16, 0x01, 0x3f800000 },
|
||||
{ 0x000520, 1, 0x01, 0x000002b6 },
|
||||
{ 0x000529, 1, 0x01, 0x00000001 },
|
||||
{ 0x000530, 16, 0x01, 0xffff0000 },
|
||||
{ 0x000585, 1, 0x01, 0x0000003f },
|
||||
{ 0x000576, 1, 0x01, 0x00000003 },
|
||||
{ 0x00057b, 1, 0x01, 0x00000059 },
|
||||
{ 0x000586, 1, 0x01, 0x00000040 },
|
||||
{ 0x000582, 2, 0x01, 0x00000080 },
|
||||
{ 0x0005c2, 1, 0x01, 0x00000001 },
|
||||
{ 0x000638, 1, 0x01, 0x00000001 },
|
||||
{ 0x000639, 1, 0x01, 0x00000001 },
|
||||
{ 0x00063a, 1, 0x01, 0x00000002 },
|
||||
{ 0x00063b, 2, 0x01, 0x00000001 },
|
||||
{ 0x00063d, 1, 0x01, 0x00000002 },
|
||||
{ 0x00063e, 1, 0x01, 0x00000001 },
|
||||
{ 0x0008b8, 8, 0x01, 0x00000001 },
|
||||
{ 0x000900, 8, 0x01, 0x00000001 },
|
||||
{ 0x000908, 8, 0x01, 0x00000002 },
|
||||
{ 0x000910, 16, 0x01, 0x00000001 },
|
||||
{ 0x000920, 8, 0x01, 0x00000002 },
|
||||
{ 0x000928, 8, 0x01, 0x00000001 },
|
||||
{ 0x000648, 9, 0x01, 0x00000001 },
|
||||
{ 0x000658, 1, 0x01, 0x0000000f },
|
||||
{ 0x0007ff, 1, 0x01, 0x0000000a },
|
||||
{ 0x00066a, 1, 0x01, 0x40000000 },
|
||||
{ 0x00066b, 1, 0x01, 0x10000000 },
|
||||
{ 0x00066c, 2, 0x01, 0xffff0000 },
|
||||
{ 0x0007af, 2, 0x01, 0x00000008 },
|
||||
{ 0x0007f6, 1, 0x01, 0x00000001 },
|
||||
{ 0x0006b2, 1, 0x01, 0x00000055 },
|
||||
{ 0x0007ad, 1, 0x01, 0x00000003 },
|
||||
{ 0x000937, 1, 0x01, 0x00000001 },
|
||||
{ 0x000971, 1, 0x01, 0x00000008 },
|
||||
{ 0x000972, 1, 0x01, 0x00000040 },
|
||||
{ 0x000973, 1, 0x01, 0x0000012c },
|
||||
{ 0x00097c, 1, 0x01, 0x00000040 },
|
||||
{ 0x000979, 1, 0x01, 0x00000003 },
|
||||
{ 0x000975, 1, 0x01, 0x00000020 },
|
||||
{ 0x000976, 1, 0x01, 0x00000001 },
|
||||
{ 0x000977, 1, 0x01, 0x00000020 },
|
||||
{ 0x000978, 1, 0x01, 0x00000001 },
|
||||
{ 0x000957, 1, 0x01, 0x00000003 },
|
||||
{ 0x00095e, 1, 0x01, 0x20164010 },
|
||||
{ 0x00095f, 1, 0x01, 0x00000020 },
|
||||
{ 0x000683, 1, 0x01, 0x00000006 },
|
||||
{ 0x000685, 1, 0x01, 0x003fffff },
|
||||
{ 0x000687, 1, 0x01, 0x00000c48 },
|
||||
{ 0x0006a0, 1, 0x01, 0x00000005 },
|
||||
{ 0x000840, 1, 0x01, 0x00300008 },
|
||||
{ 0x000841, 1, 0x01, 0x04000080 },
|
||||
{ 0x000842, 1, 0x01, 0x00300008 },
|
||||
{ 0x000843, 1, 0x01, 0x04000080 },
|
||||
{ 0x000818, 8, 0x01, 0x00000000 },
|
||||
{ 0x000848, 16, 0x01, 0x00000000 },
|
||||
{ 0x000738, 1, 0x01, 0x00000000 },
|
||||
{ 0x0006aa, 1, 0x01, 0x00000001 },
|
||||
{ 0x0006ab, 1, 0x01, 0x00000002 },
|
||||
{ 0x0006ac, 1, 0x01, 0x00000080 },
|
||||
{ 0x0006ad, 2, 0x01, 0x00000100 },
|
||||
{ 0x0006b1, 1, 0x01, 0x00000011 },
|
||||
{ 0x0006bb, 1, 0x01, 0x000000cf },
|
||||
{ 0x0006ce, 1, 0x01, 0x2a712488 },
|
||||
{ 0x000739, 1, 0x01, 0x4085c000 },
|
||||
{ 0x00073a, 1, 0x01, 0x00000080 },
|
||||
{ 0x000786, 1, 0x01, 0x80000100 },
|
||||
{ 0x00073c, 1, 0x01, 0x00010100 },
|
||||
{ 0x00073d, 1, 0x01, 0x02800000 },
|
||||
{ 0x000787, 1, 0x01, 0x000000cf },
|
||||
{ 0x00078c, 1, 0x01, 0x00000008 },
|
||||
{ 0x000792, 1, 0x01, 0x00000001 },
|
||||
{ 0x000794, 1, 0x01, 0x00000001 },
|
||||
{ 0x000795, 2, 0x01, 0x00000001 },
|
||||
{ 0x000797, 1, 0x01, 0x000000cf },
|
||||
{ 0x000836, 1, 0x01, 0x00000001 },
|
||||
{ 0x00079a, 1, 0x01, 0x00000002 },
|
||||
{ 0x000833, 1, 0x01, 0x04444480 },
|
||||
{ 0x0007a1, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007a3, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007a4, 2, 0x01, 0x00000001 },
|
||||
{ 0x000831, 1, 0x01, 0x00000004 },
|
||||
{ 0x00080c, 1, 0x01, 0x00000002 },
|
||||
{ 0x00080d, 2, 0x01, 0x00000100 },
|
||||
{ 0x00080f, 1, 0x01, 0x00000001 },
|
||||
{ 0x000823, 1, 0x01, 0x00000002 },
|
||||
{ 0x000824, 2, 0x01, 0x00000100 },
|
||||
{ 0x000826, 1, 0x01, 0x00000001 },
|
||||
{ 0x00095d, 1, 0x01, 0x00000001 },
|
||||
{ 0x00082b, 1, 0x01, 0x00000004 },
|
||||
{ 0x000942, 1, 0x01, 0x00010001 },
|
||||
{ 0x000943, 1, 0x01, 0x00000001 },
|
||||
{ 0x000944, 1, 0x01, 0x00000022 },
|
||||
{ 0x0007c5, 1, 0x01, 0x00010001 },
|
||||
{ 0x000834, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007c7, 1, 0x01, 0x00000001 },
|
||||
{ 0x00c1b0, 8, 0x01, 0x0000000f },
|
||||
{ 0x00c1b8, 1, 0x01, 0x0fac6881 },
|
||||
{ 0x00c1b9, 1, 0x01, 0x00fac688 },
|
||||
{ 0x01e100, 1, 0x01, 0x00000001 },
|
||||
{ 0x001000, 1, 0x01, 0x00000002 },
|
||||
{ 0x0006aa, 1, 0x01, 0x00000001 },
|
||||
{ 0x0006ad, 2, 0x01, 0x00000100 },
|
||||
{ 0x0006b1, 1, 0x01, 0x00000011 },
|
||||
{ 0x00078c, 1, 0x01, 0x00000008 },
|
||||
{ 0x000792, 1, 0x01, 0x00000001 },
|
||||
{ 0x000794, 1, 0x01, 0x00000001 },
|
||||
{ 0x000795, 2, 0x01, 0x00000001 },
|
||||
{ 0x000797, 1, 0x01, 0x000000cf },
|
||||
{ 0x00079a, 1, 0x01, 0x00000002 },
|
||||
{ 0x000833, 1, 0x01, 0x04444480 },
|
||||
{ 0x0007a1, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007a3, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007a4, 2, 0x01, 0x00000001 },
|
||||
{ 0x000831, 1, 0x01, 0x00000004 },
|
||||
{ 0x01e100, 1, 0x01, 0x00000001 },
|
||||
{ 0x001000, 1, 0x01, 0x00000014 },
|
||||
{ 0x000351, 1, 0x01, 0x00000100 },
|
||||
{ 0x000957, 1, 0x01, 0x00000003 },
|
||||
{ 0x00095d, 1, 0x01, 0x00000001 },
|
||||
{ 0x00082b, 1, 0x01, 0x00000004 },
|
||||
{ 0x000942, 1, 0x01, 0x00010001 },
|
||||
{ 0x000943, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007c5, 1, 0x01, 0x00010001 },
|
||||
{ 0x000834, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007c7, 1, 0x01, 0x00000001 },
|
||||
{ 0x01e100, 1, 0x01, 0x00000001 },
|
||||
{ 0x001000, 1, 0x01, 0x00000001 },
|
||||
{ 0x00080c, 1, 0x01, 0x00000002 },
|
||||
{ 0x00080d, 2, 0x01, 0x00000100 },
|
||||
{ 0x00080f, 1, 0x01, 0x00000001 },
|
||||
{ 0x000823, 1, 0x01, 0x00000002 },
|
||||
{ 0x000824, 2, 0x01, 0x00000100 },
|
||||
{ 0x000826, 1, 0x01, 0x00000001 },
|
||||
{ 0x01e100, 1, 0x01, 0x00000001 },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nvc0_graph_init
|
||||
nvc1_grctx_init_9097[] = {
|
||||
{ 0x000800, 8, 0x40, 0x00000000 },
|
||||
{ 0x000804, 8, 0x40, 0x00000000 },
|
||||
{ 0x000808, 8, 0x40, 0x00000400 },
|
||||
{ 0x00080c, 8, 0x40, 0x00000300 },
|
||||
{ 0x000810, 1, 0x04, 0x000000cf },
|
||||
{ 0x000850, 7, 0x40, 0x00000000 },
|
||||
{ 0x000814, 8, 0x40, 0x00000040 },
|
||||
{ 0x000818, 8, 0x40, 0x00000001 },
|
||||
{ 0x00081c, 8, 0x40, 0x00000000 },
|
||||
{ 0x000820, 8, 0x40, 0x00000000 },
|
||||
{ 0x002700, 8, 0x20, 0x00000000 },
|
||||
{ 0x002704, 8, 0x20, 0x00000000 },
|
||||
{ 0x002708, 8, 0x20, 0x00000000 },
|
||||
{ 0x00270c, 8, 0x20, 0x00000000 },
|
||||
{ 0x002710, 8, 0x20, 0x00014000 },
|
||||
{ 0x002714, 8, 0x20, 0x00000040 },
|
||||
{ 0x001c00, 16, 0x10, 0x00000000 },
|
||||
{ 0x001c04, 16, 0x10, 0x00000000 },
|
||||
{ 0x001c08, 16, 0x10, 0x00000000 },
|
||||
{ 0x001c0c, 16, 0x10, 0x00000000 },
|
||||
{ 0x001d00, 16, 0x10, 0x00000000 },
|
||||
{ 0x001d04, 16, 0x10, 0x00000000 },
|
||||
{ 0x001d08, 16, 0x10, 0x00000000 },
|
||||
{ 0x001d0c, 16, 0x10, 0x00000000 },
|
||||
{ 0x001f00, 16, 0x08, 0x00000000 },
|
||||
{ 0x001f04, 16, 0x08, 0x00000000 },
|
||||
{ 0x001f80, 16, 0x08, 0x00000000 },
|
||||
{ 0x001f84, 16, 0x08, 0x00000000 },
|
||||
{ 0x002200, 5, 0x10, 0x00000022 },
|
||||
{ 0x002000, 1, 0x04, 0x00000000 },
|
||||
{ 0x002040, 1, 0x04, 0x00000011 },
|
||||
{ 0x002080, 1, 0x04, 0x00000020 },
|
||||
{ 0x0020c0, 1, 0x04, 0x00000030 },
|
||||
{ 0x002100, 1, 0x04, 0x00000040 },
|
||||
{ 0x002140, 1, 0x04, 0x00000051 },
|
||||
{ 0x00200c, 6, 0x40, 0x00000001 },
|
||||
{ 0x002010, 1, 0x04, 0x00000000 },
|
||||
{ 0x002050, 1, 0x04, 0x00000000 },
|
||||
{ 0x002090, 1, 0x04, 0x00000001 },
|
||||
{ 0x0020d0, 1, 0x04, 0x00000002 },
|
||||
{ 0x002110, 1, 0x04, 0x00000003 },
|
||||
{ 0x002150, 1, 0x04, 0x00000004 },
|
||||
{ 0x000380, 4, 0x20, 0x00000000 },
|
||||
{ 0x000384, 4, 0x20, 0x00000000 },
|
||||
{ 0x000388, 4, 0x20, 0x00000000 },
|
||||
{ 0x00038c, 4, 0x20, 0x00000000 },
|
||||
{ 0x000700, 4, 0x10, 0x00000000 },
|
||||
{ 0x000704, 4, 0x10, 0x00000000 },
|
||||
{ 0x000708, 4, 0x10, 0x00000000 },
|
||||
{ 0x002800, 128, 0x04, 0x00000000 },
|
||||
{ 0x000a00, 16, 0x20, 0x00000000 },
|
||||
{ 0x000a04, 16, 0x20, 0x00000000 },
|
||||
{ 0x000a08, 16, 0x20, 0x00000000 },
|
||||
{ 0x000a0c, 16, 0x20, 0x00000000 },
|
||||
{ 0x000a10, 16, 0x20, 0x00000000 },
|
||||
{ 0x000a14, 16, 0x20, 0x00000000 },
|
||||
{ 0x000c00, 16, 0x10, 0x00000000 },
|
||||
{ 0x000c04, 16, 0x10, 0x00000000 },
|
||||
{ 0x000c08, 16, 0x10, 0x00000000 },
|
||||
{ 0x000c0c, 16, 0x10, 0x3f800000 },
|
||||
{ 0x000d00, 8, 0x08, 0xffff0000 },
|
||||
{ 0x000d04, 8, 0x08, 0xffff0000 },
|
||||
{ 0x000e00, 16, 0x10, 0x00000000 },
|
||||
{ 0x000e04, 16, 0x10, 0xffff0000 },
|
||||
{ 0x000e08, 16, 0x10, 0xffff0000 },
|
||||
{ 0x000d40, 4, 0x08, 0x00000000 },
|
||||
{ 0x000d44, 4, 0x08, 0x00000000 },
|
||||
{ 0x001e00, 8, 0x20, 0x00000001 },
|
||||
{ 0x001e04, 8, 0x20, 0x00000001 },
|
||||
{ 0x001e08, 8, 0x20, 0x00000002 },
|
||||
{ 0x001e0c, 8, 0x20, 0x00000001 },
|
||||
{ 0x001e10, 8, 0x20, 0x00000001 },
|
||||
{ 0x001e14, 8, 0x20, 0x00000002 },
|
||||
{ 0x001e18, 8, 0x20, 0x00000001 },
|
||||
{ 0x00030c, 1, 0x04, 0x00000001 },
|
||||
{ 0x001944, 1, 0x04, 0x00000000 },
|
||||
{ 0x001514, 1, 0x04, 0x00000000 },
|
||||
{ 0x000d68, 1, 0x04, 0x0000ffff },
|
||||
{ 0x00121c, 1, 0x04, 0x0fac6881 },
|
||||
{ 0x000fac, 1, 0x04, 0x00000001 },
|
||||
{ 0x001538, 1, 0x04, 0x00000001 },
|
||||
{ 0x000fe0, 2, 0x04, 0x00000000 },
|
||||
{ 0x000fe8, 1, 0x04, 0x00000014 },
|
||||
{ 0x000fec, 1, 0x04, 0x00000040 },
|
||||
{ 0x000ff0, 1, 0x04, 0x00000000 },
|
||||
{ 0x00179c, 1, 0x04, 0x00000000 },
|
||||
{ 0x001228, 1, 0x04, 0x00000400 },
|
||||
{ 0x00122c, 1, 0x04, 0x00000300 },
|
||||
{ 0x001230, 1, 0x04, 0x00010001 },
|
||||
{ 0x0007f8, 1, 0x04, 0x00000000 },
|
||||
{ 0x0015b4, 1, 0x04, 0x00000001 },
|
||||
{ 0x0015cc, 1, 0x04, 0x00000000 },
|
||||
{ 0x001534, 1, 0x04, 0x00000000 },
|
||||
{ 0x000fb0, 1, 0x04, 0x00000000 },
|
||||
{ 0x0015d0, 1, 0x04, 0x00000000 },
|
||||
{ 0x00153c, 1, 0x04, 0x00000000 },
|
||||
{ 0x0016b4, 1, 0x04, 0x00000003 },
|
||||
{ 0x000fbc, 4, 0x04, 0x0000ffff },
|
||||
{ 0x000df8, 2, 0x04, 0x00000000 },
|
||||
{ 0x001948, 1, 0x04, 0x00000000 },
|
||||
{ 0x001970, 1, 0x04, 0x00000001 },
|
||||
{ 0x00161c, 1, 0x04, 0x000009f0 },
|
||||
{ 0x000dcc, 1, 0x04, 0x00000010 },
|
||||
{ 0x00163c, 1, 0x04, 0x00000000 },
|
||||
{ 0x0015e4, 1, 0x04, 0x00000000 },
|
||||
{ 0x001160, 32, 0x04, 0x25e00040 },
|
||||
{ 0x001880, 32, 0x04, 0x00000000 },
|
||||
{ 0x000f84, 2, 0x04, 0x00000000 },
|
||||
{ 0x0017c8, 2, 0x04, 0x00000000 },
|
||||
{ 0x0017d0, 1, 0x04, 0x000000ff },
|
||||
{ 0x0017d4, 1, 0x04, 0xffffffff },
|
||||
{ 0x0017d8, 1, 0x04, 0x00000002 },
|
||||
{ 0x0017dc, 1, 0x04, 0x00000000 },
|
||||
{ 0x0015f4, 2, 0x04, 0x00000000 },
|
||||
{ 0x001434, 2, 0x04, 0x00000000 },
|
||||
{ 0x000d74, 1, 0x04, 0x00000000 },
|
||||
{ 0x000dec, 1, 0x04, 0x00000001 },
|
||||
{ 0x0013a4, 1, 0x04, 0x00000000 },
|
||||
{ 0x001318, 1, 0x04, 0x00000001 },
|
||||
{ 0x001644, 1, 0x04, 0x00000000 },
|
||||
{ 0x000748, 1, 0x04, 0x00000000 },
|
||||
{ 0x000de8, 1, 0x04, 0x00000000 },
|
||||
{ 0x001648, 1, 0x04, 0x00000000 },
|
||||
{ 0x0012a4, 1, 0x04, 0x00000000 },
|
||||
{ 0x001120, 4, 0x04, 0x00000000 },
|
||||
{ 0x001118, 1, 0x04, 0x00000000 },
|
||||
{ 0x00164c, 1, 0x04, 0x00000000 },
|
||||
{ 0x001658, 1, 0x04, 0x00000000 },
|
||||
{ 0x001910, 1, 0x04, 0x00000290 },
|
||||
{ 0x001518, 1, 0x04, 0x00000000 },
|
||||
{ 0x00165c, 1, 0x04, 0x00000001 },
|
||||
{ 0x001520, 1, 0x04, 0x00000000 },
|
||||
{ 0x001604, 1, 0x04, 0x00000000 },
|
||||
{ 0x001570, 1, 0x04, 0x00000000 },
|
||||
{ 0x0013b0, 2, 0x04, 0x3f800000 },
|
||||
{ 0x00020c, 1, 0x04, 0x00000000 },
|
||||
{ 0x001670, 1, 0x04, 0x30201000 },
|
||||
{ 0x001674, 1, 0x04, 0x70605040 },
|
||||
{ 0x001678, 1, 0x04, 0xb8a89888 },
|
||||
{ 0x00167c, 1, 0x04, 0xf8e8d8c8 },
|
||||
{ 0x00166c, 1, 0x04, 0x00000000 },
|
||||
{ 0x001680, 1, 0x04, 0x00ffff00 },
|
||||
{ 0x0012d0, 1, 0x04, 0x00000003 },
|
||||
{ 0x0012d4, 1, 0x04, 0x00000002 },
|
||||
{ 0x001684, 2, 0x04, 0x00000000 },
|
||||
{ 0x000dac, 2, 0x04, 0x00001b02 },
|
||||
{ 0x000db4, 1, 0x04, 0x00000000 },
|
||||
{ 0x00168c, 1, 0x04, 0x00000000 },
|
||||
{ 0x0015bc, 1, 0x04, 0x00000000 },
|
||||
{ 0x00156c, 1, 0x04, 0x00000000 },
|
||||
{ 0x00187c, 1, 0x04, 0x00000000 },
|
||||
{ 0x001110, 1, 0x04, 0x00000001 },
|
||||
{ 0x000dc0, 3, 0x04, 0x00000000 },
|
||||
{ 0x001234, 1, 0x04, 0x00000000 },
|
||||
{ 0x001690, 1, 0x04, 0x00000000 },
|
||||
{ 0x0012ac, 1, 0x04, 0x00000001 },
|
||||
{ 0x0002c4, 1, 0x04, 0x00000000 },
|
||||
{ 0x000790, 5, 0x04, 0x00000000 },
|
||||
{ 0x00077c, 1, 0x04, 0x00000000 },
|
||||
{ 0x001000, 1, 0x04, 0x00000010 },
|
||||
{ 0x0010fc, 1, 0x04, 0x00000000 },
|
||||
{ 0x001290, 1, 0x04, 0x00000000 },
|
||||
{ 0x000218, 1, 0x04, 0x00000010 },
|
||||
{ 0x0012d8, 1, 0x04, 0x00000000 },
|
||||
{ 0x0012dc, 1, 0x04, 0x00000010 },
|
||||
{ 0x000d94, 1, 0x04, 0x00000001 },
|
||||
{ 0x00155c, 2, 0x04, 0x00000000 },
|
||||
{ 0x001564, 1, 0x04, 0x00001fff },
|
||||
{ 0x001574, 2, 0x04, 0x00000000 },
|
||||
{ 0x00157c, 1, 0x04, 0x003fffff },
|
||||
{ 0x001354, 1, 0x04, 0x00000000 },
|
||||
{ 0x001664, 1, 0x04, 0x00000000 },
|
||||
{ 0x001610, 1, 0x04, 0x00000012 },
|
||||
{ 0x001608, 2, 0x04, 0x00000000 },
|
||||
{ 0x00162c, 1, 0x04, 0x00000003 },
|
||||
{ 0x000210, 1, 0x04, 0x00000000 },
|
||||
{ 0x000320, 1, 0x04, 0x00000000 },
|
||||
{ 0x000324, 6, 0x04, 0x3f800000 },
|
||||
{ 0x000750, 1, 0x04, 0x00000000 },
|
||||
{ 0x000760, 1, 0x04, 0x39291909 },
|
||||
{ 0x000764, 1, 0x04, 0x79695949 },
|
||||
{ 0x000768, 1, 0x04, 0xb9a99989 },
|
||||
{ 0x00076c, 1, 0x04, 0xf9e9d9c9 },
|
||||
{ 0x000770, 1, 0x04, 0x30201000 },
|
||||
{ 0x000774, 1, 0x04, 0x70605040 },
|
||||
{ 0x000778, 1, 0x04, 0x00009080 },
|
||||
{ 0x000780, 1, 0x04, 0x39291909 },
|
||||
{ 0x000784, 1, 0x04, 0x79695949 },
|
||||
{ 0x000788, 1, 0x04, 0xb9a99989 },
|
||||
{ 0x00078c, 1, 0x04, 0xf9e9d9c9 },
|
||||
{ 0x0007d0, 1, 0x04, 0x30201000 },
|
||||
{ 0x0007d4, 1, 0x04, 0x70605040 },
|
||||
{ 0x0007d8, 1, 0x04, 0x00009080 },
|
||||
{ 0x00037c, 1, 0x04, 0x00000001 },
|
||||
{ 0x000740, 2, 0x04, 0x00000000 },
|
||||
{ 0x002600, 1, 0x04, 0x00000000 },
|
||||
{ 0x001918, 1, 0x04, 0x00000000 },
|
||||
{ 0x00191c, 1, 0x04, 0x00000900 },
|
||||
{ 0x001920, 1, 0x04, 0x00000405 },
|
||||
{ 0x001308, 1, 0x04, 0x00000001 },
|
||||
{ 0x001924, 1, 0x04, 0x00000000 },
|
||||
{ 0x0013ac, 1, 0x04, 0x00000000 },
|
||||
{ 0x00192c, 1, 0x04, 0x00000001 },
|
||||
{ 0x00193c, 1, 0x04, 0x00002c1c },
|
||||
{ 0x000d7c, 1, 0x04, 0x00000000 },
|
||||
{ 0x000f8c, 1, 0x04, 0x00000000 },
|
||||
{ 0x0002c0, 1, 0x04, 0x00000001 },
|
||||
{ 0x001510, 1, 0x04, 0x00000000 },
|
||||
{ 0x001940, 1, 0x04, 0x00000000 },
|
||||
{ 0x000ff4, 2, 0x04, 0x00000000 },
|
||||
{ 0x00194c, 2, 0x04, 0x00000000 },
|
||||
{ 0x001968, 1, 0x04, 0x00000000 },
|
||||
{ 0x001590, 1, 0x04, 0x0000003f },
|
||||
{ 0x0007e8, 4, 0x04, 0x00000000 },
|
||||
{ 0x00196c, 1, 0x04, 0x00000011 },
|
||||
{ 0x00197c, 1, 0x04, 0x00000000 },
|
||||
{ 0x000fcc, 2, 0x04, 0x00000000 },
|
||||
{ 0x0002d8, 1, 0x04, 0x00000040 },
|
||||
{ 0x001980, 1, 0x04, 0x00000080 },
|
||||
{ 0x001504, 1, 0x04, 0x00000080 },
|
||||
{ 0x001984, 1, 0x04, 0x00000000 },
|
||||
{ 0x000300, 1, 0x04, 0x00000001 },
|
||||
{ 0x0013a8, 1, 0x04, 0x00000000 },
|
||||
{ 0x0012ec, 1, 0x04, 0x00000000 },
|
||||
{ 0x001310, 1, 0x04, 0x00000000 },
|
||||
{ 0x001314, 1, 0x04, 0x00000001 },
|
||||
{ 0x001380, 1, 0x04, 0x00000000 },
|
||||
{ 0x001384, 4, 0x04, 0x00000001 },
|
||||
{ 0x001394, 1, 0x04, 0x00000000 },
|
||||
{ 0x00139c, 1, 0x04, 0x00000000 },
|
||||
{ 0x001398, 1, 0x04, 0x00000000 },
|
||||
{ 0x001594, 1, 0x04, 0x00000000 },
|
||||
{ 0x001598, 4, 0x04, 0x00000001 },
|
||||
{ 0x000f54, 3, 0x04, 0x00000000 },
|
||||
{ 0x0019bc, 1, 0x04, 0x00000000 },
|
||||
{ 0x000f9c, 2, 0x04, 0x00000000 },
|
||||
{ 0x0012cc, 1, 0x04, 0x00000000 },
|
||||
{ 0x0012e8, 1, 0x04, 0x00000000 },
|
||||
{ 0x00130c, 1, 0x04, 0x00000001 },
|
||||
{ 0x001360, 8, 0x04, 0x00000000 },
|
||||
{ 0x00133c, 2, 0x04, 0x00000001 },
|
||||
{ 0x001344, 1, 0x04, 0x00000002 },
|
||||
{ 0x001348, 2, 0x04, 0x00000001 },
|
||||
{ 0x001350, 1, 0x04, 0x00000002 },
|
||||
{ 0x001358, 1, 0x04, 0x00000001 },
|
||||
{ 0x0012e4, 1, 0x04, 0x00000000 },
|
||||
{ 0x00131c, 1, 0x04, 0x00000000 },
|
||||
{ 0x001320, 3, 0x04, 0x00000000 },
|
||||
{ 0x0019c0, 1, 0x04, 0x00000000 },
|
||||
{ 0x001140, 1, 0x04, 0x00000000 },
|
||||
{ 0x0019c4, 1, 0x04, 0x00000000 },
|
||||
{ 0x0019c8, 1, 0x04, 0x00001500 },
|
||||
{ 0x00135c, 1, 0x04, 0x00000000 },
|
||||
{ 0x000f90, 1, 0x04, 0x00000000 },
|
||||
{ 0x0019e0, 8, 0x04, 0x00000001 },
|
||||
{ 0x0019cc, 1, 0x04, 0x00000001 },
|
||||
{ 0x0015b8, 1, 0x04, 0x00000000 },
|
||||
{ 0x001a00, 1, 0x04, 0x00001111 },
|
||||
{ 0x001a04, 7, 0x04, 0x00000000 },
|
||||
{ 0x000d6c, 2, 0x04, 0xffff0000 },
|
||||
{ 0x0010f8, 1, 0x04, 0x00001010 },
|
||||
{ 0x000d80, 5, 0x04, 0x00000000 },
|
||||
{ 0x000da0, 1, 0x04, 0x00000000 },
|
||||
{ 0x001508, 1, 0x04, 0x80000000 },
|
||||
{ 0x00150c, 1, 0x04, 0x40000000 },
|
||||
{ 0x001668, 1, 0x04, 0x00000000 },
|
||||
{ 0x000318, 2, 0x04, 0x00000008 },
|
||||
{ 0x000d9c, 1, 0x04, 0x00000001 },
|
||||
{ 0x0007dc, 1, 0x04, 0x00000000 },
|
||||
{ 0x00074c, 1, 0x04, 0x00000055 },
|
||||
{ 0x001420, 1, 0x04, 0x00000003 },
|
||||
{ 0x0017bc, 2, 0x04, 0x00000000 },
|
||||
{ 0x0017c4, 1, 0x04, 0x00000001 },
|
||||
{ 0x001008, 1, 0x04, 0x00000008 },
|
||||
{ 0x00100c, 1, 0x04, 0x00000040 },
|
||||
{ 0x001010, 1, 0x04, 0x0000012c },
|
||||
{ 0x000d60, 1, 0x04, 0x00000040 },
|
||||
{ 0x00075c, 1, 0x04, 0x00000003 },
|
||||
{ 0x001018, 1, 0x04, 0x00000020 },
|
||||
{ 0x00101c, 1, 0x04, 0x00000001 },
|
||||
{ 0x001020, 1, 0x04, 0x00000020 },
|
||||
{ 0x001024, 1, 0x04, 0x00000001 },
|
||||
{ 0x001444, 3, 0x04, 0x00000000 },
|
||||
{ 0x000360, 1, 0x04, 0x20164010 },
|
||||
{ 0x000364, 1, 0x04, 0x00000020 },
|
||||
{ 0x000368, 1, 0x04, 0x00000000 },
|
||||
{ 0x000de4, 1, 0x04, 0x00000000 },
|
||||
{ 0x000204, 1, 0x04, 0x00000006 },
|
||||
{ 0x000208, 1, 0x04, 0x00000000 },
|
||||
{ 0x0002cc, 1, 0x04, 0x003fffff },
|
||||
{ 0x0002d0, 1, 0x04, 0x00000c48 },
|
||||
{ 0x001220, 1, 0x04, 0x00000005 },
|
||||
{ 0x000fdc, 1, 0x04, 0x00000000 },
|
||||
{ 0x000f98, 1, 0x04, 0x00300008 },
|
||||
{ 0x001284, 1, 0x04, 0x04000080 },
|
||||
{ 0x001450, 1, 0x04, 0x00300008 },
|
||||
{ 0x001454, 1, 0x04, 0x04000080 },
|
||||
{ 0x000214, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc1_grctx_init_9197[] = {
|
||||
{ 0x003400, 128, 0x04, 0x00000000 },
|
||||
{ 0x0002e4, 1, 0x04, 0x0000b001 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc1_grctx_init_unk58xx[] = {
|
||||
{ 0x405800, 1, 0x04, 0x0f8000bf },
|
||||
{ 0x405830, 1, 0x04, 0x02180218 },
|
||||
{ 0x405834, 2, 0x04, 0x00000000 },
|
||||
{ 0x405854, 1, 0x04, 0x00000000 },
|
||||
{ 0x405870, 4, 0x04, 0x00000001 },
|
||||
{ 0x405a00, 2, 0x04, 0x00000000 },
|
||||
{ 0x405a18, 1, 0x04, 0x00000000 },
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc1_grctx_init_rop[] = {
|
||||
{ 0x408800, 1, 0x04, 0x02802a3c },
|
||||
{ 0x408804, 1, 0x04, 0x00000040 },
|
||||
{ 0x408808, 1, 0x04, 0x1003e005 },
|
||||
{ 0x408900, 1, 0x04, 0x3080b801 },
|
||||
{ 0x408904, 1, 0x04, 0x62000001 },
|
||||
{ 0x408908, 1, 0x04, 0x00c80929 },
|
||||
{ 0x408980, 1, 0x04, 0x0000011d },
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc1_grctx_init_gpc[] = {
|
||||
{ 0x418380, 1, 0x04, 0x00000016 },
|
||||
{ 0x418400, 1, 0x04, 0x38004e00 },
|
||||
{ 0x418404, 1, 0x04, 0x71e0ffff },
|
||||
{ 0x418408, 1, 0x04, 0x00000000 },
|
||||
{ 0x41840c, 1, 0x04, 0x00001008 },
|
||||
{ 0x418410, 1, 0x04, 0x0fff0fff },
|
||||
{ 0x418414, 1, 0x04, 0x00200fff },
|
||||
{ 0x418450, 6, 0x04, 0x00000000 },
|
||||
{ 0x418468, 1, 0x04, 0x00000001 },
|
||||
{ 0x41846c, 2, 0x04, 0x00000000 },
|
||||
{ 0x418600, 1, 0x04, 0x0000001f },
|
||||
{ 0x418684, 1, 0x04, 0x0000000f },
|
||||
{ 0x418700, 1, 0x04, 0x00000002 },
|
||||
{ 0x418704, 1, 0x04, 0x00000080 },
|
||||
{ 0x418708, 1, 0x04, 0x00000000 },
|
||||
{ 0x41870c, 1, 0x04, 0x07c80000 },
|
||||
{ 0x418710, 1, 0x04, 0x00000000 },
|
||||
{ 0x418800, 1, 0x04, 0x0006860a },
|
||||
{ 0x418808, 3, 0x04, 0x00000000 },
|
||||
{ 0x418828, 1, 0x04, 0x00008442 },
|
||||
{ 0x418830, 1, 0x04, 0x10000001 },
|
||||
{ 0x4188d8, 1, 0x04, 0x00000008 },
|
||||
{ 0x4188e0, 1, 0x04, 0x01000000 },
|
||||
{ 0x4188e8, 5, 0x04, 0x00000000 },
|
||||
{ 0x4188fc, 1, 0x04, 0x00100018 },
|
||||
{ 0x41891c, 1, 0x04, 0x00ff00ff },
|
||||
{ 0x418924, 1, 0x04, 0x00000000 },
|
||||
{ 0x418928, 1, 0x04, 0x00ffff00 },
|
||||
{ 0x41892c, 1, 0x04, 0x0000ff00 },
|
||||
{ 0x418a00, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a0c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a10, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a20, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a2c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a30, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a40, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a4c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a50, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a60, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a6c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a70, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a80, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a8c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a90, 3, 0x04, 0x00000000 },
|
||||
{ 0x418aa0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418aac, 1, 0x04, 0x00010000 },
|
||||
{ 0x418ab0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418ac0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418acc, 1, 0x04, 0x00010000 },
|
||||
{ 0x418ad0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418ae0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418aec, 1, 0x04, 0x00010000 },
|
||||
{ 0x418af0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418b00, 1, 0x04, 0x00000000 },
|
||||
{ 0x418b08, 1, 0x04, 0x0a418820 },
|
||||
{ 0x418b0c, 1, 0x04, 0x062080e6 },
|
||||
{ 0x418b10, 1, 0x04, 0x020398a4 },
|
||||
{ 0x418b14, 1, 0x04, 0x0e629062 },
|
||||
{ 0x418b18, 1, 0x04, 0x0a418820 },
|
||||
{ 0x418b1c, 1, 0x04, 0x000000e6 },
|
||||
{ 0x418bb8, 1, 0x04, 0x00000103 },
|
||||
{ 0x418c08, 1, 0x04, 0x00000001 },
|
||||
{ 0x418c10, 8, 0x04, 0x00000000 },
|
||||
{ 0x418c6c, 1, 0x04, 0x00000001 },
|
||||
{ 0x418c80, 1, 0x04, 0x20200004 },
|
||||
{ 0x418c8c, 1, 0x04, 0x00000001 },
|
||||
{ 0x419000, 1, 0x04, 0x00000780 },
|
||||
{ 0x419004, 2, 0x04, 0x00000000 },
|
||||
{ 0x419014, 1, 0x04, 0x00000004 },
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc1_grctx_init_tpc[] = {
|
||||
{ 0x419818, 1, 0x04, 0x00000000 },
|
||||
{ 0x41983c, 1, 0x04, 0x00038bc7 },
|
||||
{ 0x419848, 1, 0x04, 0x00000000 },
|
||||
{ 0x419864, 1, 0x04, 0x00000129 },
|
||||
{ 0x419888, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a00, 1, 0x04, 0x000001f0 },
|
||||
{ 0x419a04, 1, 0x04, 0x00000001 },
|
||||
{ 0x419a08, 1, 0x04, 0x00000023 },
|
||||
{ 0x419a0c, 1, 0x04, 0x00020000 },
|
||||
{ 0x419a10, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a14, 1, 0x04, 0x00000200 },
|
||||
{ 0x419a1c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a20, 1, 0x04, 0x00000800 },
|
||||
{ 0x419ac4, 1, 0x04, 0x0007f440 },
|
||||
{ 0x419b00, 1, 0x04, 0x0a418820 },
|
||||
{ 0x419b04, 1, 0x04, 0x062080e6 },
|
||||
{ 0x419b08, 1, 0x04, 0x020398a4 },
|
||||
{ 0x419b0c, 1, 0x04, 0x0e629062 },
|
||||
{ 0x419b10, 1, 0x04, 0x0a418820 },
|
||||
{ 0x419b14, 1, 0x04, 0x000000e6 },
|
||||
{ 0x419bd0, 1, 0x04, 0x00900103 },
|
||||
{ 0x419be0, 1, 0x04, 0x00400001 },
|
||||
{ 0x419be4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419c00, 1, 0x04, 0x00000002 },
|
||||
{ 0x419c04, 1, 0x04, 0x00000006 },
|
||||
{ 0x419c08, 1, 0x04, 0x00000002 },
|
||||
{ 0x419c20, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cb0, 1, 0x04, 0x00020048 },
|
||||
{ 0x419ce8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cf4, 1, 0x04, 0x00000183 },
|
||||
{ 0x419d20, 1, 0x04, 0x12180000 },
|
||||
{ 0x419d24, 1, 0x04, 0x00001fff },
|
||||
{ 0x419d44, 1, 0x04, 0x02180218 },
|
||||
{ 0x419e04, 3, 0x04, 0x00000000 },
|
||||
{ 0x419e10, 1, 0x04, 0x00000002 },
|
||||
{ 0x419e44, 1, 0x04, 0x001beff2 },
|
||||
{ 0x419e48, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e4c, 1, 0x04, 0x0000000f },
|
||||
{ 0x419e50, 17, 0x04, 0x00000000 },
|
||||
{ 0x419e98, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ee0, 1, 0x04, 0x00011110 },
|
||||
{ 0x419f30, 11, 0x04, 0x00000000 },
|
||||
};
|
||||
|
||||
void
|
||||
nvc1_grctx_generate_mods(struct nvc0_graph_priv *priv, struct nvc0_grctx *info)
|
||||
{
|
||||
int gpc, tpc;
|
||||
u32 offset;
|
||||
|
||||
mmio_data(0x002000, 0x0100, NV_MEM_ACCESS_RW | NV_MEM_ACCESS_SYS);
|
||||
mmio_data(0x008000, 0x0100, NV_MEM_ACCESS_RW | NV_MEM_ACCESS_SYS);
|
||||
mmio_data(0x060000, 0x1000, NV_MEM_ACCESS_RW);
|
||||
mmio_list(0x408004, 0x00000000, 8, 0);
|
||||
mmio_list(0x408008, 0x80000018, 0, 0);
|
||||
mmio_list(0x40800c, 0x00000000, 8, 1);
|
||||
mmio_list(0x408010, 0x80000000, 0, 0);
|
||||
mmio_list(0x418810, 0x80000000, 12, 2);
|
||||
mmio_list(0x419848, 0x10000000, 12, 2);
|
||||
mmio_list(0x419004, 0x00000000, 8, 1);
|
||||
mmio_list(0x419008, 0x00000000, 0, 0);
|
||||
mmio_list(0x418808, 0x00000000, 8, 0);
|
||||
mmio_list(0x41880c, 0x80000018, 0, 0);
|
||||
|
||||
mmio_list(0x405830, 0x02180218, 0, 0);
|
||||
mmio_list(0x4064c4, 0x0086ffff, 0, 0);
|
||||
|
||||
for (gpc = 0, offset = 0; gpc < priv->gpc_nr; gpc++) {
|
||||
for (tpc = 0; tpc < priv->tpc_nr[gpc]; tpc++) {
|
||||
u32 addr = TPC_UNIT(gpc, tpc, 0x0520);
|
||||
mmio_list(addr, 0x12180000 | offset, 0, 0);
|
||||
offset += 0x0324;
|
||||
}
|
||||
for (tpc = 0; tpc < priv->tpc_nr[gpc]; tpc++) {
|
||||
u32 addr = TPC_UNIT(gpc, tpc, 0x0544);
|
||||
mmio_list(addr, 0x02180000 | offset, 0, 0);
|
||||
offset += 0x0324;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static struct nvc0_graph_init *
|
||||
nvc1_grctx_init_mmio[] = {
|
||||
nvc0_grctx_init_base,
|
||||
nvc0_grctx_init_unk40xx,
|
||||
nvc0_grctx_init_unk44xx,
|
||||
nvc0_grctx_init_unk46xx,
|
||||
nvc0_grctx_init_unk47xx,
|
||||
nvc1_grctx_init_unk58xx,
|
||||
nvc0_grctx_init_unk60xx,
|
||||
nvc0_grctx_init_unk64xx,
|
||||
nvc0_grctx_init_unk78xx,
|
||||
nvc0_grctx_init_unk80xx,
|
||||
nvc1_grctx_init_rop,
|
||||
NULL
|
||||
};
|
||||
|
||||
static struct nvc0_graph_mthd
|
||||
nvc1_grctx_init_mthd[] = {
|
||||
{ 0x9097, nvc1_grctx_init_9097, },
|
||||
{ 0x9197, nvc1_grctx_init_9197, },
|
||||
{ 0x902d, nvc0_grctx_init_902d, },
|
||||
{ 0x9039, nvc0_grctx_init_9039, },
|
||||
{ 0x90c0, nvc0_grctx_init_90c0, },
|
||||
{ 0x902d, nvc0_grctx_init_mthd_magic, },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nouveau_oclass *
|
||||
nvc1_grctx_oclass = &(struct nvc0_grctx_oclass) {
|
||||
.base.handle = NV_ENGCTX(GR, 0xc1),
|
||||
.base.ofuncs = &(struct nouveau_ofuncs) {
|
||||
.ctor = nvc0_graph_context_ctor,
|
||||
.dtor = nvc0_graph_context_dtor,
|
||||
.init = _nouveau_graph_context_init,
|
||||
.fini = _nouveau_graph_context_fini,
|
||||
.rd32 = _nouveau_graph_context_rd32,
|
||||
.wr32 = _nouveau_graph_context_wr32,
|
||||
},
|
||||
.main = nvc0_grctx_generate_main,
|
||||
.mods = nvc1_grctx_generate_mods,
|
||||
.mmio = nvc1_grctx_init_mmio,
|
||||
.gpc = nvc1_grctx_init_gpc,
|
||||
.tpc = nvc1_grctx_init_tpc,
|
||||
.icmd = nvc1_grctx_init_icmd,
|
||||
.mthd = nvc1_grctx_init_mthd,
|
||||
}.base;
|
|
@ -0,0 +1,91 @@
|
|||
/*
|
||||
* Copyright 2013 Red Hat Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors: Ben Skeggs <bskeggs@redhat.com>
|
||||
*/
|
||||
|
||||
#include "nvc0.h"
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc3_grctx_init_tpc[] = {
|
||||
{ 0x419818, 1, 0x04, 0x00000000 },
|
||||
{ 0x41983c, 1, 0x04, 0x00038bc7 },
|
||||
{ 0x419848, 1, 0x04, 0x00000000 },
|
||||
{ 0x419864, 1, 0x04, 0x0000012a },
|
||||
{ 0x419888, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a00, 1, 0x04, 0x000001f0 },
|
||||
{ 0x419a04, 1, 0x04, 0x00000001 },
|
||||
{ 0x419a08, 1, 0x04, 0x00000023 },
|
||||
{ 0x419a0c, 1, 0x04, 0x00020000 },
|
||||
{ 0x419a10, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a14, 1, 0x04, 0x00000200 },
|
||||
{ 0x419a1c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a20, 1, 0x04, 0x00000800 },
|
||||
{ 0x419ac4, 1, 0x04, 0x0007f440 },
|
||||
{ 0x419b00, 1, 0x04, 0x0a418820 },
|
||||
{ 0x419b04, 1, 0x04, 0x062080e6 },
|
||||
{ 0x419b08, 1, 0x04, 0x020398a4 },
|
||||
{ 0x419b0c, 1, 0x04, 0x0e629062 },
|
||||
{ 0x419b10, 1, 0x04, 0x0a418820 },
|
||||
{ 0x419b14, 1, 0x04, 0x000000e6 },
|
||||
{ 0x419bd0, 1, 0x04, 0x00900103 },
|
||||
{ 0x419be0, 1, 0x04, 0x00000001 },
|
||||
{ 0x419be4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419c00, 1, 0x04, 0x00000002 },
|
||||
{ 0x419c04, 1, 0x04, 0x00000006 },
|
||||
{ 0x419c08, 1, 0x04, 0x00000002 },
|
||||
{ 0x419c20, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cb0, 1, 0x04, 0x00020048 },
|
||||
{ 0x419ce8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cf4, 1, 0x04, 0x00000183 },
|
||||
{ 0x419d20, 1, 0x04, 0x02180000 },
|
||||
{ 0x419d24, 1, 0x04, 0x00001fff },
|
||||
{ 0x419e04, 3, 0x04, 0x00000000 },
|
||||
{ 0x419e10, 1, 0x04, 0x00000002 },
|
||||
{ 0x419e44, 1, 0x04, 0x001beff2 },
|
||||
{ 0x419e48, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e4c, 1, 0x04, 0x0000000f },
|
||||
{ 0x419e50, 17, 0x04, 0x00000000 },
|
||||
{ 0x419e98, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ee0, 1, 0x04, 0x00011110 },
|
||||
{ 0x419f30, 11, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nouveau_oclass *
|
||||
nvc3_grctx_oclass = &(struct nvc0_grctx_oclass) {
|
||||
.base.handle = NV_ENGCTX(GR, 0xc3),
|
||||
.base.ofuncs = &(struct nouveau_ofuncs) {
|
||||
.ctor = nvc0_graph_context_ctor,
|
||||
.dtor = nvc0_graph_context_dtor,
|
||||
.init = _nouveau_graph_context_init,
|
||||
.fini = _nouveau_graph_context_fini,
|
||||
.rd32 = _nouveau_graph_context_rd32,
|
||||
.wr32 = _nouveau_graph_context_wr32,
|
||||
},
|
||||
.main = nvc0_grctx_generate_main,
|
||||
.mods = nvc0_grctx_generate_mods,
|
||||
.mmio = nvc0_grctx_init_mmio,
|
||||
.gpc = nvc0_grctx_init_gpc,
|
||||
.tpc = nvc3_grctx_init_tpc,
|
||||
.icmd = nvc0_grctx_init_icmd,
|
||||
.mthd = nvc0_grctx_init_mthd,
|
||||
}.base;
|
|
@ -0,0 +1,362 @@
|
|||
/*
|
||||
* Copyright 2013 Red Hat Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors: Ben Skeggs <bskeggs@redhat.com>
|
||||
*/
|
||||
|
||||
#include "nvc0.h"
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc8_grctx_init_icmd[] = {
|
||||
{ 0x001000, 1, 0x01, 0x00000004 },
|
||||
{ 0x0000a9, 1, 0x01, 0x0000ffff },
|
||||
{ 0x000038, 1, 0x01, 0x0fac6881 },
|
||||
{ 0x00003d, 1, 0x01, 0x00000001 },
|
||||
{ 0x0000e8, 8, 0x01, 0x00000400 },
|
||||
{ 0x000078, 8, 0x01, 0x00000300 },
|
||||
{ 0x000050, 1, 0x01, 0x00000011 },
|
||||
{ 0x000058, 8, 0x01, 0x00000008 },
|
||||
{ 0x000208, 8, 0x01, 0x00000001 },
|
||||
{ 0x000081, 1, 0x01, 0x00000001 },
|
||||
{ 0x000085, 1, 0x01, 0x00000004 },
|
||||
{ 0x000088, 1, 0x01, 0x00000400 },
|
||||
{ 0x000090, 1, 0x01, 0x00000300 },
|
||||
{ 0x000098, 1, 0x01, 0x00001001 },
|
||||
{ 0x0000e3, 1, 0x01, 0x00000001 },
|
||||
{ 0x0000da, 1, 0x01, 0x00000001 },
|
||||
{ 0x0000f8, 1, 0x01, 0x00000003 },
|
||||
{ 0x0000fa, 1, 0x01, 0x00000001 },
|
||||
{ 0x00009f, 4, 0x01, 0x0000ffff },
|
||||
{ 0x0000b1, 1, 0x01, 0x00000001 },
|
||||
{ 0x0000b2, 40, 0x01, 0x00000000 },
|
||||
{ 0x000210, 8, 0x01, 0x00000040 },
|
||||
{ 0x000218, 8, 0x01, 0x0000c080 },
|
||||
{ 0x0000ad, 1, 0x01, 0x0000013e },
|
||||
{ 0x0000e1, 1, 0x01, 0x00000010 },
|
||||
{ 0x000290, 16, 0x01, 0x00000000 },
|
||||
{ 0x0003b0, 16, 0x01, 0x00000000 },
|
||||
{ 0x0002a0, 16, 0x01, 0x00000000 },
|
||||
{ 0x000420, 16, 0x01, 0x00000000 },
|
||||
{ 0x0002b0, 16, 0x01, 0x00000000 },
|
||||
{ 0x000430, 16, 0x01, 0x00000000 },
|
||||
{ 0x0002c0, 16, 0x01, 0x00000000 },
|
||||
{ 0x0004d0, 16, 0x01, 0x00000000 },
|
||||
{ 0x000720, 16, 0x01, 0x00000000 },
|
||||
{ 0x0008c0, 16, 0x01, 0x00000000 },
|
||||
{ 0x000890, 16, 0x01, 0x00000000 },
|
||||
{ 0x0008e0, 16, 0x01, 0x00000000 },
|
||||
{ 0x0008a0, 16, 0x01, 0x00000000 },
|
||||
{ 0x0008f0, 16, 0x01, 0x00000000 },
|
||||
{ 0x00094c, 1, 0x01, 0x000000ff },
|
||||
{ 0x00094d, 1, 0x01, 0xffffffff },
|
||||
{ 0x00094e, 1, 0x01, 0x00000002 },
|
||||
{ 0x0002ec, 1, 0x01, 0x00000001 },
|
||||
{ 0x000303, 1, 0x01, 0x00000001 },
|
||||
{ 0x0002e6, 1, 0x01, 0x00000001 },
|
||||
{ 0x000466, 1, 0x01, 0x00000052 },
|
||||
{ 0x000301, 1, 0x01, 0x3f800000 },
|
||||
{ 0x000304, 1, 0x01, 0x30201000 },
|
||||
{ 0x000305, 1, 0x01, 0x70605040 },
|
||||
{ 0x000306, 1, 0x01, 0xb8a89888 },
|
||||
{ 0x000307, 1, 0x01, 0xf8e8d8c8 },
|
||||
{ 0x00030a, 1, 0x01, 0x00ffff00 },
|
||||
{ 0x00030b, 1, 0x01, 0x0000001a },
|
||||
{ 0x00030c, 1, 0x01, 0x00000001 },
|
||||
{ 0x000318, 1, 0x01, 0x00000001 },
|
||||
{ 0x000340, 1, 0x01, 0x00000000 },
|
||||
{ 0x000375, 1, 0x01, 0x00000001 },
|
||||
{ 0x000351, 1, 0x01, 0x00000100 },
|
||||
{ 0x00037d, 1, 0x01, 0x00000006 },
|
||||
{ 0x0003a0, 1, 0x01, 0x00000002 },
|
||||
{ 0x0003aa, 1, 0x01, 0x00000001 },
|
||||
{ 0x0003a9, 1, 0x01, 0x00000001 },
|
||||
{ 0x000380, 1, 0x01, 0x00000001 },
|
||||
{ 0x000360, 1, 0x01, 0x00000040 },
|
||||
{ 0x000366, 2, 0x01, 0x00000000 },
|
||||
{ 0x000368, 1, 0x01, 0x00001fff },
|
||||
{ 0x000370, 2, 0x01, 0x00000000 },
|
||||
{ 0x000372, 1, 0x01, 0x003fffff },
|
||||
{ 0x00037a, 1, 0x01, 0x00000012 },
|
||||
{ 0x0005e0, 5, 0x01, 0x00000022 },
|
||||
{ 0x000619, 1, 0x01, 0x00000003 },
|
||||
{ 0x000811, 1, 0x01, 0x00000003 },
|
||||
{ 0x000812, 1, 0x01, 0x00000004 },
|
||||
{ 0x000813, 1, 0x01, 0x00000006 },
|
||||
{ 0x000814, 1, 0x01, 0x00000008 },
|
||||
{ 0x000815, 1, 0x01, 0x0000000b },
|
||||
{ 0x000800, 6, 0x01, 0x00000001 },
|
||||
{ 0x000632, 1, 0x01, 0x00000001 },
|
||||
{ 0x000633, 1, 0x01, 0x00000002 },
|
||||
{ 0x000634, 1, 0x01, 0x00000003 },
|
||||
{ 0x000635, 1, 0x01, 0x00000004 },
|
||||
{ 0x000654, 1, 0x01, 0x3f800000 },
|
||||
{ 0x000657, 1, 0x01, 0x3f800000 },
|
||||
{ 0x000655, 2, 0x01, 0x3f800000 },
|
||||
{ 0x0006cd, 1, 0x01, 0x3f800000 },
|
||||
{ 0x0007f5, 1, 0x01, 0x3f800000 },
|
||||
{ 0x0007dc, 1, 0x01, 0x39291909 },
|
||||
{ 0x0007dd, 1, 0x01, 0x79695949 },
|
||||
{ 0x0007de, 1, 0x01, 0xb9a99989 },
|
||||
{ 0x0007df, 1, 0x01, 0xf9e9d9c9 },
|
||||
{ 0x0007e8, 1, 0x01, 0x00003210 },
|
||||
{ 0x0007e9, 1, 0x01, 0x00007654 },
|
||||
{ 0x0007ea, 1, 0x01, 0x00000098 },
|
||||
{ 0x0007ec, 1, 0x01, 0x39291909 },
|
||||
{ 0x0007ed, 1, 0x01, 0x79695949 },
|
||||
{ 0x0007ee, 1, 0x01, 0xb9a99989 },
|
||||
{ 0x0007ef, 1, 0x01, 0xf9e9d9c9 },
|
||||
{ 0x0007f0, 1, 0x01, 0x00003210 },
|
||||
{ 0x0007f1, 1, 0x01, 0x00007654 },
|
||||
{ 0x0007f2, 1, 0x01, 0x00000098 },
|
||||
{ 0x0005a5, 1, 0x01, 0x00000001 },
|
||||
{ 0x000980, 128, 0x01, 0x00000000 },
|
||||
{ 0x000468, 1, 0x01, 0x00000004 },
|
||||
{ 0x00046c, 1, 0x01, 0x00000001 },
|
||||
{ 0x000470, 96, 0x01, 0x00000000 },
|
||||
{ 0x000510, 16, 0x01, 0x3f800000 },
|
||||
{ 0x000520, 1, 0x01, 0x000002b6 },
|
||||
{ 0x000529, 1, 0x01, 0x00000001 },
|
||||
{ 0x000530, 16, 0x01, 0xffff0000 },
|
||||
{ 0x000585, 1, 0x01, 0x0000003f },
|
||||
{ 0x000576, 1, 0x01, 0x00000003 },
|
||||
{ 0x00057b, 1, 0x01, 0x00000059 },
|
||||
{ 0x000586, 1, 0x01, 0x00000040 },
|
||||
{ 0x000582, 2, 0x01, 0x00000080 },
|
||||
{ 0x0005c2, 1, 0x01, 0x00000001 },
|
||||
{ 0x000638, 1, 0x01, 0x00000001 },
|
||||
{ 0x000639, 1, 0x01, 0x00000001 },
|
||||
{ 0x00063a, 1, 0x01, 0x00000002 },
|
||||
{ 0x00063b, 2, 0x01, 0x00000001 },
|
||||
{ 0x00063d, 1, 0x01, 0x00000002 },
|
||||
{ 0x00063e, 1, 0x01, 0x00000001 },
|
||||
{ 0x0008b8, 8, 0x01, 0x00000001 },
|
||||
{ 0x000900, 8, 0x01, 0x00000001 },
|
||||
{ 0x000908, 8, 0x01, 0x00000002 },
|
||||
{ 0x000910, 16, 0x01, 0x00000001 },
|
||||
{ 0x000920, 8, 0x01, 0x00000002 },
|
||||
{ 0x000928, 8, 0x01, 0x00000001 },
|
||||
{ 0x000648, 9, 0x01, 0x00000001 },
|
||||
{ 0x000658, 1, 0x01, 0x0000000f },
|
||||
{ 0x0007ff, 1, 0x01, 0x0000000a },
|
||||
{ 0x00066a, 1, 0x01, 0x40000000 },
|
||||
{ 0x00066b, 1, 0x01, 0x10000000 },
|
||||
{ 0x00066c, 2, 0x01, 0xffff0000 },
|
||||
{ 0x0007af, 2, 0x01, 0x00000008 },
|
||||
{ 0x0007f6, 1, 0x01, 0x00000001 },
|
||||
{ 0x0006b2, 1, 0x01, 0x00000055 },
|
||||
{ 0x0007ad, 1, 0x01, 0x00000003 },
|
||||
{ 0x000937, 1, 0x01, 0x00000001 },
|
||||
{ 0x000971, 1, 0x01, 0x00000008 },
|
||||
{ 0x000972, 1, 0x01, 0x00000040 },
|
||||
{ 0x000973, 1, 0x01, 0x0000012c },
|
||||
{ 0x00097c, 1, 0x01, 0x00000040 },
|
||||
{ 0x000979, 1, 0x01, 0x00000003 },
|
||||
{ 0x000975, 1, 0x01, 0x00000020 },
|
||||
{ 0x000976, 1, 0x01, 0x00000001 },
|
||||
{ 0x000977, 1, 0x01, 0x00000020 },
|
||||
{ 0x000978, 1, 0x01, 0x00000001 },
|
||||
{ 0x000957, 1, 0x01, 0x00000003 },
|
||||
{ 0x00095e, 1, 0x01, 0x20164010 },
|
||||
{ 0x00095f, 1, 0x01, 0x00000020 },
|
||||
{ 0x00097d, 1, 0x01, 0x00000020 },
|
||||
{ 0x000683, 1, 0x01, 0x00000006 },
|
||||
{ 0x000685, 1, 0x01, 0x003fffff },
|
||||
{ 0x000687, 1, 0x01, 0x00000c48 },
|
||||
{ 0x0006a0, 1, 0x01, 0x00000005 },
|
||||
{ 0x000840, 1, 0x01, 0x00300008 },
|
||||
{ 0x000841, 1, 0x01, 0x04000080 },
|
||||
{ 0x000842, 1, 0x01, 0x00300008 },
|
||||
{ 0x000843, 1, 0x01, 0x04000080 },
|
||||
{ 0x000818, 8, 0x01, 0x00000000 },
|
||||
{ 0x000848, 16, 0x01, 0x00000000 },
|
||||
{ 0x000738, 1, 0x01, 0x00000000 },
|
||||
{ 0x0006aa, 1, 0x01, 0x00000001 },
|
||||
{ 0x0006ab, 1, 0x01, 0x00000002 },
|
||||
{ 0x0006ac, 1, 0x01, 0x00000080 },
|
||||
{ 0x0006ad, 2, 0x01, 0x00000100 },
|
||||
{ 0x0006b1, 1, 0x01, 0x00000011 },
|
||||
{ 0x0006bb, 1, 0x01, 0x000000cf },
|
||||
{ 0x0006ce, 1, 0x01, 0x2a712488 },
|
||||
{ 0x000739, 1, 0x01, 0x4085c000 },
|
||||
{ 0x00073a, 1, 0x01, 0x00000080 },
|
||||
{ 0x000786, 1, 0x01, 0x80000100 },
|
||||
{ 0x00073c, 1, 0x01, 0x00010100 },
|
||||
{ 0x00073d, 1, 0x01, 0x02800000 },
|
||||
{ 0x000787, 1, 0x01, 0x000000cf },
|
||||
{ 0x00078c, 1, 0x01, 0x00000008 },
|
||||
{ 0x000792, 1, 0x01, 0x00000001 },
|
||||
{ 0x000794, 1, 0x01, 0x00000001 },
|
||||
{ 0x000795, 2, 0x01, 0x00000001 },
|
||||
{ 0x000797, 1, 0x01, 0x000000cf },
|
||||
{ 0x000836, 1, 0x01, 0x00000001 },
|
||||
{ 0x00079a, 1, 0x01, 0x00000002 },
|
||||
{ 0x000833, 1, 0x01, 0x04444480 },
|
||||
{ 0x0007a1, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007a3, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007a4, 2, 0x01, 0x00000001 },
|
||||
{ 0x000831, 1, 0x01, 0x00000004 },
|
||||
{ 0x00080c, 1, 0x01, 0x00000002 },
|
||||
{ 0x00080d, 2, 0x01, 0x00000100 },
|
||||
{ 0x00080f, 1, 0x01, 0x00000001 },
|
||||
{ 0x000823, 1, 0x01, 0x00000002 },
|
||||
{ 0x000824, 2, 0x01, 0x00000100 },
|
||||
{ 0x000826, 1, 0x01, 0x00000001 },
|
||||
{ 0x00095d, 1, 0x01, 0x00000001 },
|
||||
{ 0x00082b, 1, 0x01, 0x00000004 },
|
||||
{ 0x000942, 1, 0x01, 0x00010001 },
|
||||
{ 0x000943, 1, 0x01, 0x00000001 },
|
||||
{ 0x000944, 1, 0x01, 0x00000022 },
|
||||
{ 0x0007c5, 1, 0x01, 0x00010001 },
|
||||
{ 0x000834, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007c7, 1, 0x01, 0x00000001 },
|
||||
{ 0x00c1b0, 8, 0x01, 0x0000000f },
|
||||
{ 0x00c1b8, 1, 0x01, 0x0fac6881 },
|
||||
{ 0x00c1b9, 1, 0x01, 0x00fac688 },
|
||||
{ 0x01e100, 1, 0x01, 0x00000001 },
|
||||
{ 0x001000, 1, 0x01, 0x00000002 },
|
||||
{ 0x0006aa, 1, 0x01, 0x00000001 },
|
||||
{ 0x0006ad, 2, 0x01, 0x00000100 },
|
||||
{ 0x0006b1, 1, 0x01, 0x00000011 },
|
||||
{ 0x00078c, 1, 0x01, 0x00000008 },
|
||||
{ 0x000792, 1, 0x01, 0x00000001 },
|
||||
{ 0x000794, 1, 0x01, 0x00000001 },
|
||||
{ 0x000795, 2, 0x01, 0x00000001 },
|
||||
{ 0x000797, 1, 0x01, 0x000000cf },
|
||||
{ 0x00079a, 1, 0x01, 0x00000002 },
|
||||
{ 0x000833, 1, 0x01, 0x04444480 },
|
||||
{ 0x0007a1, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007a3, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007a4, 2, 0x01, 0x00000001 },
|
||||
{ 0x000831, 1, 0x01, 0x00000004 },
|
||||
{ 0x01e100, 1, 0x01, 0x00000001 },
|
||||
{ 0x001000, 1, 0x01, 0x00000014 },
|
||||
{ 0x000351, 1, 0x01, 0x00000100 },
|
||||
{ 0x000957, 1, 0x01, 0x00000003 },
|
||||
{ 0x00095d, 1, 0x01, 0x00000001 },
|
||||
{ 0x00082b, 1, 0x01, 0x00000004 },
|
||||
{ 0x000942, 1, 0x01, 0x00010001 },
|
||||
{ 0x000943, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007c5, 1, 0x01, 0x00010001 },
|
||||
{ 0x000834, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007c7, 1, 0x01, 0x00000001 },
|
||||
{ 0x01e100, 1, 0x01, 0x00000001 },
|
||||
{ 0x001000, 1, 0x01, 0x00000001 },
|
||||
{ 0x00080c, 1, 0x01, 0x00000002 },
|
||||
{ 0x00080d, 2, 0x01, 0x00000100 },
|
||||
{ 0x00080f, 1, 0x01, 0x00000001 },
|
||||
{ 0x000823, 1, 0x01, 0x00000002 },
|
||||
{ 0x000824, 2, 0x01, 0x00000100 },
|
||||
{ 0x000826, 1, 0x01, 0x00000001 },
|
||||
{ 0x01e100, 1, 0x01, 0x00000001 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc8_grctx_init_tpc[] = {
|
||||
{ 0x419818, 1, 0x04, 0x00000000 },
|
||||
{ 0x41983c, 1, 0x04, 0x00038bc7 },
|
||||
{ 0x419848, 1, 0x04, 0x00000000 },
|
||||
{ 0x419864, 1, 0x04, 0x0000012a },
|
||||
{ 0x419888, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a00, 1, 0x04, 0x000001f0 },
|
||||
{ 0x419a04, 1, 0x04, 0x00000001 },
|
||||
{ 0x419a08, 1, 0x04, 0x00000023 },
|
||||
{ 0x419a0c, 1, 0x04, 0x00020000 },
|
||||
{ 0x419a10, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a14, 1, 0x04, 0x00000200 },
|
||||
{ 0x419a1c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a20, 1, 0x04, 0x00000800 },
|
||||
{ 0x419b00, 1, 0x04, 0x0a418820 },
|
||||
{ 0x419b04, 1, 0x04, 0x062080e6 },
|
||||
{ 0x419b08, 1, 0x04, 0x020398a4 },
|
||||
{ 0x419b0c, 1, 0x04, 0x0e629062 },
|
||||
{ 0x419b10, 1, 0x04, 0x0a418820 },
|
||||
{ 0x419b14, 1, 0x04, 0x000000e6 },
|
||||
{ 0x419bd0, 1, 0x04, 0x00900103 },
|
||||
{ 0x419be0, 1, 0x04, 0x00000001 },
|
||||
{ 0x419be4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419c00, 1, 0x04, 0x00000002 },
|
||||
{ 0x419c04, 1, 0x04, 0x00000006 },
|
||||
{ 0x419c08, 1, 0x04, 0x00000002 },
|
||||
{ 0x419c20, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cb0, 1, 0x04, 0x00060048 },
|
||||
{ 0x419ce8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cf4, 1, 0x04, 0x00000183 },
|
||||
{ 0x419d20, 1, 0x04, 0x02180000 },
|
||||
{ 0x419d24, 1, 0x04, 0x00001fff },
|
||||
{ 0x419e04, 3, 0x04, 0x00000000 },
|
||||
{ 0x419e10, 1, 0x04, 0x00000002 },
|
||||
{ 0x419e44, 1, 0x04, 0x001beff2 },
|
||||
{ 0x419e48, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e4c, 1, 0x04, 0x0000000f },
|
||||
{ 0x419e50, 17, 0x04, 0x00000000 },
|
||||
{ 0x419e98, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f50, 2, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nvc0_graph_init
|
||||
nvc8_grctx_init_9197[] = {
|
||||
{ 0x0002e4, 1, 0x04, 0x0000b001 },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nvc0_graph_init
|
||||
nvc8_grctx_init_9297[] = {
|
||||
{ 0x003400, 128, 0x04, 0x00000000 },
|
||||
{ 0x00036c, 2, 0x04, 0x00000000 },
|
||||
{ 0x0007a4, 2, 0x04, 0x00000000 },
|
||||
{ 0x000374, 1, 0x04, 0x00000000 },
|
||||
{ 0x000378, 1, 0x04, 0x00000020 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_mthd
|
||||
nvc8_grctx_init_mthd[] = {
|
||||
{ 0x9097, nvc1_grctx_init_9097, },
|
||||
{ 0x9197, nvc8_grctx_init_9197, },
|
||||
{ 0x9297, nvc8_grctx_init_9297, },
|
||||
{ 0x902d, nvc0_grctx_init_902d, },
|
||||
{ 0x9039, nvc0_grctx_init_9039, },
|
||||
{ 0x90c0, nvc0_grctx_init_90c0, },
|
||||
{ 0x902d, nvc0_grctx_init_mthd_magic, },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nouveau_oclass *
|
||||
nvc8_grctx_oclass = &(struct nvc0_grctx_oclass) {
|
||||
.base.handle = NV_ENGCTX(GR, 0xc8),
|
||||
.base.ofuncs = &(struct nouveau_ofuncs) {
|
||||
.ctor = nvc0_graph_context_ctor,
|
||||
.dtor = nvc0_graph_context_dtor,
|
||||
.init = _nouveau_graph_context_init,
|
||||
.fini = _nouveau_graph_context_fini,
|
||||
.rd32 = _nouveau_graph_context_rd32,
|
||||
.wr32 = _nouveau_graph_context_wr32,
|
||||
},
|
||||
.main = nvc0_grctx_generate_main,
|
||||
.mods = nvc0_grctx_generate_mods,
|
||||
.mmio = nvc0_grctx_init_mmio,
|
||||
.gpc = nvc0_grctx_init_gpc,
|
||||
.tpc = nvc8_grctx_init_tpc,
|
||||
.icmd = nvc8_grctx_init_icmd,
|
||||
.mthd = nvc8_grctx_init_mthd,
|
||||
}.base;
|
|
@ -0,0 +1,531 @@
|
|||
/*
|
||||
* Copyright 2013 Red Hat Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors: Ben Skeggs <bskeggs@redhat.com>
|
||||
*/
|
||||
|
||||
#include "nvc0.h"
|
||||
|
||||
struct nvc0_graph_init
|
||||
nvd9_grctx_init_90c0[] = {
|
||||
{ 0x002700, 4, 0x40, 0x00000000 },
|
||||
{ 0x002720, 4, 0x40, 0x00000000 },
|
||||
{ 0x002704, 4, 0x40, 0x00000000 },
|
||||
{ 0x002724, 4, 0x40, 0x00000000 },
|
||||
{ 0x002708, 4, 0x40, 0x00000000 },
|
||||
{ 0x002728, 4, 0x40, 0x00000000 },
|
||||
{ 0x00270c, 8, 0x20, 0x00000000 },
|
||||
{ 0x002710, 4, 0x40, 0x00014000 },
|
||||
{ 0x002730, 4, 0x40, 0x00014000 },
|
||||
{ 0x002714, 4, 0x40, 0x00000040 },
|
||||
{ 0x002734, 4, 0x40, 0x00000040 },
|
||||
{ 0x00030c, 1, 0x04, 0x00000001 },
|
||||
{ 0x001944, 1, 0x04, 0x00000000 },
|
||||
{ 0x000758, 1, 0x04, 0x00000100 },
|
||||
{ 0x0002c4, 1, 0x04, 0x00000000 },
|
||||
{ 0x000790, 5, 0x04, 0x00000000 },
|
||||
{ 0x00077c, 1, 0x04, 0x00000000 },
|
||||
{ 0x000204, 3, 0x04, 0x00000000 },
|
||||
{ 0x000214, 1, 0x04, 0x00000000 },
|
||||
{ 0x00024c, 1, 0x04, 0x00000000 },
|
||||
{ 0x000d94, 1, 0x04, 0x00000001 },
|
||||
{ 0x001608, 2, 0x04, 0x00000000 },
|
||||
{ 0x001664, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nvc0_graph_init
|
||||
nvd9_grctx_init_icmd[] = {
|
||||
{ 0x001000, 1, 0x01, 0x00000004 },
|
||||
{ 0x0000a9, 1, 0x01, 0x0000ffff },
|
||||
{ 0x000038, 1, 0x01, 0x0fac6881 },
|
||||
{ 0x00003d, 1, 0x01, 0x00000001 },
|
||||
{ 0x0000e8, 8, 0x01, 0x00000400 },
|
||||
{ 0x000078, 8, 0x01, 0x00000300 },
|
||||
{ 0x000050, 1, 0x01, 0x00000011 },
|
||||
{ 0x000058, 8, 0x01, 0x00000008 },
|
||||
{ 0x000208, 8, 0x01, 0x00000001 },
|
||||
{ 0x000081, 1, 0x01, 0x00000001 },
|
||||
{ 0x000085, 1, 0x01, 0x00000004 },
|
||||
{ 0x000088, 1, 0x01, 0x00000400 },
|
||||
{ 0x000090, 1, 0x01, 0x00000300 },
|
||||
{ 0x000098, 1, 0x01, 0x00001001 },
|
||||
{ 0x0000e3, 1, 0x01, 0x00000001 },
|
||||
{ 0x0000da, 1, 0x01, 0x00000001 },
|
||||
{ 0x0000f8, 1, 0x01, 0x00000003 },
|
||||
{ 0x0000fa, 1, 0x01, 0x00000001 },
|
||||
{ 0x00009f, 4, 0x01, 0x0000ffff },
|
||||
{ 0x0000b1, 1, 0x01, 0x00000001 },
|
||||
{ 0x0000b2, 40, 0x01, 0x00000000 },
|
||||
{ 0x000210, 8, 0x01, 0x00000040 },
|
||||
{ 0x000400, 24, 0x01, 0x00000040 },
|
||||
{ 0x000218, 8, 0x01, 0x0000c080 },
|
||||
{ 0x000440, 24, 0x01, 0x0000c080 },
|
||||
{ 0x0000ad, 1, 0x01, 0x0000013e },
|
||||
{ 0x0000e1, 1, 0x01, 0x00000010 },
|
||||
{ 0x000290, 16, 0x01, 0x00000000 },
|
||||
{ 0x0003b0, 16, 0x01, 0x00000000 },
|
||||
{ 0x0002a0, 16, 0x01, 0x00000000 },
|
||||
{ 0x000420, 16, 0x01, 0x00000000 },
|
||||
{ 0x0002b0, 16, 0x01, 0x00000000 },
|
||||
{ 0x000430, 16, 0x01, 0x00000000 },
|
||||
{ 0x0002c0, 16, 0x01, 0x00000000 },
|
||||
{ 0x0004d0, 16, 0x01, 0x00000000 },
|
||||
{ 0x000720, 16, 0x01, 0x00000000 },
|
||||
{ 0x0008c0, 16, 0x01, 0x00000000 },
|
||||
{ 0x000890, 16, 0x01, 0x00000000 },
|
||||
{ 0x0008e0, 16, 0x01, 0x00000000 },
|
||||
{ 0x0008a0, 16, 0x01, 0x00000000 },
|
||||
{ 0x0008f0, 16, 0x01, 0x00000000 },
|
||||
{ 0x00094c, 1, 0x01, 0x000000ff },
|
||||
{ 0x00094d, 1, 0x01, 0xffffffff },
|
||||
{ 0x00094e, 1, 0x01, 0x00000002 },
|
||||
{ 0x0002ec, 1, 0x01, 0x00000001 },
|
||||
{ 0x000303, 1, 0x01, 0x00000001 },
|
||||
{ 0x0002e6, 1, 0x01, 0x00000001 },
|
||||
{ 0x000466, 1, 0x01, 0x00000052 },
|
||||
{ 0x000301, 1, 0x01, 0x3f800000 },
|
||||
{ 0x000304, 1, 0x01, 0x30201000 },
|
||||
{ 0x000305, 1, 0x01, 0x70605040 },
|
||||
{ 0x000306, 1, 0x01, 0xb8a89888 },
|
||||
{ 0x000307, 1, 0x01, 0xf8e8d8c8 },
|
||||
{ 0x00030a, 1, 0x01, 0x00ffff00 },
|
||||
{ 0x00030b, 1, 0x01, 0x0000001a },
|
||||
{ 0x00030c, 1, 0x01, 0x00000001 },
|
||||
{ 0x000318, 1, 0x01, 0x00000001 },
|
||||
{ 0x000340, 1, 0x01, 0x00000000 },
|
||||
{ 0x000375, 1, 0x01, 0x00000001 },
|
||||
{ 0x000351, 1, 0x01, 0x00000100 },
|
||||
{ 0x00037d, 1, 0x01, 0x00000006 },
|
||||
{ 0x0003a0, 1, 0x01, 0x00000002 },
|
||||
{ 0x0003aa, 1, 0x01, 0x00000001 },
|
||||
{ 0x0003a9, 1, 0x01, 0x00000001 },
|
||||
{ 0x000380, 1, 0x01, 0x00000001 },
|
||||
{ 0x000360, 1, 0x01, 0x00000040 },
|
||||
{ 0x000366, 2, 0x01, 0x00000000 },
|
||||
{ 0x000368, 1, 0x01, 0x00001fff },
|
||||
{ 0x000370, 2, 0x01, 0x00000000 },
|
||||
{ 0x000372, 1, 0x01, 0x003fffff },
|
||||
{ 0x00037a, 1, 0x01, 0x00000012 },
|
||||
{ 0x0005e0, 5, 0x01, 0x00000022 },
|
||||
{ 0x000619, 1, 0x01, 0x00000003 },
|
||||
{ 0x000811, 1, 0x01, 0x00000003 },
|
||||
{ 0x000812, 1, 0x01, 0x00000004 },
|
||||
{ 0x000813, 1, 0x01, 0x00000006 },
|
||||
{ 0x000814, 1, 0x01, 0x00000008 },
|
||||
{ 0x000815, 1, 0x01, 0x0000000b },
|
||||
{ 0x000800, 6, 0x01, 0x00000001 },
|
||||
{ 0x000632, 1, 0x01, 0x00000001 },
|
||||
{ 0x000633, 1, 0x01, 0x00000002 },
|
||||
{ 0x000634, 1, 0x01, 0x00000003 },
|
||||
{ 0x000635, 1, 0x01, 0x00000004 },
|
||||
{ 0x000654, 1, 0x01, 0x3f800000 },
|
||||
{ 0x000657, 1, 0x01, 0x3f800000 },
|
||||
{ 0x000655, 2, 0x01, 0x3f800000 },
|
||||
{ 0x0006cd, 1, 0x01, 0x3f800000 },
|
||||
{ 0x0007f5, 1, 0x01, 0x3f800000 },
|
||||
{ 0x0007dc, 1, 0x01, 0x39291909 },
|
||||
{ 0x0007dd, 1, 0x01, 0x79695949 },
|
||||
{ 0x0007de, 1, 0x01, 0xb9a99989 },
|
||||
{ 0x0007df, 1, 0x01, 0xf9e9d9c9 },
|
||||
{ 0x0007e8, 1, 0x01, 0x00003210 },
|
||||
{ 0x0007e9, 1, 0x01, 0x00007654 },
|
||||
{ 0x0007ea, 1, 0x01, 0x00000098 },
|
||||
{ 0x0007ec, 1, 0x01, 0x39291909 },
|
||||
{ 0x0007ed, 1, 0x01, 0x79695949 },
|
||||
{ 0x0007ee, 1, 0x01, 0xb9a99989 },
|
||||
{ 0x0007ef, 1, 0x01, 0xf9e9d9c9 },
|
||||
{ 0x0007f0, 1, 0x01, 0x00003210 },
|
||||
{ 0x0007f1, 1, 0x01, 0x00007654 },
|
||||
{ 0x0007f2, 1, 0x01, 0x00000098 },
|
||||
{ 0x0005a5, 1, 0x01, 0x00000001 },
|
||||
{ 0x000980, 128, 0x01, 0x00000000 },
|
||||
{ 0x000468, 1, 0x01, 0x00000004 },
|
||||
{ 0x00046c, 1, 0x01, 0x00000001 },
|
||||
{ 0x000470, 96, 0x01, 0x00000000 },
|
||||
{ 0x000510, 16, 0x01, 0x3f800000 },
|
||||
{ 0x000520, 1, 0x01, 0x000002b6 },
|
||||
{ 0x000529, 1, 0x01, 0x00000001 },
|
||||
{ 0x000530, 16, 0x01, 0xffff0000 },
|
||||
{ 0x000585, 1, 0x01, 0x0000003f },
|
||||
{ 0x000576, 1, 0x01, 0x00000003 },
|
||||
{ 0x00057b, 1, 0x01, 0x00000059 },
|
||||
{ 0x000586, 1, 0x01, 0x00000040 },
|
||||
{ 0x000582, 2, 0x01, 0x00000080 },
|
||||
{ 0x0005c2, 1, 0x01, 0x00000001 },
|
||||
{ 0x000638, 1, 0x01, 0x00000001 },
|
||||
{ 0x000639, 1, 0x01, 0x00000001 },
|
||||
{ 0x00063a, 1, 0x01, 0x00000002 },
|
||||
{ 0x00063b, 2, 0x01, 0x00000001 },
|
||||
{ 0x00063d, 1, 0x01, 0x00000002 },
|
||||
{ 0x00063e, 1, 0x01, 0x00000001 },
|
||||
{ 0x0008b8, 8, 0x01, 0x00000001 },
|
||||
{ 0x000900, 8, 0x01, 0x00000001 },
|
||||
{ 0x000908, 8, 0x01, 0x00000002 },
|
||||
{ 0x000910, 16, 0x01, 0x00000001 },
|
||||
{ 0x000920, 8, 0x01, 0x00000002 },
|
||||
{ 0x000928, 8, 0x01, 0x00000001 },
|
||||
{ 0x000648, 9, 0x01, 0x00000001 },
|
||||
{ 0x000658, 1, 0x01, 0x0000000f },
|
||||
{ 0x0007ff, 1, 0x01, 0x0000000a },
|
||||
{ 0x00066a, 1, 0x01, 0x40000000 },
|
||||
{ 0x00066b, 1, 0x01, 0x10000000 },
|
||||
{ 0x00066c, 2, 0x01, 0xffff0000 },
|
||||
{ 0x0007af, 2, 0x01, 0x00000008 },
|
||||
{ 0x0007f6, 1, 0x01, 0x00000001 },
|
||||
{ 0x0006b2, 1, 0x01, 0x00000055 },
|
||||
{ 0x0007ad, 1, 0x01, 0x00000003 },
|
||||
{ 0x000937, 1, 0x01, 0x00000001 },
|
||||
{ 0x000971, 1, 0x01, 0x00000008 },
|
||||
{ 0x000972, 1, 0x01, 0x00000040 },
|
||||
{ 0x000973, 1, 0x01, 0x0000012c },
|
||||
{ 0x00097c, 1, 0x01, 0x00000040 },
|
||||
{ 0x000979, 1, 0x01, 0x00000003 },
|
||||
{ 0x000975, 1, 0x01, 0x00000020 },
|
||||
{ 0x000976, 1, 0x01, 0x00000001 },
|
||||
{ 0x000977, 1, 0x01, 0x00000020 },
|
||||
{ 0x000978, 1, 0x01, 0x00000001 },
|
||||
{ 0x000957, 1, 0x01, 0x00000003 },
|
||||
{ 0x00095e, 1, 0x01, 0x20164010 },
|
||||
{ 0x00095f, 1, 0x01, 0x00000020 },
|
||||
{ 0x00097d, 1, 0x01, 0x00000020 },
|
||||
{ 0x000683, 1, 0x01, 0x00000006 },
|
||||
{ 0x000685, 1, 0x01, 0x003fffff },
|
||||
{ 0x000687, 1, 0x01, 0x00000c48 },
|
||||
{ 0x0006a0, 1, 0x01, 0x00000005 },
|
||||
{ 0x000840, 1, 0x01, 0x00300008 },
|
||||
{ 0x000841, 1, 0x01, 0x04000080 },
|
||||
{ 0x000842, 1, 0x01, 0x00300008 },
|
||||
{ 0x000843, 1, 0x01, 0x04000080 },
|
||||
{ 0x000818, 8, 0x01, 0x00000000 },
|
||||
{ 0x000848, 16, 0x01, 0x00000000 },
|
||||
{ 0x000738, 1, 0x01, 0x00000000 },
|
||||
{ 0x0006aa, 1, 0x01, 0x00000001 },
|
||||
{ 0x0006ab, 1, 0x01, 0x00000002 },
|
||||
{ 0x0006ac, 1, 0x01, 0x00000080 },
|
||||
{ 0x0006ad, 2, 0x01, 0x00000100 },
|
||||
{ 0x0006b1, 1, 0x01, 0x00000011 },
|
||||
{ 0x0006bb, 1, 0x01, 0x000000cf },
|
||||
{ 0x0006ce, 1, 0x01, 0x2a712488 },
|
||||
{ 0x000739, 1, 0x01, 0x4085c000 },
|
||||
{ 0x00073a, 1, 0x01, 0x00000080 },
|
||||
{ 0x000786, 1, 0x01, 0x80000100 },
|
||||
{ 0x00073c, 1, 0x01, 0x00010100 },
|
||||
{ 0x00073d, 1, 0x01, 0x02800000 },
|
||||
{ 0x000787, 1, 0x01, 0x000000cf },
|
||||
{ 0x00078c, 1, 0x01, 0x00000008 },
|
||||
{ 0x000792, 1, 0x01, 0x00000001 },
|
||||
{ 0x000794, 1, 0x01, 0x00000001 },
|
||||
{ 0x000795, 2, 0x01, 0x00000001 },
|
||||
{ 0x000797, 1, 0x01, 0x000000cf },
|
||||
{ 0x000836, 1, 0x01, 0x00000001 },
|
||||
{ 0x00079a, 1, 0x01, 0x00000002 },
|
||||
{ 0x000833, 1, 0x01, 0x04444480 },
|
||||
{ 0x0007a1, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007a3, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007a4, 2, 0x01, 0x00000001 },
|
||||
{ 0x000831, 1, 0x01, 0x00000004 },
|
||||
{ 0x00080c, 1, 0x01, 0x00000002 },
|
||||
{ 0x00080d, 2, 0x01, 0x00000100 },
|
||||
{ 0x00080f, 1, 0x01, 0x00000001 },
|
||||
{ 0x000823, 1, 0x01, 0x00000002 },
|
||||
{ 0x000824, 2, 0x01, 0x00000100 },
|
||||
{ 0x000826, 1, 0x01, 0x00000001 },
|
||||
{ 0x00095d, 1, 0x01, 0x00000001 },
|
||||
{ 0x00082b, 1, 0x01, 0x00000004 },
|
||||
{ 0x000942, 1, 0x01, 0x00010001 },
|
||||
{ 0x000943, 1, 0x01, 0x00000001 },
|
||||
{ 0x000944, 1, 0x01, 0x00000022 },
|
||||
{ 0x0007c5, 1, 0x01, 0x00010001 },
|
||||
{ 0x000834, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007c7, 1, 0x01, 0x00000001 },
|
||||
{ 0x00c1b0, 8, 0x01, 0x0000000f },
|
||||
{ 0x00c1b8, 1, 0x01, 0x0fac6881 },
|
||||
{ 0x00c1b9, 1, 0x01, 0x00fac688 },
|
||||
{ 0x01e100, 1, 0x01, 0x00000001 },
|
||||
{ 0x001000, 1, 0x01, 0x00000002 },
|
||||
{ 0x0006aa, 1, 0x01, 0x00000001 },
|
||||
{ 0x0006ad, 2, 0x01, 0x00000100 },
|
||||
{ 0x0006b1, 1, 0x01, 0x00000011 },
|
||||
{ 0x00078c, 1, 0x01, 0x00000008 },
|
||||
{ 0x000792, 1, 0x01, 0x00000001 },
|
||||
{ 0x000794, 1, 0x01, 0x00000001 },
|
||||
{ 0x000795, 2, 0x01, 0x00000001 },
|
||||
{ 0x000797, 1, 0x01, 0x000000cf },
|
||||
{ 0x00079a, 1, 0x01, 0x00000002 },
|
||||
{ 0x000833, 1, 0x01, 0x04444480 },
|
||||
{ 0x0007a1, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007a3, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007a4, 2, 0x01, 0x00000001 },
|
||||
{ 0x000831, 1, 0x01, 0x00000004 },
|
||||
{ 0x01e100, 1, 0x01, 0x00000001 },
|
||||
{ 0x001000, 1, 0x01, 0x00000014 },
|
||||
{ 0x000351, 1, 0x01, 0x00000100 },
|
||||
{ 0x000957, 1, 0x01, 0x00000003 },
|
||||
{ 0x00095d, 1, 0x01, 0x00000001 },
|
||||
{ 0x00082b, 1, 0x01, 0x00000004 },
|
||||
{ 0x000942, 1, 0x01, 0x00010001 },
|
||||
{ 0x000943, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007c5, 1, 0x01, 0x00010001 },
|
||||
{ 0x000834, 1, 0x01, 0x00000001 },
|
||||
{ 0x0007c7, 1, 0x01, 0x00000001 },
|
||||
{ 0x01e100, 1, 0x01, 0x00000001 },
|
||||
{ 0x001000, 1, 0x01, 0x00000001 },
|
||||
{ 0x00080c, 1, 0x01, 0x00000002 },
|
||||
{ 0x00080d, 2, 0x01, 0x00000100 },
|
||||
{ 0x00080f, 1, 0x01, 0x00000001 },
|
||||
{ 0x000823, 1, 0x01, 0x00000002 },
|
||||
{ 0x000824, 2, 0x01, 0x00000100 },
|
||||
{ 0x000826, 1, 0x01, 0x00000001 },
|
||||
{ 0x01e100, 1, 0x01, 0x00000001 },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nvc0_graph_init
|
||||
nvd9_grctx_init_unk40xx[] = {
|
||||
{ 0x404004, 11, 0x04, 0x00000000 },
|
||||
{ 0x404044, 1, 0x04, 0x00000000 },
|
||||
{ 0x404094, 1, 0x04, 0x00000000 },
|
||||
{ 0x404098, 12, 0x04, 0x00000000 },
|
||||
{ 0x4040c8, 1, 0x04, 0xf0000087 },
|
||||
{ 0x4040d0, 6, 0x04, 0x00000000 },
|
||||
{ 0x4040e8, 1, 0x04, 0x00001000 },
|
||||
{ 0x4040f8, 1, 0x04, 0x00000000 },
|
||||
{ 0x404130, 1, 0x04, 0x00000000 },
|
||||
{ 0x404134, 1, 0x04, 0x00000000 },
|
||||
{ 0x404138, 1, 0x04, 0x20000040 },
|
||||
{ 0x404150, 1, 0x04, 0x0000002e },
|
||||
{ 0x404154, 1, 0x04, 0x00000400 },
|
||||
{ 0x404158, 1, 0x04, 0x00000200 },
|
||||
{ 0x404164, 1, 0x04, 0x00000055 },
|
||||
{ 0x404168, 1, 0x04, 0x00000000 },
|
||||
{ 0x404178, 2, 0x04, 0x00000000 },
|
||||
{ 0x404200, 8, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvd9_grctx_init_unk58xx[] = {
|
||||
{ 0x405800, 1, 0x04, 0x0f8000bf },
|
||||
{ 0x405830, 1, 0x04, 0x02180218 },
|
||||
{ 0x405834, 1, 0x04, 0x08000000 },
|
||||
{ 0x405838, 1, 0x04, 0x00000000 },
|
||||
{ 0x405854, 1, 0x04, 0x00000000 },
|
||||
{ 0x405870, 4, 0x04, 0x00000001 },
|
||||
{ 0x405a00, 2, 0x04, 0x00000000 },
|
||||
{ 0x405a18, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvd9_grctx_init_unk64xx[] = {
|
||||
{ 0x4064a8, 1, 0x04, 0x00000000 },
|
||||
{ 0x4064ac, 1, 0x04, 0x00003fff },
|
||||
{ 0x4064b4, 3, 0x04, 0x00000000 },
|
||||
{ 0x4064c0, 1, 0x04, 0x80140078 },
|
||||
{ 0x4064c4, 1, 0x04, 0x0086ffff },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nvc0_graph_init
|
||||
nvd9_grctx_init_rop[] = {
|
||||
{ 0x408800, 1, 0x04, 0x02802a3c },
|
||||
{ 0x408804, 1, 0x04, 0x00000040 },
|
||||
{ 0x408808, 1, 0x04, 0x1043e005 },
|
||||
{ 0x408900, 1, 0x04, 0x3080b801 },
|
||||
{ 0x408904, 1, 0x04, 0x1043e005 },
|
||||
{ 0x408908, 1, 0x04, 0x00c8102f },
|
||||
{ 0x408980, 1, 0x04, 0x0000011d },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvd9_grctx_init_gpc[] = {
|
||||
{ 0x418380, 1, 0x04, 0x00000016 },
|
||||
{ 0x418400, 1, 0x04, 0x38004e00 },
|
||||
{ 0x418404, 1, 0x04, 0x71e0ffff },
|
||||
{ 0x41840c, 1, 0x04, 0x00001008 },
|
||||
{ 0x418410, 1, 0x04, 0x0fff0fff },
|
||||
{ 0x418414, 1, 0x04, 0x02200fff },
|
||||
{ 0x418450, 6, 0x04, 0x00000000 },
|
||||
{ 0x418468, 1, 0x04, 0x00000001 },
|
||||
{ 0x41846c, 2, 0x04, 0x00000000 },
|
||||
{ 0x418600, 1, 0x04, 0x0000001f },
|
||||
{ 0x418684, 1, 0x04, 0x0000000f },
|
||||
{ 0x418700, 1, 0x04, 0x00000002 },
|
||||
{ 0x418704, 1, 0x04, 0x00000080 },
|
||||
{ 0x418708, 3, 0x04, 0x00000000 },
|
||||
{ 0x418800, 1, 0x04, 0x7006860a },
|
||||
{ 0x418808, 3, 0x04, 0x00000000 },
|
||||
{ 0x418828, 1, 0x04, 0x00008442 },
|
||||
{ 0x418830, 1, 0x04, 0x10000001 },
|
||||
{ 0x4188d8, 1, 0x04, 0x00000008 },
|
||||
{ 0x4188e0, 1, 0x04, 0x01000000 },
|
||||
{ 0x4188e8, 5, 0x04, 0x00000000 },
|
||||
{ 0x4188fc, 1, 0x04, 0x20100008 },
|
||||
{ 0x41891c, 1, 0x04, 0x00ff00ff },
|
||||
{ 0x418924, 1, 0x04, 0x00000000 },
|
||||
{ 0x418928, 1, 0x04, 0x00ffff00 },
|
||||
{ 0x41892c, 1, 0x04, 0x0000ff00 },
|
||||
{ 0x418a00, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a0c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a10, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a20, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a2c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a30, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a40, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a4c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a50, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a60, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a6c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a70, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a80, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a8c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a90, 3, 0x04, 0x00000000 },
|
||||
{ 0x418aa0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418aac, 1, 0x04, 0x00010000 },
|
||||
{ 0x418ab0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418ac0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418acc, 1, 0x04, 0x00010000 },
|
||||
{ 0x418ad0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418ae0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418aec, 1, 0x04, 0x00010000 },
|
||||
{ 0x418af0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418b00, 1, 0x04, 0x00000006 },
|
||||
{ 0x418b08, 1, 0x04, 0x0a418820 },
|
||||
{ 0x418b0c, 1, 0x04, 0x062080e6 },
|
||||
{ 0x418b10, 1, 0x04, 0x020398a4 },
|
||||
{ 0x418b14, 1, 0x04, 0x0e629062 },
|
||||
{ 0x418b18, 1, 0x04, 0x0a418820 },
|
||||
{ 0x418b1c, 1, 0x04, 0x000000e6 },
|
||||
{ 0x418bb8, 1, 0x04, 0x00000103 },
|
||||
{ 0x418c08, 1, 0x04, 0x00000001 },
|
||||
{ 0x418c10, 8, 0x04, 0x00000000 },
|
||||
{ 0x418c6c, 1, 0x04, 0x00000001 },
|
||||
{ 0x418c80, 1, 0x04, 0x20200004 },
|
||||
{ 0x418c8c, 1, 0x04, 0x00000001 },
|
||||
{ 0x419000, 1, 0x04, 0x00000780 },
|
||||
{ 0x419004, 2, 0x04, 0x00000000 },
|
||||
{ 0x419014, 1, 0x04, 0x00000004 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvd9_grctx_init_tpc[] = {
|
||||
{ 0x419818, 1, 0x04, 0x00000000 },
|
||||
{ 0x41983c, 1, 0x04, 0x00038bc7 },
|
||||
{ 0x419848, 1, 0x04, 0x00000000 },
|
||||
{ 0x419864, 1, 0x04, 0x00000129 },
|
||||
{ 0x419888, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a00, 1, 0x04, 0x000001f0 },
|
||||
{ 0x419a04, 1, 0x04, 0x00000001 },
|
||||
{ 0x419a08, 1, 0x04, 0x00000023 },
|
||||
{ 0x419a0c, 1, 0x04, 0x00020000 },
|
||||
{ 0x419a10, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a14, 1, 0x04, 0x00000200 },
|
||||
{ 0x419a1c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a20, 1, 0x04, 0x00000800 },
|
||||
{ 0x419ac4, 1, 0x04, 0x0017f440 },
|
||||
{ 0x419b00, 1, 0x04, 0x0a418820 },
|
||||
{ 0x419b04, 1, 0x04, 0x062080e6 },
|
||||
{ 0x419b08, 1, 0x04, 0x020398a4 },
|
||||
{ 0x419b0c, 1, 0x04, 0x0e629062 },
|
||||
{ 0x419b10, 1, 0x04, 0x0a418820 },
|
||||
{ 0x419b14, 1, 0x04, 0x000000e6 },
|
||||
{ 0x419bd0, 1, 0x04, 0x00900103 },
|
||||
{ 0x419be0, 1, 0x04, 0x00400001 },
|
||||
{ 0x419be4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419c00, 1, 0x04, 0x0000000a },
|
||||
{ 0x419c04, 1, 0x04, 0x00000006 },
|
||||
{ 0x419c08, 1, 0x04, 0x00000002 },
|
||||
{ 0x419c20, 1, 0x04, 0x00000000 },
|
||||
{ 0x419c24, 1, 0x04, 0x00084210 },
|
||||
{ 0x419c28, 1, 0x04, 0x3cf3cf3c },
|
||||
{ 0x419cb0, 1, 0x04, 0x00020048 },
|
||||
{ 0x419ce8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cf4, 1, 0x04, 0x00000183 },
|
||||
{ 0x419d20, 1, 0x04, 0x12180000 },
|
||||
{ 0x419d24, 1, 0x04, 0x00001fff },
|
||||
{ 0x419d44, 1, 0x04, 0x02180218 },
|
||||
{ 0x419e04, 3, 0x04, 0x00000000 },
|
||||
{ 0x419e10, 1, 0x04, 0x00000002 },
|
||||
{ 0x419e44, 1, 0x04, 0x001beff2 },
|
||||
{ 0x419e48, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e4c, 1, 0x04, 0x0000000f },
|
||||
{ 0x419e50, 17, 0x04, 0x00000000 },
|
||||
{ 0x419e98, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ee0, 1, 0x04, 0x00010110 },
|
||||
{ 0x419f30, 11, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init *
|
||||
nvd9_grctx_init_mmio[] = {
|
||||
nvc0_grctx_init_base,
|
||||
nvd9_grctx_init_unk40xx,
|
||||
nvc0_grctx_init_unk44xx,
|
||||
nvc0_grctx_init_unk46xx,
|
||||
nvc0_grctx_init_unk47xx,
|
||||
nvd9_grctx_init_unk58xx,
|
||||
nvc0_grctx_init_unk60xx,
|
||||
nvd9_grctx_init_unk64xx,
|
||||
nvc0_grctx_init_unk78xx,
|
||||
nvc0_grctx_init_unk80xx,
|
||||
nvd9_grctx_init_rop,
|
||||
};
|
||||
|
||||
struct nvc0_graph_init
|
||||
nvd9_grctx_init_mthd_magic[] = {
|
||||
{ 0x3410, 1, 0x04, 0x80002006 },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nvc0_graph_mthd
|
||||
nvd9_grctx_init_mthd[] = {
|
||||
{ 0x9097, nvc1_grctx_init_9097, },
|
||||
{ 0x9197, nvc8_grctx_init_9197, },
|
||||
{ 0x9297, nvc8_grctx_init_9297, },
|
||||
{ 0x902d, nvc0_grctx_init_902d, },
|
||||
{ 0x9039, nvc0_grctx_init_9039, },
|
||||
{ 0x90c0, nvd9_grctx_init_90c0, },
|
||||
{ 0x902d, nvd9_grctx_init_mthd_magic, },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nouveau_oclass *
|
||||
nvd9_grctx_oclass = &(struct nvc0_grctx_oclass) {
|
||||
.base.handle = NV_ENGCTX(GR, 0xd9),
|
||||
.base.ofuncs = &(struct nouveau_ofuncs) {
|
||||
.ctor = nvc0_graph_context_ctor,
|
||||
.dtor = nvc0_graph_context_dtor,
|
||||
.init = _nouveau_graph_context_init,
|
||||
.fini = _nouveau_graph_context_fini,
|
||||
.rd32 = _nouveau_graph_context_rd32,
|
||||
.wr32 = _nouveau_graph_context_wr32,
|
||||
},
|
||||
.main = nvc0_grctx_generate_main,
|
||||
.mods = nvc1_grctx_generate_mods,
|
||||
.mmio = nvd9_grctx_init_mmio,
|
||||
.gpc = nvd9_grctx_init_gpc,
|
||||
.tpc = nvd9_grctx_init_tpc,
|
||||
.icmd = nvd9_grctx_init_icmd,
|
||||
.mthd = nvd9_grctx_init_mthd,
|
||||
}.base;
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,288 @@
|
|||
/*
|
||||
* Copyright 2013 Red Hat Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors: Ben Skeggs <bskeggs@redhat.com>
|
||||
*/
|
||||
|
||||
#include "nvc0.h"
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_grctx_init_unk40xx[] = {
|
||||
{ 0x404004, 8, 0x04, 0x00000000 },
|
||||
{ 0x404024, 1, 0x04, 0x0000e000 },
|
||||
{ 0x404028, 8, 0x04, 0x00000000 },
|
||||
{ 0x4040a8, 8, 0x04, 0x00000000 },
|
||||
{ 0x4040c8, 1, 0x04, 0xf800008f },
|
||||
{ 0x4040d0, 6, 0x04, 0x00000000 },
|
||||
{ 0x4040e8, 1, 0x04, 0x00001000 },
|
||||
{ 0x4040f8, 1, 0x04, 0x00000000 },
|
||||
{ 0x404100, 10, 0x04, 0x00000000 },
|
||||
{ 0x404130, 2, 0x04, 0x00000000 },
|
||||
{ 0x404138, 1, 0x04, 0x20000040 },
|
||||
{ 0x404150, 1, 0x04, 0x0000002e },
|
||||
{ 0x404154, 1, 0x04, 0x00000400 },
|
||||
{ 0x404158, 1, 0x04, 0x00000200 },
|
||||
{ 0x404164, 1, 0x04, 0x00000055 },
|
||||
{ 0x40417c, 2, 0x04, 0x00000000 },
|
||||
{ 0x4041a0, 4, 0x04, 0x00000000 },
|
||||
{ 0x404200, 1, 0x04, 0x0000a197 },
|
||||
{ 0x404204, 1, 0x04, 0x0000a1c0 },
|
||||
{ 0x404208, 1, 0x04, 0x0000a140 },
|
||||
{ 0x40420c, 1, 0x04, 0x0000902d },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_grctx_init_unk44xx[] = {
|
||||
{ 0x404404, 12, 0x04, 0x00000000 },
|
||||
{ 0x404438, 1, 0x04, 0x00000000 },
|
||||
{ 0x404460, 2, 0x04, 0x00000000 },
|
||||
{ 0x404468, 1, 0x04, 0x00ffffff },
|
||||
{ 0x40446c, 1, 0x04, 0x00000000 },
|
||||
{ 0x404480, 1, 0x04, 0x00000001 },
|
||||
{ 0x404498, 1, 0x04, 0x00000001 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_grctx_init_unk5bxx[] = {
|
||||
{ 0x405b00, 1, 0x04, 0x00000000 },
|
||||
{ 0x405b10, 1, 0x04, 0x00001000 },
|
||||
{ 0x405b20, 1, 0x04, 0x04000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_grctx_init_unk60xx[] = {
|
||||
{ 0x406020, 1, 0x04, 0x034103c1 },
|
||||
{ 0x406028, 4, 0x04, 0x00000001 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_grctx_init_unk64xx[] = {
|
||||
{ 0x4064a8, 1, 0x04, 0x00000000 },
|
||||
{ 0x4064ac, 1, 0x04, 0x00003fff },
|
||||
{ 0x4064b0, 3, 0x04, 0x00000000 },
|
||||
{ 0x4064c0, 1, 0x04, 0x802000f0 },
|
||||
{ 0x4064c4, 1, 0x04, 0x0192ffff },
|
||||
{ 0x4064c8, 1, 0x04, 0x018007c0 },
|
||||
{ 0x4064cc, 9, 0x04, 0x00000000 },
|
||||
{ 0x4064fc, 1, 0x04, 0x0000022a },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_grctx_init_unk88xx[] = {
|
||||
{ 0x408800, 1, 0x04, 0x12802a3c },
|
||||
{ 0x408804, 1, 0x04, 0x00000040 },
|
||||
{ 0x408808, 1, 0x04, 0x1003e005 },
|
||||
{ 0x408840, 1, 0x04, 0x0000000b },
|
||||
{ 0x408900, 1, 0x04, 0x3080b801 },
|
||||
{ 0x408904, 1, 0x04, 0x62000001 },
|
||||
{ 0x408908, 1, 0x04, 0x00c8102f },
|
||||
{ 0x408980, 1, 0x04, 0x0000011d },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_grctx_init_gpc[] = {
|
||||
{ 0x418380, 1, 0x04, 0x00000016 },
|
||||
{ 0x418400, 1, 0x04, 0x38004e00 },
|
||||
{ 0x418404, 1, 0x04, 0x71e0ffff },
|
||||
{ 0x41840c, 1, 0x04, 0x00001008 },
|
||||
{ 0x418410, 1, 0x04, 0x0fff0fff },
|
||||
{ 0x418414, 1, 0x04, 0x02200fff },
|
||||
{ 0x418450, 6, 0x04, 0x00000000 },
|
||||
{ 0x418468, 1, 0x04, 0x00000001 },
|
||||
{ 0x41846c, 2, 0x04, 0x00000000 },
|
||||
{ 0x418600, 1, 0x04, 0x0000001f },
|
||||
{ 0x418684, 1, 0x04, 0x0000000f },
|
||||
{ 0x418700, 1, 0x04, 0x00000002 },
|
||||
{ 0x418704, 1, 0x04, 0x00000080 },
|
||||
{ 0x418708, 3, 0x04, 0x00000000 },
|
||||
{ 0x418800, 1, 0x04, 0x7006860a },
|
||||
{ 0x418808, 1, 0x04, 0x00000000 },
|
||||
{ 0x41880c, 1, 0x04, 0x00000030 },
|
||||
{ 0x418810, 1, 0x04, 0x00000000 },
|
||||
{ 0x418828, 1, 0x04, 0x00000044 },
|
||||
{ 0x418830, 1, 0x04, 0x10000001 },
|
||||
{ 0x4188d8, 1, 0x04, 0x00000008 },
|
||||
{ 0x4188e0, 1, 0x04, 0x01000000 },
|
||||
{ 0x4188e8, 5, 0x04, 0x00000000 },
|
||||
{ 0x4188fc, 1, 0x04, 0x20100018 },
|
||||
{ 0x41891c, 1, 0x04, 0x00ff00ff },
|
||||
{ 0x418924, 1, 0x04, 0x00000000 },
|
||||
{ 0x418928, 1, 0x04, 0x00ffff00 },
|
||||
{ 0x41892c, 1, 0x04, 0x0000ff00 },
|
||||
{ 0x418a00, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a0c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a10, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a20, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a2c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a30, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a40, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a4c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a50, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a60, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a6c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a70, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a80, 3, 0x04, 0x00000000 },
|
||||
{ 0x418a8c, 1, 0x04, 0x00010000 },
|
||||
{ 0x418a90, 3, 0x04, 0x00000000 },
|
||||
{ 0x418aa0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418aac, 1, 0x04, 0x00010000 },
|
||||
{ 0x418ab0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418ac0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418acc, 1, 0x04, 0x00010000 },
|
||||
{ 0x418ad0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418ae0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418aec, 1, 0x04, 0x00010000 },
|
||||
{ 0x418af0, 3, 0x04, 0x00000000 },
|
||||
{ 0x418b00, 1, 0x04, 0x00000006 },
|
||||
{ 0x418b08, 1, 0x04, 0x0a418820 },
|
||||
{ 0x418b0c, 1, 0x04, 0x062080e6 },
|
||||
{ 0x418b10, 1, 0x04, 0x020398a4 },
|
||||
{ 0x418b14, 1, 0x04, 0x0e629062 },
|
||||
{ 0x418b18, 1, 0x04, 0x0a418820 },
|
||||
{ 0x418b1c, 1, 0x04, 0x000000e6 },
|
||||
{ 0x418bb8, 1, 0x04, 0x00000103 },
|
||||
{ 0x418c08, 1, 0x04, 0x00000001 },
|
||||
{ 0x418c10, 8, 0x04, 0x00000000 },
|
||||
{ 0x418c40, 1, 0x04, 0xffffffff },
|
||||
{ 0x418c6c, 1, 0x04, 0x00000001 },
|
||||
{ 0x418c80, 1, 0x04, 0x20200004 },
|
||||
{ 0x418c8c, 1, 0x04, 0x00000001 },
|
||||
{ 0x418d24, 1, 0x04, 0x00000000 },
|
||||
{ 0x419000, 1, 0x04, 0x00000780 },
|
||||
{ 0x419004, 2, 0x04, 0x00000000 },
|
||||
{ 0x419014, 1, 0x04, 0x00000004 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_grctx_init_tpc[] = {
|
||||
{ 0x419848, 1, 0x04, 0x00000000 },
|
||||
{ 0x419864, 1, 0x04, 0x00000129 },
|
||||
{ 0x419888, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a00, 1, 0x04, 0x000000f0 },
|
||||
{ 0x419a04, 1, 0x04, 0x00000001 },
|
||||
{ 0x419a08, 1, 0x04, 0x00000021 },
|
||||
{ 0x419a0c, 1, 0x04, 0x00020000 },
|
||||
{ 0x419a10, 1, 0x04, 0x00000000 },
|
||||
{ 0x419a14, 1, 0x04, 0x00000200 },
|
||||
{ 0x419a1c, 1, 0x04, 0x0000c000 },
|
||||
{ 0x419a20, 1, 0x04, 0x00020800 },
|
||||
{ 0x419a30, 1, 0x04, 0x00000001 },
|
||||
{ 0x419ac4, 1, 0x04, 0x0037f440 },
|
||||
{ 0x419c00, 1, 0x04, 0x0000001a },
|
||||
{ 0x419c04, 1, 0x04, 0x80000006 },
|
||||
{ 0x419c08, 1, 0x04, 0x00000002 },
|
||||
{ 0x419c20, 1, 0x04, 0x00000000 },
|
||||
{ 0x419c24, 1, 0x04, 0x00084210 },
|
||||
{ 0x419c28, 1, 0x04, 0x3efbefbe },
|
||||
{ 0x419ce8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cf4, 1, 0x04, 0x00000203 },
|
||||
{ 0x419e04, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e08, 1, 0x04, 0x0000001d },
|
||||
{ 0x419e0c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e10, 1, 0x04, 0x00001c02 },
|
||||
{ 0x419e44, 1, 0x04, 0x0013eff2 },
|
||||
{ 0x419e48, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e4c, 1, 0x04, 0x0000007f },
|
||||
{ 0x419e50, 2, 0x04, 0x00000000 },
|
||||
{ 0x419e58, 1, 0x04, 0x00000001 },
|
||||
{ 0x419e5c, 3, 0x04, 0x00000000 },
|
||||
{ 0x419e68, 1, 0x04, 0x00000002 },
|
||||
{ 0x419e6c, 12, 0x04, 0x00000000 },
|
||||
{ 0x419eac, 1, 0x04, 0x00001fcf },
|
||||
{ 0x419eb0, 1, 0x04, 0x0db00da0 },
|
||||
{ 0x419eb8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ec8, 1, 0x04, 0x0001304f },
|
||||
{ 0x419f30, 4, 0x04, 0x00000000 },
|
||||
{ 0x419f40, 1, 0x04, 0x00000018 },
|
||||
{ 0x419f44, 3, 0x04, 0x00000000 },
|
||||
{ 0x419f58, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f70, 1, 0x04, 0x00007300 },
|
||||
{ 0x419f78, 1, 0x04, 0x000000eb },
|
||||
{ 0x419f7c, 1, 0x04, 0x00000404 },
|
||||
|
||||
{ 0x41be24, 1, 0x04, 0x00000006 },
|
||||
{ 0x41bec0, 1, 0x04, 0x10000000 },
|
||||
{ 0x41bec4, 1, 0x04, 0x00037f7f },
|
||||
{ 0x41bee4, 1, 0x04, 0x00000000 },
|
||||
{ 0x41bf00, 1, 0x04, 0x0a418820 },
|
||||
{ 0x41bf04, 1, 0x04, 0x062080e6 },
|
||||
{ 0x41bf08, 1, 0x04, 0x020398a4 },
|
||||
{ 0x41bf0c, 1, 0x04, 0x0e629062 },
|
||||
{ 0x41bf10, 1, 0x04, 0x0a418820 },
|
||||
{ 0x41bf14, 1, 0x04, 0x000000e6 },
|
||||
{ 0x41bfd0, 1, 0x04, 0x00900103 },
|
||||
{ 0x41bfe0, 1, 0x04, 0x00400001 },
|
||||
{ 0x41bfe4, 1, 0x04, 0x00000000 },
|
||||
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init *
|
||||
nvf0_grctx_init_mmio[] = {
|
||||
nvc0_grctx_init_base,
|
||||
nvf0_grctx_init_unk40xx,
|
||||
nvf0_grctx_init_unk44xx,
|
||||
nve4_grctx_init_unk46xx,
|
||||
nve4_grctx_init_unk47xx,
|
||||
nve4_grctx_init_unk58xx,
|
||||
nvf0_grctx_init_unk5bxx,
|
||||
nvf0_grctx_init_unk60xx,
|
||||
nvf0_grctx_init_unk64xx,
|
||||
nve4_grctx_init_unk80xx,
|
||||
nvf0_grctx_init_unk88xx,
|
||||
nvd9_grctx_init_rop,
|
||||
NULL
|
||||
};
|
||||
|
||||
static struct nvc0_graph_mthd
|
||||
nvf0_grctx_init_mthd[] = {
|
||||
{ 0xa197, nvc1_grctx_init_9097, },
|
||||
{ 0x902d, nvc0_grctx_init_902d, },
|
||||
{ 0x902d, nvc0_grctx_init_mthd_magic, },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nouveau_oclass *
|
||||
nvf0_grctx_oclass = &(struct nvc0_grctx_oclass) {
|
||||
.base.handle = NV_ENGCTX(GR, 0xf0),
|
||||
.base.ofuncs = &(struct nouveau_ofuncs) {
|
||||
.ctor = nvc0_graph_context_ctor,
|
||||
.dtor = nvc0_graph_context_dtor,
|
||||
.init = _nouveau_graph_context_init,
|
||||
.fini = _nouveau_graph_context_fini,
|
||||
.rd32 = _nouveau_graph_context_rd32,
|
||||
.wr32 = _nouveau_graph_context_wr32,
|
||||
},
|
||||
.main = nve4_grctx_generate_main,
|
||||
.mods = nve4_grctx_generate_mods,
|
||||
.mmio = nvf0_grctx_init_mmio,
|
||||
.gpc = nvf0_grctx_init_gpc,
|
||||
.tpc = nvf0_grctx_init_tpc,
|
||||
.icmd = nvc0_grctx_init_icmd,
|
||||
.mthd = nvf0_grctx_init_mthd,
|
||||
}.base;
|
File diff suppressed because it is too large
Load Diff
|
@ -102,76 +102,178 @@ struct nvc0_graph_chan {
|
|||
} data[4];
|
||||
};
|
||||
|
||||
static inline u32
|
||||
nvc0_graph_class(void *obj)
|
||||
{
|
||||
struct nouveau_device *device = nv_device(obj);
|
||||
|
||||
switch (device->chipset) {
|
||||
case 0xc0:
|
||||
case 0xc3:
|
||||
case 0xc4:
|
||||
case 0xce: /* guess, mmio trace shows only 0x9097 state */
|
||||
case 0xcf: /* guess, mmio trace shows only 0x9097 state */
|
||||
return 0x9097;
|
||||
case 0xc1:
|
||||
return 0x9197;
|
||||
case 0xc8:
|
||||
case 0xd9:
|
||||
case 0xd7:
|
||||
return 0x9297;
|
||||
case 0xe4:
|
||||
case 0xe7:
|
||||
case 0xe6:
|
||||
return 0xa097;
|
||||
case 0xf0:
|
||||
return 0xa197;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
void nv_icmd(struct nvc0_graph_priv *priv, u32 icmd, u32 data);
|
||||
|
||||
static inline void
|
||||
nv_mthd(struct nvc0_graph_priv *priv, u32 class, u32 mthd, u32 data)
|
||||
{
|
||||
nv_wr32(priv, 0x40448c, data);
|
||||
nv_wr32(priv, 0x404488, 0x80000000 | (mthd << 14) | class);
|
||||
}
|
||||
|
||||
struct nvc0_grctx {
|
||||
struct nvc0_graph_priv *priv;
|
||||
struct nvc0_graph_data *data;
|
||||
struct nvc0_graph_mmio *mmio;
|
||||
struct nouveau_gpuobj *chan;
|
||||
int buffer_nr;
|
||||
u64 buffer[4];
|
||||
u64 addr;
|
||||
};
|
||||
|
||||
int nvc0_grctx_generate(struct nvc0_graph_priv *);
|
||||
int nvc0_grctx_init(struct nvc0_graph_priv *, struct nvc0_grctx *);
|
||||
void nvc0_grctx_data(struct nvc0_grctx *, u32, u32, u32);
|
||||
void nvc0_grctx_mmio(struct nvc0_grctx *, u32, u32, u32, u32);
|
||||
int nvc0_grctx_fini(struct nvc0_grctx *);
|
||||
|
||||
int nve0_grctx_generate(struct nvc0_graph_priv *);
|
||||
|
||||
#define mmio_data(s,a,p) nvc0_grctx_data(&info, (s), (a), (p))
|
||||
#define mmio_list(r,d,s,b) nvc0_grctx_mmio(&info, (r), (d), (s), (b))
|
||||
|
||||
void nvc0_graph_ctxctl_debug(struct nvc0_graph_priv *);
|
||||
int nvc0_graph_ctor_fw(struct nvc0_graph_priv *, const char *,
|
||||
struct nvc0_graph_fuc *);
|
||||
void nvc0_graph_dtor(struct nouveau_object *);
|
||||
void nvc0_graph_init_fw(struct nvc0_graph_priv *, u32 base,
|
||||
struct nvc0_graph_fuc *, struct nvc0_graph_fuc *);
|
||||
int nvc0_graph_context_ctor(struct nouveau_object *, struct nouveau_object *,
|
||||
struct nouveau_oclass *, void *, u32,
|
||||
struct nouveau_object **);
|
||||
void nvc0_graph_context_dtor(struct nouveau_object *);
|
||||
|
||||
u64 nvc0_graph_units(struct nouveau_graph *);
|
||||
void nvc0_graph_ctxctl_debug(struct nvc0_graph_priv *);
|
||||
|
||||
u64 nvc0_graph_units(struct nouveau_graph *);
|
||||
int nvc0_graph_ctor(struct nouveau_object *, struct nouveau_object *,
|
||||
struct nouveau_oclass *, void *data, u32 size,
|
||||
struct nouveau_object **);
|
||||
void nvc0_graph_dtor(struct nouveau_object *);
|
||||
int nvc0_graph_init(struct nouveau_object *);
|
||||
int nve4_graph_init(struct nouveau_object *);
|
||||
|
||||
extern struct nouveau_oclass nvc0_graph_sclass[];
|
||||
|
||||
extern struct nouveau_oclass nvc8_graph_sclass[];
|
||||
|
||||
struct nvc0_graph_init {
|
||||
u32 addr;
|
||||
u8 count;
|
||||
u8 pitch;
|
||||
u32 data;
|
||||
};
|
||||
|
||||
struct nvc0_graph_mthd {
|
||||
u16 oclass;
|
||||
struct nvc0_graph_init *init;
|
||||
};
|
||||
|
||||
struct nvc0_grctx {
|
||||
struct nvc0_graph_priv *priv;
|
||||
struct nvc0_graph_data *data;
|
||||
struct nvc0_graph_mmio *mmio;
|
||||
int buffer_nr;
|
||||
u64 buffer[4];
|
||||
u64 addr;
|
||||
};
|
||||
|
||||
struct nvc0_grctx_oclass {
|
||||
struct nouveau_oclass base;
|
||||
/* main context generation function */
|
||||
void (*main)(struct nvc0_graph_priv *, struct nvc0_grctx *);
|
||||
/* context-specific modify-on-first-load list generation function */
|
||||
void (*mods)(struct nvc0_graph_priv *, struct nvc0_grctx *);
|
||||
/* mmio context data */
|
||||
struct nvc0_graph_init **mmio;
|
||||
struct nvc0_graph_init *gpc;
|
||||
struct nvc0_graph_init *tpc;
|
||||
/* indirect context data, generated with icmds/mthds */
|
||||
struct nvc0_graph_init *icmd;
|
||||
struct nvc0_graph_mthd *mthd;
|
||||
};
|
||||
|
||||
struct nvc0_graph_ucode {
|
||||
struct nvc0_graph_fuc code;
|
||||
struct nvc0_graph_fuc data;
|
||||
};
|
||||
|
||||
extern struct nvc0_graph_ucode nvc0_graph_fecs_ucode;
|
||||
extern struct nvc0_graph_ucode nvc0_graph_gpccs_ucode;
|
||||
|
||||
struct nvc0_graph_oclass {
|
||||
struct nouveau_oclass base;
|
||||
struct nouveau_oclass **cclass;
|
||||
struct nouveau_oclass *sclass;
|
||||
struct nvc0_graph_init **mmio;
|
||||
struct {
|
||||
struct nvc0_graph_ucode *ucode;
|
||||
} fecs;
|
||||
struct {
|
||||
struct nvc0_graph_ucode *ucode;
|
||||
} gpccs;
|
||||
};
|
||||
|
||||
void nvc0_graph_mmio(struct nvc0_graph_priv *, struct nvc0_graph_init *);
|
||||
void nvc0_graph_icmd(struct nvc0_graph_priv *, struct nvc0_graph_init *);
|
||||
void nvc0_graph_mthd(struct nvc0_graph_priv *, struct nvc0_graph_mthd *);
|
||||
int nvc0_graph_init_ctxctl(struct nvc0_graph_priv *);
|
||||
|
||||
extern struct nvc0_graph_init nvc0_graph_init_regs[];
|
||||
extern struct nvc0_graph_init nvc0_graph_init_unk40xx[];
|
||||
extern struct nvc0_graph_init nvc0_graph_init_unk44xx[];
|
||||
extern struct nvc0_graph_init nvc0_graph_init_unk78xx[];
|
||||
extern struct nvc0_graph_init nvc0_graph_init_unk60xx[];
|
||||
extern struct nvc0_graph_init nvc0_graph_init_unk58xx[];
|
||||
extern struct nvc0_graph_init nvc0_graph_init_unk80xx[];
|
||||
extern struct nvc0_graph_init nvc0_graph_init_gpc[];
|
||||
extern struct nvc0_graph_init nvc0_graph_init_unk88xx[];
|
||||
|
||||
extern struct nvc0_graph_init nvc3_graph_init_unk58xx[];
|
||||
|
||||
extern struct nvc0_graph_init nvd9_graph_init_unk64xx[];
|
||||
|
||||
extern struct nvc0_graph_init nve4_graph_init_regs[];
|
||||
extern struct nvc0_graph_init nve4_graph_init_unk[];
|
||||
extern struct nvc0_graph_init nve4_graph_init_unk88xx[];
|
||||
|
||||
int nvc0_grctx_generate(struct nvc0_graph_priv *);
|
||||
void nvc0_grctx_generate_main(struct nvc0_graph_priv *, struct nvc0_grctx *);
|
||||
void nvc0_grctx_generate_mods(struct nvc0_graph_priv *, struct nvc0_grctx *);
|
||||
void nvc0_grctx_generate_tpcid(struct nvc0_graph_priv *);
|
||||
void nvc0_grctx_generate_r406028(struct nvc0_graph_priv *);
|
||||
void nvc0_grctx_generate_r4060a8(struct nvc0_graph_priv *);
|
||||
void nvc0_grctx_generate_r418bb8(struct nvc0_graph_priv *);
|
||||
void nvc0_grctx_generate_r406800(struct nvc0_graph_priv *);
|
||||
|
||||
extern struct nouveau_oclass *nvc0_grctx_oclass;
|
||||
extern struct nvc0_graph_init *nvc0_grctx_init_mmio[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_base[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_unk40xx[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_unk44xx[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_unk46xx[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_unk47xx[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_unk60xx[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_unk64xx[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_unk78xx[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_unk80xx[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_gpc[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_tpc[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_icmd[];
|
||||
extern struct nvc0_graph_init nvd9_grctx_init_icmd[]; //
|
||||
|
||||
extern struct nvc0_graph_mthd nvc0_grctx_init_mthd[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_902d[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_9039[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_90c0[];
|
||||
extern struct nvc0_graph_init nvc0_grctx_init_mthd_magic[];
|
||||
|
||||
void nvc1_grctx_generate_mods(struct nvc0_graph_priv *, struct nvc0_grctx *);
|
||||
extern struct nouveau_oclass *nvc1_grctx_oclass;
|
||||
extern struct nvc0_graph_init nvc1_grctx_init_9097[];
|
||||
|
||||
extern struct nouveau_oclass *nvc3_grctx_oclass;
|
||||
|
||||
extern struct nouveau_oclass *nvc8_grctx_oclass;
|
||||
extern struct nvc0_graph_init nvc8_grctx_init_9197[];
|
||||
extern struct nvc0_graph_init nvc8_grctx_init_9297[];
|
||||
|
||||
extern struct nouveau_oclass *nvd9_grctx_oclass;
|
||||
extern struct nvc0_graph_init nvd9_grctx_init_rop[];
|
||||
|
||||
void nve4_grctx_generate_main(struct nvc0_graph_priv *, struct nvc0_grctx *);
|
||||
void nve4_grctx_generate_mods(struct nvc0_graph_priv *, struct nvc0_grctx *);
|
||||
extern struct nouveau_oclass *nve4_grctx_oclass;
|
||||
extern struct nvc0_graph_init nve4_grctx_init_unk46xx[];
|
||||
extern struct nvc0_graph_init nve4_grctx_init_unk47xx[];
|
||||
extern struct nvc0_graph_init nve4_grctx_init_unk58xx[];
|
||||
extern struct nvc0_graph_init nve4_grctx_init_unk80xx[];
|
||||
extern struct nvc0_graph_init nve4_grctx_init_unk90xx[];
|
||||
|
||||
extern struct nouveau_oclass *nvf0_grctx_oclass;
|
||||
|
||||
#define mmio_data(s,a,p) do { \
|
||||
info->buffer[info->buffer_nr] = round_up(info->addr, (a)); \
|
||||
info->addr = info->buffer[info->buffer_nr++] + (s); \
|
||||
info->data->size = (s); \
|
||||
info->data->align = (a); \
|
||||
info->data->access = (p); \
|
||||
info->data++; \
|
||||
} while(0)
|
||||
|
||||
#define mmio_list(r,d,s,b) do { \
|
||||
info->mmio->addr = (r); \
|
||||
info->mmio->data = (d); \
|
||||
info->mmio->shift = (s); \
|
||||
info->mmio->buffer = (b); \
|
||||
info->mmio++; \
|
||||
nv_wr32(priv, (r), (d) | ((s) ? (info->buffer[(b)] >> (s)) : 0)); \
|
||||
} while(0)
|
||||
|
||||
#endif
|
||||
|
|
|
@ -0,0 +1,143 @@
|
|||
/*
|
||||
* Copyright 2013 Red Hat Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors: Ben Skeggs <bskeggs@redhat.com>
|
||||
*/
|
||||
|
||||
#include "nvc0.h"
|
||||
|
||||
/*******************************************************************************
|
||||
* Graphics object classes
|
||||
******************************************************************************/
|
||||
|
||||
static struct nouveau_oclass
|
||||
nvc1_graph_sclass[] = {
|
||||
{ 0x902d, &nouveau_object_ofuncs },
|
||||
{ 0x9039, &nouveau_object_ofuncs },
|
||||
{ 0x9097, &nouveau_object_ofuncs },
|
||||
{ 0x90c0, &nouveau_object_ofuncs },
|
||||
{ 0x9197, &nouveau_object_ofuncs },
|
||||
{}
|
||||
};
|
||||
|
||||
/*******************************************************************************
|
||||
* PGRAPH engine/subdev functions
|
||||
******************************************************************************/
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc1_graph_init_gpc[] = {
|
||||
{ 0x4184a0, 1, 0x04, 0x00000000 },
|
||||
{ 0x418604, 1, 0x04, 0x00000000 },
|
||||
{ 0x418680, 1, 0x04, 0x00000000 },
|
||||
{ 0x418714, 1, 0x04, 0x00000000 },
|
||||
{ 0x418384, 1, 0x04, 0x00000000 },
|
||||
{ 0x418814, 3, 0x04, 0x00000000 },
|
||||
{ 0x418b04, 1, 0x04, 0x00000000 },
|
||||
{ 0x4188c8, 2, 0x04, 0x00000000 },
|
||||
{ 0x4188d0, 1, 0x04, 0x00010000 },
|
||||
{ 0x4188d4, 1, 0x04, 0x00000001 },
|
||||
{ 0x418910, 1, 0x04, 0x00010001 },
|
||||
{ 0x418914, 1, 0x04, 0x00000301 },
|
||||
{ 0x418918, 1, 0x04, 0x00800000 },
|
||||
{ 0x418980, 1, 0x04, 0x77777770 },
|
||||
{ 0x418984, 3, 0x04, 0x77777777 },
|
||||
{ 0x418c04, 1, 0x04, 0x00000000 },
|
||||
{ 0x418c88, 1, 0x04, 0x00000000 },
|
||||
{ 0x418d00, 1, 0x04, 0x00000000 },
|
||||
{ 0x418f08, 1, 0x04, 0x00000000 },
|
||||
{ 0x418e00, 1, 0x04, 0x00000003 },
|
||||
{ 0x418e08, 1, 0x04, 0x00000000 },
|
||||
{ 0x41900c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419018, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc1_graph_init_tpc[] = {
|
||||
{ 0x419d08, 2, 0x04, 0x00000000 },
|
||||
{ 0x419d10, 1, 0x04, 0x00000014 },
|
||||
{ 0x419ab0, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ac8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ab8, 1, 0x04, 0x000000e7 },
|
||||
{ 0x419abc, 2, 0x04, 0x00000000 },
|
||||
{ 0x41980c, 2, 0x04, 0x00000000 },
|
||||
{ 0x419814, 1, 0x04, 0x00000004 },
|
||||
{ 0x419844, 1, 0x04, 0x00000000 },
|
||||
{ 0x41984c, 1, 0x04, 0x00005bc5 },
|
||||
{ 0x419850, 4, 0x04, 0x00000000 },
|
||||
{ 0x419880, 1, 0x04, 0x00000002 },
|
||||
{ 0x419c98, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ca8, 1, 0x04, 0x80000000 },
|
||||
{ 0x419cb4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cb8, 1, 0x04, 0x00008bf4 },
|
||||
{ 0x419cbc, 1, 0x04, 0x28137606 },
|
||||
{ 0x419cc0, 2, 0x04, 0x00000000 },
|
||||
{ 0x419bd4, 1, 0x04, 0x00800000 },
|
||||
{ 0x419bdc, 1, 0x04, 0x00000000 },
|
||||
{ 0x419d2c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419c0c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e00, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ea0, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ea4, 1, 0x04, 0x00000100 },
|
||||
{ 0x419ea8, 1, 0x04, 0x00001100 },
|
||||
{ 0x419eac, 1, 0x04, 0x11100702 },
|
||||
{ 0x419eb0, 1, 0x04, 0x00000003 },
|
||||
{ 0x419eb4, 4, 0x04, 0x00000000 },
|
||||
{ 0x419ec8, 1, 0x04, 0x0e063818 },
|
||||
{ 0x419ecc, 1, 0x04, 0x0e060e06 },
|
||||
{ 0x419ed0, 1, 0x04, 0x00003818 },
|
||||
{ 0x419ed4, 1, 0x04, 0x011104f1 },
|
||||
{ 0x419edc, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f00, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f2c, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nvc0_graph_init *
|
||||
nvc1_graph_init_mmio[] = {
|
||||
nvc0_graph_init_regs,
|
||||
nvc0_graph_init_unk40xx,
|
||||
nvc0_graph_init_unk44xx,
|
||||
nvc0_graph_init_unk78xx,
|
||||
nvc0_graph_init_unk60xx,
|
||||
nvc3_graph_init_unk58xx,
|
||||
nvc0_graph_init_unk80xx,
|
||||
nvc1_graph_init_gpc,
|
||||
nvc1_graph_init_tpc,
|
||||
nvc0_graph_init_unk88xx,
|
||||
NULL
|
||||
};
|
||||
|
||||
struct nouveau_oclass *
|
||||
nvc1_graph_oclass = &(struct nvc0_graph_oclass) {
|
||||
.base.handle = NV_ENGINE(GR, 0xc1),
|
||||
.base.ofuncs = &(struct nouveau_ofuncs) {
|
||||
.ctor = nvc0_graph_ctor,
|
||||
.dtor = nvc0_graph_dtor,
|
||||
.init = nvc0_graph_init,
|
||||
.fini = _nouveau_graph_fini,
|
||||
},
|
||||
.cclass = &nvc1_grctx_oclass,
|
||||
.sclass = nvc1_graph_sclass,
|
||||
.mmio = nvc1_graph_init_mmio,
|
||||
.fecs.ucode = &nvc0_graph_fecs_ucode,
|
||||
.gpccs.ucode = &nvc0_graph_gpccs_ucode,
|
||||
}.base;
|
|
@ -0,0 +1,109 @@
|
|||
/*
|
||||
* Copyright 2013 Red Hat Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors: Ben Skeggs <bskeggs@redhat.com>
|
||||
*/
|
||||
|
||||
#include "nvc0.h"
|
||||
|
||||
/*******************************************************************************
|
||||
* PGRAPH engine/subdev functions
|
||||
******************************************************************************/
|
||||
|
||||
struct nvc0_graph_init
|
||||
nvc3_graph_init_unk58xx[] = {
|
||||
{ 0x405844, 1, 0x04, 0x00ffffff },
|
||||
{ 0x405850, 1, 0x04, 0x00000000 },
|
||||
{ 0x405900, 1, 0x04, 0x00002834 },
|
||||
{ 0x405908, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc3_graph_init_tpc[] = {
|
||||
{ 0x419d08, 2, 0x04, 0x00000000 },
|
||||
{ 0x419d10, 1, 0x04, 0x00000014 },
|
||||
{ 0x419ab0, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ac8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ab8, 1, 0x04, 0x000000e7 },
|
||||
{ 0x419abc, 2, 0x04, 0x00000000 },
|
||||
{ 0x41980c, 3, 0x04, 0x00000000 },
|
||||
{ 0x419844, 1, 0x04, 0x00000000 },
|
||||
{ 0x41984c, 1, 0x04, 0x00005bc5 },
|
||||
{ 0x419850, 4, 0x04, 0x00000000 },
|
||||
{ 0x419880, 1, 0x04, 0x00000002 },
|
||||
{ 0x419c98, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ca8, 1, 0x04, 0x80000000 },
|
||||
{ 0x419cb4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cb8, 1, 0x04, 0x00008bf4 },
|
||||
{ 0x419cbc, 1, 0x04, 0x28137606 },
|
||||
{ 0x419cc0, 2, 0x04, 0x00000000 },
|
||||
{ 0x419bd4, 1, 0x04, 0x00800000 },
|
||||
{ 0x419bdc, 1, 0x04, 0x00000000 },
|
||||
{ 0x419d2c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419c0c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e00, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ea0, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ea4, 1, 0x04, 0x00000100 },
|
||||
{ 0x419ea8, 1, 0x04, 0x00001100 },
|
||||
{ 0x419eac, 1, 0x04, 0x11100702 },
|
||||
{ 0x419eb0, 1, 0x04, 0x00000003 },
|
||||
{ 0x419eb4, 4, 0x04, 0x00000000 },
|
||||
{ 0x419ec8, 1, 0x04, 0x0e063818 },
|
||||
{ 0x419ecc, 1, 0x04, 0x0e060e06 },
|
||||
{ 0x419ed0, 1, 0x04, 0x00003818 },
|
||||
{ 0x419ed4, 1, 0x04, 0x011104f1 },
|
||||
{ 0x419edc, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f00, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f2c, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init *
|
||||
nvc3_graph_init_mmio[] = {
|
||||
nvc0_graph_init_regs,
|
||||
nvc0_graph_init_unk40xx,
|
||||
nvc0_graph_init_unk44xx,
|
||||
nvc0_graph_init_unk78xx,
|
||||
nvc0_graph_init_unk60xx,
|
||||
nvc3_graph_init_unk58xx,
|
||||
nvc0_graph_init_unk80xx,
|
||||
nvc0_graph_init_gpc,
|
||||
nvc3_graph_init_tpc,
|
||||
nvc0_graph_init_unk88xx,
|
||||
NULL
|
||||
};
|
||||
|
||||
struct nouveau_oclass *
|
||||
nvc3_graph_oclass = &(struct nvc0_graph_oclass) {
|
||||
.base.handle = NV_ENGINE(GR, 0xc3),
|
||||
.base.ofuncs = &(struct nouveau_ofuncs) {
|
||||
.ctor = nvc0_graph_ctor,
|
||||
.dtor = nvc0_graph_dtor,
|
||||
.init = nvc0_graph_init,
|
||||
.fini = _nouveau_graph_fini,
|
||||
},
|
||||
.cclass = &nvc3_grctx_oclass,
|
||||
.sclass = nvc0_graph_sclass,
|
||||
.mmio = nvc3_graph_init_mmio,
|
||||
.fecs.ucode = &nvc0_graph_fecs_ucode,
|
||||
.gpccs.ucode = &nvc0_graph_gpccs_ucode,
|
||||
}.base;
|
|
@ -0,0 +1,140 @@
|
|||
/*
|
||||
* Copyright 2013 Red Hat Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors: Ben Skeggs <bskeggs@redhat.com>
|
||||
*/
|
||||
|
||||
#include "nvc0.h"
|
||||
|
||||
/*******************************************************************************
|
||||
* Graphics object classes
|
||||
******************************************************************************/
|
||||
|
||||
struct nouveau_oclass
|
||||
nvc8_graph_sclass[] = {
|
||||
{ 0x902d, &nouveau_object_ofuncs },
|
||||
{ 0x9039, &nouveau_object_ofuncs },
|
||||
{ 0x9097, &nouveau_object_ofuncs },
|
||||
{ 0x90c0, &nouveau_object_ofuncs },
|
||||
{ 0x9197, &nouveau_object_ofuncs },
|
||||
{ 0x9297, &nouveau_object_ofuncs },
|
||||
{}
|
||||
};
|
||||
|
||||
/*******************************************************************************
|
||||
* PGRAPH engine/subdev functions
|
||||
******************************************************************************/
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc8_graph_init_gpc[] = {
|
||||
{ 0x4184a0, 1, 0x04, 0x00000000 },
|
||||
{ 0x418604, 1, 0x04, 0x00000000 },
|
||||
{ 0x418680, 1, 0x04, 0x00000000 },
|
||||
{ 0x418714, 1, 0x04, 0x80000000 },
|
||||
{ 0x418384, 1, 0x04, 0x00000000 },
|
||||
{ 0x418814, 3, 0x04, 0x00000000 },
|
||||
{ 0x418b04, 1, 0x04, 0x00000000 },
|
||||
{ 0x4188c8, 2, 0x04, 0x00000000 },
|
||||
{ 0x4188d0, 1, 0x04, 0x00010000 },
|
||||
{ 0x4188d4, 1, 0x04, 0x00000001 },
|
||||
{ 0x418910, 1, 0x04, 0x00010001 },
|
||||
{ 0x418914, 1, 0x04, 0x00000301 },
|
||||
{ 0x418918, 1, 0x04, 0x00800000 },
|
||||
{ 0x418980, 1, 0x04, 0x77777770 },
|
||||
{ 0x418984, 3, 0x04, 0x77777777 },
|
||||
{ 0x418c04, 1, 0x04, 0x00000000 },
|
||||
{ 0x418c88, 1, 0x04, 0x00000000 },
|
||||
{ 0x418d00, 1, 0x04, 0x00000000 },
|
||||
{ 0x418f08, 1, 0x04, 0x00000000 },
|
||||
{ 0x418e00, 1, 0x04, 0x00000050 },
|
||||
{ 0x418e08, 1, 0x04, 0x00000000 },
|
||||
{ 0x41900c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419018, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvc8_graph_init_tpc[] = {
|
||||
{ 0x419d08, 2, 0x04, 0x00000000 },
|
||||
{ 0x419d10, 1, 0x04, 0x00000014 },
|
||||
{ 0x419ab0, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ab8, 1, 0x04, 0x000000e7 },
|
||||
{ 0x419abc, 2, 0x04, 0x00000000 },
|
||||
{ 0x41980c, 3, 0x04, 0x00000000 },
|
||||
{ 0x419844, 1, 0x04, 0x00000000 },
|
||||
{ 0x41984c, 1, 0x04, 0x00005bc5 },
|
||||
{ 0x419850, 4, 0x04, 0x00000000 },
|
||||
{ 0x419c98, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ca8, 1, 0x04, 0x80000000 },
|
||||
{ 0x419cb4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cb8, 1, 0x04, 0x00008bf4 },
|
||||
{ 0x419cbc, 1, 0x04, 0x28137606 },
|
||||
{ 0x419cc0, 2, 0x04, 0x00000000 },
|
||||
{ 0x419bd4, 1, 0x04, 0x00800000 },
|
||||
{ 0x419bdc, 1, 0x04, 0x00000000 },
|
||||
{ 0x419d2c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419c0c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e00, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ea0, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ea4, 1, 0x04, 0x00000100 },
|
||||
{ 0x419ea8, 1, 0x04, 0x00001100 },
|
||||
{ 0x419eac, 1, 0x04, 0x11100f02 },
|
||||
{ 0x419eb0, 1, 0x04, 0x00000003 },
|
||||
{ 0x419eb4, 4, 0x04, 0x00000000 },
|
||||
{ 0x419ec8, 1, 0x04, 0x06060618 },
|
||||
{ 0x419ed0, 1, 0x04, 0x0eff0e38 },
|
||||
{ 0x419ed4, 1, 0x04, 0x011104f1 },
|
||||
{ 0x419edc, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f00, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f2c, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init *
|
||||
nvc8_graph_init_mmio[] = {
|
||||
nvc0_graph_init_regs,
|
||||
nvc0_graph_init_unk40xx,
|
||||
nvc0_graph_init_unk44xx,
|
||||
nvc0_graph_init_unk78xx,
|
||||
nvc0_graph_init_unk60xx,
|
||||
nvc0_graph_init_unk58xx,
|
||||
nvc0_graph_init_unk80xx,
|
||||
nvc8_graph_init_gpc,
|
||||
nvc8_graph_init_tpc,
|
||||
nvc0_graph_init_unk88xx,
|
||||
NULL
|
||||
};
|
||||
|
||||
struct nouveau_oclass *
|
||||
nvc8_graph_oclass = &(struct nvc0_graph_oclass) {
|
||||
.base.handle = NV_ENGINE(GR, 0xc8),
|
||||
.base.ofuncs = &(struct nouveau_ofuncs) {
|
||||
.ctor = nvc0_graph_ctor,
|
||||
.dtor = nvc0_graph_dtor,
|
||||
.init = nvc0_graph_init,
|
||||
.fini = _nouveau_graph_fini,
|
||||
},
|
||||
.cclass = &nvc8_grctx_oclass,
|
||||
.sclass = nvc8_graph_sclass,
|
||||
.mmio = nvc8_graph_init_mmio,
|
||||
.fecs.ucode = &nvc0_graph_fecs_ucode,
|
||||
.gpccs.ucode = &nvc0_graph_gpccs_ucode,
|
||||
}.base;
|
|
@ -0,0 +1,164 @@
|
|||
/*
|
||||
* Copyright 2013 Red Hat Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors: Ben Skeggs <bskeggs@redhat.com>
|
||||
*/
|
||||
|
||||
#include "nvc0.h"
|
||||
|
||||
/*******************************************************************************
|
||||
* PGRAPH engine/subdev functions
|
||||
******************************************************************************/
|
||||
|
||||
struct nvc0_graph_init
|
||||
nvd9_graph_init_unk64xx[] = {
|
||||
{ 0x4064f0, 3, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvd9_graph_init_unk58xx[] = {
|
||||
{ 0x405844, 1, 0x04, 0x00ffffff },
|
||||
{ 0x405850, 1, 0x04, 0x00000000 },
|
||||
{ 0x405900, 1, 0x04, 0x00002834 },
|
||||
{ 0x405908, 1, 0x04, 0x00000000 },
|
||||
{ 0x405928, 1, 0x04, 0x00000000 },
|
||||
{ 0x40592c, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvd9_graph_init_gpc[] = {
|
||||
{ 0x418408, 1, 0x04, 0x00000000 },
|
||||
{ 0x4184a0, 1, 0x04, 0x00000000 },
|
||||
{ 0x4184a4, 2, 0x04, 0x00000000 },
|
||||
{ 0x418604, 1, 0x04, 0x00000000 },
|
||||
{ 0x418680, 1, 0x04, 0x00000000 },
|
||||
{ 0x418714, 1, 0x04, 0x00000000 },
|
||||
{ 0x418384, 1, 0x04, 0x00000000 },
|
||||
{ 0x418814, 3, 0x04, 0x00000000 },
|
||||
{ 0x418b04, 1, 0x04, 0x00000000 },
|
||||
{ 0x4188c8, 2, 0x04, 0x00000000 },
|
||||
{ 0x4188d0, 1, 0x04, 0x00010000 },
|
||||
{ 0x4188d4, 1, 0x04, 0x00000001 },
|
||||
{ 0x418910, 1, 0x04, 0x00010001 },
|
||||
{ 0x418914, 1, 0x04, 0x00000301 },
|
||||
{ 0x418918, 1, 0x04, 0x00800000 },
|
||||
{ 0x418980, 1, 0x04, 0x77777770 },
|
||||
{ 0x418984, 3, 0x04, 0x77777777 },
|
||||
{ 0x418c04, 1, 0x04, 0x00000000 },
|
||||
{ 0x418c64, 1, 0x04, 0x00000000 },
|
||||
{ 0x418c68, 1, 0x04, 0x00000000 },
|
||||
{ 0x418c88, 1, 0x04, 0x00000000 },
|
||||
{ 0x418cb4, 2, 0x04, 0x00000000 },
|
||||
{ 0x418d00, 1, 0x04, 0x00000000 },
|
||||
{ 0x418d28, 1, 0x04, 0x00000000 },
|
||||
{ 0x418d2c, 1, 0x04, 0x00000000 },
|
||||
{ 0x418f00, 1, 0x04, 0x00000000 },
|
||||
{ 0x418f08, 1, 0x04, 0x00000000 },
|
||||
{ 0x418f20, 2, 0x04, 0x00000000 },
|
||||
{ 0x418e00, 1, 0x04, 0x00000003 },
|
||||
{ 0x418e08, 1, 0x04, 0x00000000 },
|
||||
{ 0x418e1c, 1, 0x04, 0x00000000 },
|
||||
{ 0x418e20, 1, 0x04, 0x00000000 },
|
||||
{ 0x41900c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419018, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvd9_graph_init_tpc[] = {
|
||||
{ 0x419d08, 2, 0x04, 0x00000000 },
|
||||
{ 0x419d10, 1, 0x04, 0x00000014 },
|
||||
{ 0x419ab0, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ac8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ab8, 1, 0x04, 0x000000e7 },
|
||||
{ 0x419abc, 2, 0x04, 0x00000000 },
|
||||
{ 0x419ab4, 1, 0x04, 0x00000000 },
|
||||
{ 0x41980c, 1, 0x04, 0x00000010 },
|
||||
{ 0x419810, 1, 0x04, 0x00000000 },
|
||||
{ 0x419814, 1, 0x04, 0x00000004 },
|
||||
{ 0x419844, 1, 0x04, 0x00000000 },
|
||||
{ 0x41984c, 1, 0x04, 0x0000a918 },
|
||||
{ 0x419850, 4, 0x04, 0x00000000 },
|
||||
{ 0x419880, 1, 0x04, 0x00000002 },
|
||||
{ 0x419c98, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ca8, 1, 0x04, 0x80000000 },
|
||||
{ 0x419cb4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cb8, 1, 0x04, 0x00008bf4 },
|
||||
{ 0x419cbc, 1, 0x04, 0x28137606 },
|
||||
{ 0x419cc0, 2, 0x04, 0x00000000 },
|
||||
{ 0x419bd4, 1, 0x04, 0x00800000 },
|
||||
{ 0x419bdc, 1, 0x04, 0x00000000 },
|
||||
{ 0x419bf8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419bfc, 1, 0x04, 0x00000000 },
|
||||
{ 0x419d2c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419d48, 1, 0x04, 0x00000000 },
|
||||
{ 0x419d4c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419c0c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e00, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ea0, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ea4, 1, 0x04, 0x00000100 },
|
||||
{ 0x419ea8, 1, 0x04, 0x02001100 },
|
||||
{ 0x419eac, 1, 0x04, 0x11100702 },
|
||||
{ 0x419eb0, 1, 0x04, 0x00000003 },
|
||||
{ 0x419eb4, 4, 0x04, 0x00000000 },
|
||||
{ 0x419ec8, 1, 0x04, 0x0e063818 },
|
||||
{ 0x419ecc, 1, 0x04, 0x0e060e06 },
|
||||
{ 0x419ed0, 1, 0x04, 0x00003818 },
|
||||
{ 0x419ed4, 1, 0x04, 0x011104f1 },
|
||||
{ 0x419edc, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f00, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f2c, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init *
|
||||
nvd9_graph_init_mmio[] = {
|
||||
nvc0_graph_init_regs,
|
||||
nvc0_graph_init_unk40xx,
|
||||
nvc0_graph_init_unk44xx,
|
||||
nvc0_graph_init_unk78xx,
|
||||
nvc0_graph_init_unk60xx,
|
||||
nvd9_graph_init_unk64xx,
|
||||
nvd9_graph_init_unk58xx,
|
||||
nvc0_graph_init_unk80xx,
|
||||
nvd9_graph_init_gpc,
|
||||
nvd9_graph_init_tpc,
|
||||
nvc0_graph_init_unk88xx,
|
||||
NULL
|
||||
};
|
||||
|
||||
struct nouveau_oclass *
|
||||
nvd9_graph_oclass = &(struct nvc0_graph_oclass) {
|
||||
.base.handle = NV_ENGINE(GR, 0xd9),
|
||||
.base.ofuncs = &(struct nouveau_ofuncs) {
|
||||
.ctor = nvc0_graph_ctor,
|
||||
.dtor = nvc0_graph_dtor,
|
||||
.init = nvc0_graph_init,
|
||||
.fini = _nouveau_graph_fini,
|
||||
},
|
||||
.cclass = &nvd9_grctx_oclass,
|
||||
.sclass = nvc8_graph_sclass,
|
||||
.mmio = nvd9_graph_init_mmio,
|
||||
.fecs.ucode = &nvc0_graph_fecs_ucode,
|
||||
.gpccs.ucode = &nvc0_graph_gpccs_ucode,
|
||||
}.base;
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,354 @@
|
|||
/*
|
||||
* Copyright 2013 Red Hat Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors: Ben Skeggs <bskeggs@redhat.com>
|
||||
*/
|
||||
|
||||
#include "nvc0.h"
|
||||
|
||||
/*******************************************************************************
|
||||
* Graphics object classes
|
||||
******************************************************************************/
|
||||
|
||||
static struct nouveau_oclass
|
||||
nve4_graph_sclass[] = {
|
||||
{ 0x902d, &nouveau_object_ofuncs },
|
||||
{ 0xa040, &nouveau_object_ofuncs },
|
||||
{ 0xa097, &nouveau_object_ofuncs },
|
||||
{ 0xa0c0, &nouveau_object_ofuncs },
|
||||
{}
|
||||
};
|
||||
|
||||
/*******************************************************************************
|
||||
* PGRAPH engine/subdev functions
|
||||
******************************************************************************/
|
||||
|
||||
struct nvc0_graph_init
|
||||
nve4_graph_init_regs[] = {
|
||||
{ 0x400080, 1, 0x04, 0x003083c2 },
|
||||
{ 0x400088, 1, 0x04, 0x0001ffe7 },
|
||||
{ 0x40008c, 1, 0x04, 0x00000000 },
|
||||
{ 0x400090, 1, 0x04, 0x00000030 },
|
||||
{ 0x40013c, 1, 0x04, 0x003901f7 },
|
||||
{ 0x400140, 1, 0x04, 0x00000100 },
|
||||
{ 0x400144, 1, 0x04, 0x00000000 },
|
||||
{ 0x400148, 1, 0x04, 0x00000110 },
|
||||
{ 0x400138, 1, 0x04, 0x00000000 },
|
||||
{ 0x400130, 2, 0x04, 0x00000000 },
|
||||
{ 0x400124, 1, 0x04, 0x00000002 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nve4_graph_init_unk58xx[] = {
|
||||
{ 0x405844, 1, 0x04, 0x00ffffff },
|
||||
{ 0x405850, 1, 0x04, 0x00000000 },
|
||||
{ 0x405900, 1, 0x04, 0x0000ff34 },
|
||||
{ 0x405908, 1, 0x04, 0x00000000 },
|
||||
{ 0x405928, 1, 0x04, 0x00000000 },
|
||||
{ 0x40592c, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nve4_graph_init_unk70xx[] = {
|
||||
{ 0x407010, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nvc0_graph_init
|
||||
nve4_graph_init_unk5bxx[] = {
|
||||
{ 0x405b50, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nve4_graph_init_gpc[] = {
|
||||
{ 0x418408, 1, 0x04, 0x00000000 },
|
||||
{ 0x4184a0, 1, 0x04, 0x00000000 },
|
||||
{ 0x4184a4, 2, 0x04, 0x00000000 },
|
||||
{ 0x418604, 1, 0x04, 0x00000000 },
|
||||
{ 0x418680, 1, 0x04, 0x00000000 },
|
||||
{ 0x418714, 1, 0x04, 0x00000000 },
|
||||
{ 0x418384, 1, 0x04, 0x00000000 },
|
||||
{ 0x418814, 3, 0x04, 0x00000000 },
|
||||
{ 0x418b04, 1, 0x04, 0x00000000 },
|
||||
{ 0x4188c8, 2, 0x04, 0x00000000 },
|
||||
{ 0x4188d0, 1, 0x04, 0x00010000 },
|
||||
{ 0x4188d4, 1, 0x04, 0x00000001 },
|
||||
{ 0x418910, 1, 0x04, 0x00010001 },
|
||||
{ 0x418914, 1, 0x04, 0x00000301 },
|
||||
{ 0x418918, 1, 0x04, 0x00800000 },
|
||||
{ 0x418980, 1, 0x04, 0x77777770 },
|
||||
{ 0x418984, 3, 0x04, 0x77777777 },
|
||||
{ 0x418c04, 1, 0x04, 0x00000000 },
|
||||
{ 0x418c64, 1, 0x04, 0x00000000 },
|
||||
{ 0x418c68, 1, 0x04, 0x00000000 },
|
||||
{ 0x418c88, 1, 0x04, 0x00000000 },
|
||||
{ 0x418cb4, 2, 0x04, 0x00000000 },
|
||||
{ 0x418d00, 1, 0x04, 0x00000000 },
|
||||
{ 0x418d28, 1, 0x04, 0x00000000 },
|
||||
{ 0x418d2c, 1, 0x04, 0x00000000 },
|
||||
{ 0x418f00, 1, 0x04, 0x00000000 },
|
||||
{ 0x418f08, 1, 0x04, 0x00000000 },
|
||||
{ 0x418f20, 2, 0x04, 0x00000000 },
|
||||
{ 0x418e00, 1, 0x04, 0x00000060 },
|
||||
{ 0x418e08, 1, 0x04, 0x00000000 },
|
||||
{ 0x418e1c, 1, 0x04, 0x00000000 },
|
||||
{ 0x418e20, 1, 0x04, 0x00000000 },
|
||||
{ 0x41900c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419018, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nve4_graph_init_tpc[] = {
|
||||
{ 0x419d0c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419d10, 1, 0x04, 0x00000014 },
|
||||
{ 0x419ab0, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ac8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ab8, 1, 0x04, 0x000000e7 },
|
||||
{ 0x419abc, 2, 0x04, 0x00000000 },
|
||||
{ 0x419ab4, 1, 0x04, 0x00000000 },
|
||||
{ 0x41980c, 1, 0x04, 0x00000010 },
|
||||
{ 0x419844, 1, 0x04, 0x00000000 },
|
||||
{ 0x419850, 1, 0x04, 0x00000004 },
|
||||
{ 0x419854, 2, 0x04, 0x00000000 },
|
||||
{ 0x419c98, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ca8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cb0, 1, 0x04, 0x01000000 },
|
||||
{ 0x419cb4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cb8, 1, 0x04, 0x00b08bea },
|
||||
{ 0x419c84, 1, 0x04, 0x00010384 },
|
||||
{ 0x419cbc, 1, 0x04, 0x28137646 },
|
||||
{ 0x419cc0, 2, 0x04, 0x00000000 },
|
||||
{ 0x419c80, 1, 0x04, 0x00020232 },
|
||||
{ 0x419c0c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e00, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ea0, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ee4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ea4, 1, 0x04, 0x00000100 },
|
||||
{ 0x419ea8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419eb4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419eb8, 3, 0x04, 0x00000000 },
|
||||
{ 0x419edc, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f00, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f74, 1, 0x04, 0x00000555 },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nvc0_graph_init
|
||||
nve4_graph_init_unk[] = {
|
||||
{ 0x41be04, 1, 0x04, 0x00000000 },
|
||||
{ 0x41be08, 1, 0x04, 0x00000004 },
|
||||
{ 0x41be0c, 1, 0x04, 0x00000000 },
|
||||
{ 0x41be10, 1, 0x04, 0x003b8bc7 },
|
||||
{ 0x41be14, 2, 0x04, 0x00000000 },
|
||||
{ 0x41bfd4, 1, 0x04, 0x00800000 },
|
||||
{ 0x41bfdc, 1, 0x04, 0x00000000 },
|
||||
{ 0x41bff8, 1, 0x04, 0x00000000 },
|
||||
{ 0x41bffc, 1, 0x04, 0x00000000 },
|
||||
{ 0x41becc, 1, 0x04, 0x00000000 },
|
||||
{ 0x41bee8, 1, 0x04, 0x00000000 },
|
||||
{ 0x41beec, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
struct nvc0_graph_init
|
||||
nve4_graph_init_unk88xx[] = {
|
||||
{ 0x40880c, 1, 0x04, 0x00000000 },
|
||||
{ 0x408850, 1, 0x04, 0x00000004 },
|
||||
{ 0x408910, 9, 0x04, 0x00000000 },
|
||||
{ 0x408950, 1, 0x04, 0x00000000 },
|
||||
{ 0x408954, 1, 0x04, 0x0000ffff },
|
||||
{ 0x408958, 1, 0x04, 0x00000034 },
|
||||
{ 0x408984, 1, 0x04, 0x00000000 },
|
||||
{ 0x408988, 1, 0x04, 0x08040201 },
|
||||
{ 0x40898c, 1, 0x04, 0x80402010 },
|
||||
{}
|
||||
};
|
||||
|
||||
int
|
||||
nve4_graph_init(struct nouveau_object *object)
|
||||
{
|
||||
struct nvc0_graph_oclass *oclass = (void *)object->oclass;
|
||||
struct nvc0_graph_priv *priv = (void *)object;
|
||||
const u32 magicgpc918 = DIV_ROUND_UP(0x00800000, priv->tpc_total);
|
||||
u32 data[TPC_MAX / 8] = {};
|
||||
u8 tpcnr[GPC_MAX];
|
||||
int gpc, tpc, rop;
|
||||
int ret, i;
|
||||
|
||||
ret = nouveau_graph_init(&priv->base);
|
||||
if (ret)
|
||||
return ret;
|
||||
|
||||
nv_wr32(priv, GPC_BCAST(0x0880), 0x00000000);
|
||||
nv_wr32(priv, GPC_BCAST(0x08a4), 0x00000000);
|
||||
nv_wr32(priv, GPC_BCAST(0x0888), 0x00000000);
|
||||
nv_wr32(priv, GPC_BCAST(0x088c), 0x00000000);
|
||||
nv_wr32(priv, GPC_BCAST(0x0890), 0x00000000);
|
||||
nv_wr32(priv, GPC_BCAST(0x0894), 0x00000000);
|
||||
nv_wr32(priv, GPC_BCAST(0x08b4), priv->unk4188b4->addr >> 8);
|
||||
nv_wr32(priv, GPC_BCAST(0x08b8), priv->unk4188b8->addr >> 8);
|
||||
|
||||
for (i = 0; oclass->mmio[i]; i++)
|
||||
nvc0_graph_mmio(priv, oclass->mmio[i]);
|
||||
|
||||
nv_wr32(priv, GPC_UNIT(0, 0x3018), 0x00000001);
|
||||
|
||||
memset(data, 0x00, sizeof(data));
|
||||
memcpy(tpcnr, priv->tpc_nr, sizeof(priv->tpc_nr));
|
||||
for (i = 0, gpc = -1; i < priv->tpc_total; i++) {
|
||||
do {
|
||||
gpc = (gpc + 1) % priv->gpc_nr;
|
||||
} while (!tpcnr[gpc]);
|
||||
tpc = priv->tpc_nr[gpc] - tpcnr[gpc]--;
|
||||
|
||||
data[i / 8] |= tpc << ((i % 8) * 4);
|
||||
}
|
||||
|
||||
nv_wr32(priv, GPC_BCAST(0x0980), data[0]);
|
||||
nv_wr32(priv, GPC_BCAST(0x0984), data[1]);
|
||||
nv_wr32(priv, GPC_BCAST(0x0988), data[2]);
|
||||
nv_wr32(priv, GPC_BCAST(0x098c), data[3]);
|
||||
|
||||
for (gpc = 0; gpc < priv->gpc_nr; gpc++) {
|
||||
nv_wr32(priv, GPC_UNIT(gpc, 0x0914),
|
||||
priv->magic_not_rop_nr << 8 | priv->tpc_nr[gpc]);
|
||||
nv_wr32(priv, GPC_UNIT(gpc, 0x0910), 0x00040000 |
|
||||
priv->tpc_total);
|
||||
nv_wr32(priv, GPC_UNIT(gpc, 0x0918), magicgpc918);
|
||||
}
|
||||
|
||||
nv_wr32(priv, GPC_BCAST(0x3fd4), magicgpc918);
|
||||
nv_wr32(priv, GPC_BCAST(0x08ac), nv_rd32(priv, 0x100800));
|
||||
|
||||
nv_wr32(priv, 0x400500, 0x00010001);
|
||||
|
||||
nv_wr32(priv, 0x400100, 0xffffffff);
|
||||
nv_wr32(priv, 0x40013c, 0xffffffff);
|
||||
|
||||
nv_wr32(priv, 0x409ffc, 0x00000000);
|
||||
nv_wr32(priv, 0x409c14, 0x00003e3e);
|
||||
nv_wr32(priv, 0x409c24, 0x000f0001);
|
||||
nv_wr32(priv, 0x404000, 0xc0000000);
|
||||
nv_wr32(priv, 0x404600, 0xc0000000);
|
||||
nv_wr32(priv, 0x408030, 0xc0000000);
|
||||
nv_wr32(priv, 0x404490, 0xc0000000);
|
||||
nv_wr32(priv, 0x406018, 0xc0000000);
|
||||
nv_wr32(priv, 0x407020, 0x40000000);
|
||||
nv_wr32(priv, 0x405840, 0xc0000000);
|
||||
nv_wr32(priv, 0x405844, 0x00ffffff);
|
||||
nv_mask(priv, 0x419cc0, 0x00000008, 0x00000008);
|
||||
nv_mask(priv, 0x419eb4, 0x00001000, 0x00001000);
|
||||
|
||||
for (gpc = 0; gpc < priv->gpc_nr; gpc++) {
|
||||
nv_wr32(priv, GPC_UNIT(gpc, 0x3038), 0xc0000000);
|
||||
nv_wr32(priv, GPC_UNIT(gpc, 0x0420), 0xc0000000);
|
||||
nv_wr32(priv, GPC_UNIT(gpc, 0x0900), 0xc0000000);
|
||||
nv_wr32(priv, GPC_UNIT(gpc, 0x1028), 0xc0000000);
|
||||
nv_wr32(priv, GPC_UNIT(gpc, 0x0824), 0xc0000000);
|
||||
for (tpc = 0; tpc < priv->tpc_nr[gpc]; tpc++) {
|
||||
nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x508), 0xffffffff);
|
||||
nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x50c), 0xffffffff);
|
||||
nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x224), 0xc0000000);
|
||||
nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x48c), 0xc0000000);
|
||||
nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x084), 0xc0000000);
|
||||
nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x644), 0x001ffffe);
|
||||
nv_wr32(priv, TPC_UNIT(gpc, tpc, 0x64c), 0x0000000f);
|
||||
}
|
||||
nv_wr32(priv, GPC_UNIT(gpc, 0x2c90), 0xffffffff);
|
||||
nv_wr32(priv, GPC_UNIT(gpc, 0x2c94), 0xffffffff);
|
||||
}
|
||||
|
||||
for (rop = 0; rop < priv->rop_nr; rop++) {
|
||||
nv_wr32(priv, ROP_UNIT(rop, 0x144), 0xc0000000);
|
||||
nv_wr32(priv, ROP_UNIT(rop, 0x070), 0xc0000000);
|
||||
nv_wr32(priv, ROP_UNIT(rop, 0x204), 0xffffffff);
|
||||
nv_wr32(priv, ROP_UNIT(rop, 0x208), 0xffffffff);
|
||||
}
|
||||
|
||||
nv_wr32(priv, 0x400108, 0xffffffff);
|
||||
nv_wr32(priv, 0x400138, 0xffffffff);
|
||||
nv_wr32(priv, 0x400118, 0xffffffff);
|
||||
nv_wr32(priv, 0x400130, 0xffffffff);
|
||||
nv_wr32(priv, 0x40011c, 0xffffffff);
|
||||
nv_wr32(priv, 0x400134, 0xffffffff);
|
||||
|
||||
nv_wr32(priv, 0x400054, 0x34ce3464);
|
||||
return nvc0_graph_init_ctxctl(priv);
|
||||
}
|
||||
|
||||
static struct nvc0_graph_init *
|
||||
nve4_graph_init_mmio[] = {
|
||||
nve4_graph_init_regs,
|
||||
nvc0_graph_init_unk40xx,
|
||||
nvc0_graph_init_unk44xx,
|
||||
nvc0_graph_init_unk78xx,
|
||||
nvc0_graph_init_unk60xx,
|
||||
nvd9_graph_init_unk64xx,
|
||||
nve4_graph_init_unk58xx,
|
||||
nvc0_graph_init_unk80xx,
|
||||
nve4_graph_init_unk70xx,
|
||||
nve4_graph_init_unk5bxx,
|
||||
nve4_graph_init_gpc,
|
||||
nve4_graph_init_tpc,
|
||||
nve4_graph_init_unk,
|
||||
nve4_graph_init_unk88xx,
|
||||
NULL
|
||||
};
|
||||
|
||||
#include "fuc/hubnve0.fuc.h"
|
||||
|
||||
static struct nvc0_graph_ucode
|
||||
nve4_graph_fecs_ucode = {
|
||||
.code.data = nve0_grhub_code,
|
||||
.code.size = sizeof(nve0_grhub_code),
|
||||
.data.data = nve0_grhub_data,
|
||||
.data.size = sizeof(nve0_grhub_data),
|
||||
};
|
||||
|
||||
#include "fuc/gpcnve0.fuc.h"
|
||||
|
||||
static struct nvc0_graph_ucode
|
||||
nve4_graph_gpccs_ucode = {
|
||||
.code.data = nve0_grgpc_code,
|
||||
.code.size = sizeof(nve0_grgpc_code),
|
||||
.data.data = nve0_grgpc_data,
|
||||
.data.size = sizeof(nve0_grgpc_data),
|
||||
};
|
||||
|
||||
struct nouveau_oclass *
|
||||
nve4_graph_oclass = &(struct nvc0_graph_oclass) {
|
||||
.base.handle = NV_ENGINE(GR, 0xe4),
|
||||
.base.ofuncs = &(struct nouveau_ofuncs) {
|
||||
.ctor = nvc0_graph_ctor,
|
||||
.dtor = nvc0_graph_dtor,
|
||||
.init = nve4_graph_init,
|
||||
.fini = _nouveau_graph_fini,
|
||||
},
|
||||
.cclass = &nve4_grctx_oclass,
|
||||
.sclass = nve4_graph_sclass,
|
||||
.mmio = nve4_graph_init_mmio,
|
||||
.fecs.ucode = &nve4_graph_fecs_ucode,
|
||||
.gpccs.ucode = &nve4_graph_gpccs_ucode,
|
||||
}.base;
|
|
@ -0,0 +1,176 @@
|
|||
/*
|
||||
* Copyright 2013 Red Hat Inc.
|
||||
*
|
||||
* Permission is hereby granted, free of charge, to any person obtaining a
|
||||
* copy of this software and associated documentation files (the "Software"),
|
||||
* to deal in the Software without restriction, including without limitation
|
||||
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
* and/or sell copies of the Software, and to permit persons to whom the
|
||||
* Software is furnished to do so, subject to the following conditions:
|
||||
*
|
||||
* The above copyright notice and this permission notice shall be included in
|
||||
* all copies or substantial portions of the Software.
|
||||
*
|
||||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
||||
* THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
||||
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||
* OTHER DEALINGS IN THE SOFTWARE.
|
||||
*
|
||||
* Authors: Ben Skeggs <bskeggs@redhat.com>
|
||||
*/
|
||||
|
||||
#include "nvc0.h"
|
||||
|
||||
/*******************************************************************************
|
||||
* PGRAPH engine/subdev functions
|
||||
******************************************************************************/
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_graph_init_unk40xx[] = {
|
||||
{ 0x40415c, 1, 0x04, 0x00000000 },
|
||||
{ 0x404170, 1, 0x04, 0x00000000 },
|
||||
{ 0x4041b4, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_graph_init_unk58xx[] = {
|
||||
{ 0x405844, 1, 0x04, 0x00ffffff },
|
||||
{ 0x405850, 1, 0x04, 0x00000000 },
|
||||
{ 0x405900, 1, 0x04, 0x0000ff00 },
|
||||
{ 0x405908, 1, 0x04, 0x00000000 },
|
||||
{ 0x405928, 1, 0x04, 0x00000000 },
|
||||
{ 0x40592c, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_graph_init_unk70xx[] = {
|
||||
{ 0x407010, 1, 0x04, 0x00000000 },
|
||||
{ 0x407040, 1, 0x04, 0x80440424 },
|
||||
{ 0x407048, 1, 0x04, 0x0000000a },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_graph_init_unk5bxx[] = {
|
||||
{ 0x405b44, 1, 0x04, 0x00000000 },
|
||||
{ 0x405b50, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_graph_init_gpc[] = {
|
||||
{ 0x418408, 1, 0x04, 0x00000000 },
|
||||
{ 0x4184a0, 1, 0x04, 0x00000000 },
|
||||
{ 0x4184a4, 2, 0x04, 0x00000000 },
|
||||
{ 0x418604, 1, 0x04, 0x00000000 },
|
||||
{ 0x418680, 1, 0x04, 0x00000000 },
|
||||
{ 0x418714, 1, 0x04, 0x00000000 },
|
||||
{ 0x418384, 1, 0x04, 0x00000000 },
|
||||
{ 0x418814, 3, 0x04, 0x00000000 },
|
||||
{ 0x418b04, 1, 0x04, 0x00000000 },
|
||||
{ 0x4188c8, 2, 0x04, 0x00000000 },
|
||||
{ 0x4188d0, 1, 0x04, 0x00010000 },
|
||||
{ 0x4188d4, 1, 0x04, 0x00000001 },
|
||||
{ 0x418910, 1, 0x04, 0x00010001 },
|
||||
{ 0x418914, 1, 0x04, 0x00000301 },
|
||||
{ 0x418918, 1, 0x04, 0x00800000 },
|
||||
{ 0x418980, 1, 0x04, 0x77777770 },
|
||||
{ 0x418984, 3, 0x04, 0x77777777 },
|
||||
{ 0x418c04, 1, 0x04, 0x00000000 },
|
||||
{ 0x418c64, 1, 0x04, 0x00000000 },
|
||||
{ 0x418c68, 1, 0x04, 0x00000000 },
|
||||
{ 0x418c88, 1, 0x04, 0x00000000 },
|
||||
{ 0x418cb4, 2, 0x04, 0x00000000 },
|
||||
{ 0x418d00, 1, 0x04, 0x00000000 },
|
||||
{ 0x418d28, 1, 0x04, 0x00000000 },
|
||||
{ 0x418d2c, 1, 0x04, 0x00000000 },
|
||||
{ 0x418f00, 1, 0x04, 0x00000400 },
|
||||
{ 0x418f08, 1, 0x04, 0x00000000 },
|
||||
{ 0x418f20, 1, 0x04, 0x00000000 },
|
||||
{ 0x418f24, 1, 0x04, 0x00000000 },
|
||||
{ 0x418e00, 1, 0x04, 0x00000000 },
|
||||
{ 0x418e08, 1, 0x04, 0x00000000 },
|
||||
{ 0x418e1c, 2, 0x04, 0x00000000 },
|
||||
{ 0x41900c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419018, 1, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init
|
||||
nvf0_graph_init_tpc[] = {
|
||||
{ 0x419d0c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419d10, 1, 0x04, 0x00000014 },
|
||||
{ 0x419ab0, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ac8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ab8, 1, 0x04, 0x000000e7 },
|
||||
{ 0x419aec, 1, 0x04, 0x00000000 },
|
||||
{ 0x419abc, 2, 0x04, 0x00000000 },
|
||||
{ 0x419ab4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419aa8, 2, 0x04, 0x00000000 },
|
||||
{ 0x41980c, 1, 0x04, 0x00000010 },
|
||||
{ 0x419844, 1, 0x04, 0x00000000 },
|
||||
{ 0x419850, 1, 0x04, 0x00000004 },
|
||||
{ 0x419854, 2, 0x04, 0x00000000 },
|
||||
{ 0x419c98, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ca8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cb0, 1, 0x04, 0x01000000 },
|
||||
{ 0x419cb4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419cb8, 1, 0x04, 0x00b08bea },
|
||||
{ 0x419c84, 1, 0x04, 0x00010384 },
|
||||
{ 0x419cbc, 1, 0x04, 0x281b3646 },
|
||||
{ 0x419cc0, 2, 0x04, 0x00000000 },
|
||||
{ 0x419c80, 1, 0x04, 0x00020230 },
|
||||
{ 0x419ccc, 2, 0x04, 0x00000000 },
|
||||
{ 0x419c0c, 1, 0x04, 0x00000000 },
|
||||
{ 0x419e00, 1, 0x04, 0x00000080 },
|
||||
{ 0x419ea0, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ee4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ea4, 1, 0x04, 0x00000100 },
|
||||
{ 0x419ea8, 1, 0x04, 0x00000000 },
|
||||
{ 0x419eb4, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ebc, 2, 0x04, 0x00000000 },
|
||||
{ 0x419edc, 1, 0x04, 0x00000000 },
|
||||
{ 0x419f00, 1, 0x04, 0x00000000 },
|
||||
{ 0x419ed0, 1, 0x04, 0x00003234 },
|
||||
{ 0x419f74, 1, 0x04, 0x00015555 },
|
||||
{ 0x419f80, 4, 0x04, 0x00000000 },
|
||||
{}
|
||||
};
|
||||
|
||||
static struct nvc0_graph_init *
|
||||
nvf0_graph_init_mmio[] = {
|
||||
nve4_graph_init_regs,
|
||||
nvf0_graph_init_unk40xx,
|
||||
nvc0_graph_init_unk44xx,
|
||||
nvc0_graph_init_unk78xx,
|
||||
nvc0_graph_init_unk60xx,
|
||||
nvd9_graph_init_unk64xx,
|
||||
nvf0_graph_init_unk58xx,
|
||||
nvc0_graph_init_unk80xx,
|
||||
nvf0_graph_init_unk70xx,
|
||||
nvf0_graph_init_unk5bxx,
|
||||
nvf0_graph_init_gpc,
|
||||
nvf0_graph_init_tpc,
|
||||
nve4_graph_init_unk,
|
||||
nve4_graph_init_unk88xx,
|
||||
NULL
|
||||
};
|
||||
|
||||
struct nouveau_oclass *
|
||||
nvf0_graph_oclass = &(struct nvc0_graph_oclass) {
|
||||
.base.handle = NV_ENGINE(GR, 0xf0),
|
||||
.base.ofuncs = &(struct nouveau_ofuncs) {
|
||||
.ctor = nvc0_graph_ctor,
|
||||
.dtor = nvc0_graph_dtor,
|
||||
.init = nve4_graph_init,
|
||||
.fini = _nouveau_graph_fini,
|
||||
},
|
||||
.cclass = &nvf0_grctx_oclass,
|
||||
.sclass = NULL,
|
||||
.mmio = nvf0_graph_init_mmio,
|
||||
}.base;
|
|
@ -61,8 +61,13 @@ extern struct nouveau_oclass nv34_graph_oclass;
|
|||
extern struct nouveau_oclass nv35_graph_oclass;
|
||||
extern struct nouveau_oclass nv40_graph_oclass;
|
||||
extern struct nouveau_oclass nv50_graph_oclass;
|
||||
extern struct nouveau_oclass nvc0_graph_oclass;
|
||||
extern struct nouveau_oclass nve0_graph_oclass;
|
||||
extern struct nouveau_oclass *nvc0_graph_oclass;
|
||||
extern struct nouveau_oclass *nvc1_graph_oclass;
|
||||
extern struct nouveau_oclass *nvc3_graph_oclass;
|
||||
extern struct nouveau_oclass *nvc8_graph_oclass;
|
||||
extern struct nouveau_oclass *nvd9_graph_oclass;
|
||||
extern struct nouveau_oclass *nve4_graph_oclass;
|
||||
extern struct nouveau_oclass *nvf0_graph_oclass;
|
||||
|
||||
extern const struct nouveau_bitfield nv04_graph_nsource[];
|
||||
extern struct nouveau_ofuncs nv04_graph_ofuncs;
|
||||
|
|
Loading…
Reference in New Issue