2014-06-12 21:22:32 +10:00
|
|
|
/*
|
|
|
|
|
* 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>
|
|
|
|
|
*/
|
2015-01-14 15:29:43 +10:00
|
|
|
#include "gf100.h"
|
|
|
|
|
#include "ctxgf100.h"
|
2014-06-12 21:22:32 +10:00
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
|
* PGRAPH register lists
|
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
2015-01-14 15:29:43 +10:00
|
|
|
static const struct gf100_gr_init
|
2015-01-14 12:02:28 +10:00
|
|
|
gk110b_gr_init_l1c_0[] = {
|
2014-06-12 21:22:32 +10:00
|
|
|
{ 0x419c98, 1, 0x04, 0x00000000 },
|
|
|
|
|
{ 0x419ca8, 1, 0x04, 0x00000000 },
|
|
|
|
|
{ 0x419cb0, 1, 0x04, 0x09000000 },
|
|
|
|
|
{ 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 },
|
|
|
|
|
{}
|
|
|
|
|
};
|
|
|
|
|
|
2015-01-14 15:29:43 +10:00
|
|
|
static const struct gf100_gr_init
|
2015-01-14 12:02:28 +10:00
|
|
|
gk110b_gr_init_sm_0[] = {
|
2014-06-12 21:22:32 +10:00
|
|
|
{ 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, 0x00002616 },
|
|
|
|
|
{ 0x419f74, 1, 0x04, 0x00015555 },
|
|
|
|
|
{ 0x419f80, 4, 0x04, 0x00000000 },
|
|
|
|
|
{}
|
|
|
|
|
};
|
|
|
|
|
|
2015-01-14 15:29:43 +10:00
|
|
|
static const struct gf100_gr_pack
|
2015-01-14 12:02:28 +10:00
|
|
|
gk110b_gr_pack_mmio[] = {
|
2015-01-14 15:29:43 +10:00
|
|
|
{ gk104_gr_init_main_0 },
|
|
|
|
|
{ gk110_gr_init_fe_0 },
|
|
|
|
|
{ gf100_gr_init_pri_0 },
|
|
|
|
|
{ gf100_gr_init_rstr2d_0 },
|
|
|
|
|
{ gf119_gr_init_pd_0 },
|
|
|
|
|
{ gk110_gr_init_ds_0 },
|
|
|
|
|
{ gf100_gr_init_scc_0 },
|
|
|
|
|
{ gk110_gr_init_sked_0 },
|
|
|
|
|
{ gk110_gr_init_cwd_0 },
|
|
|
|
|
{ gf119_gr_init_prop_0 },
|
|
|
|
|
{ gf108_gr_init_gpc_unk_0 },
|
|
|
|
|
{ gf100_gr_init_setup_0 },
|
|
|
|
|
{ gf100_gr_init_crstr_0 },
|
|
|
|
|
{ gf108_gr_init_setup_1 },
|
|
|
|
|
{ gf100_gr_init_zcull_0 },
|
|
|
|
|
{ gf119_gr_init_gpm_0 },
|
|
|
|
|
{ gk110_gr_init_gpc_unk_1 },
|
|
|
|
|
{ gf100_gr_init_gcc_0 },
|
|
|
|
|
{ gk104_gr_init_tpccs_0 },
|
|
|
|
|
{ gk110_gr_init_tex_0 },
|
|
|
|
|
{ gk104_gr_init_pe_0 },
|
2015-01-14 12:02:28 +10:00
|
|
|
{ gk110b_gr_init_l1c_0 },
|
2015-01-14 15:29:43 +10:00
|
|
|
{ gf100_gr_init_mpc_0 },
|
2015-01-14 12:02:28 +10:00
|
|
|
{ gk110b_gr_init_sm_0 },
|
2015-01-14 15:29:43 +10:00
|
|
|
{ gf117_gr_init_pes_0 },
|
|
|
|
|
{ gf117_gr_init_wwdx_0 },
|
|
|
|
|
{ gf117_gr_init_cbm_0 },
|
|
|
|
|
{ gk104_gr_init_be_0 },
|
|
|
|
|
{ gf100_gr_init_fe_1 },
|
2014-06-12 21:22:32 +10:00
|
|
|
{}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
/*******************************************************************************
|
|
|
|
|
* PGRAPH engine/subdev functions
|
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
2015-01-14 15:29:43 +10:00
|
|
|
struct nvkm_oclass *
|
|
|
|
|
gk110b_gr_oclass = &(struct gf100_gr_oclass) {
|
2014-06-12 21:22:32 +10:00
|
|
|
.base.handle = NV_ENGINE(GR, 0xf1),
|
2015-01-14 15:29:43 +10:00
|
|
|
.base.ofuncs = &(struct nvkm_ofuncs) {
|
2015-03-20 15:38:23 +10:00
|
|
|
.ctor = gk104_gr_ctor,
|
2015-01-14 15:29:43 +10:00
|
|
|
.dtor = gf100_gr_dtor,
|
|
|
|
|
.init = gk104_gr_init,
|
2015-03-20 15:20:17 +10:00
|
|
|
.fini = _nvkm_gr_fini,
|
2014-06-12 21:22:32 +10:00
|
|
|
},
|
|
|
|
|
.cclass = &gk110b_grctx_oclass,
|
2015-01-14 15:29:43 +10:00
|
|
|
.sclass = gk110_gr_sclass,
|
2015-01-14 12:02:28 +10:00
|
|
|
.mmio = gk110b_gr_pack_mmio,
|
2015-01-14 15:29:43 +10:00
|
|
|
.fecs.ucode = &gk110_gr_fecs_ucode,
|
|
|
|
|
.gpccs.ucode = &gk110_gr_gpccs_ucode,
|
2014-08-10 04:10:29 +10:00
|
|
|
.ppc_nr = 2,
|
2014-06-12 21:22:32 +10:00
|
|
|
}.base;
|