Commit d4a43a61 authored by Ben Skeggs's avatar Ben Skeggs

drm/nouveau/gr/gm200: switch over to using sw_method_init from firmware

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent c0e8550d
...@@ -210,6 +210,4 @@ extern const struct gf100_gr_init gk208_grctx_init_crstr_0[]; ...@@ -210,6 +210,4 @@ extern const struct gf100_gr_init gk208_grctx_init_crstr_0[];
extern const struct gf100_gr_init gm107_grctx_init_gpc_unk_0[]; extern const struct gf100_gr_init gm107_grctx_init_gpc_unk_0[];
extern const struct gf100_gr_init gm107_grctx_init_wwdx_0[]; extern const struct gf100_gr_init gm107_grctx_init_wwdx_0[];
extern const struct gf100_gr_pack gm200_grctx_pack_mthd[];
#endif #endif
...@@ -27,7 +27,6 @@ const struct gf100_grctx_func ...@@ -27,7 +27,6 @@ const struct gf100_grctx_func
gm206_grctx = { gm206_grctx = {
.main = gm200_grctx_generate_main, .main = gm200_grctx_generate_main,
.unkn = gk104_grctx_generate_unkn, .unkn = gk104_grctx_generate_unkn,
.mthd = gm200_grctx_pack_mthd,
.bundle = gm107_grctx_generate_bundle, .bundle = gm107_grctx_generate_bundle,
.bundle_size = 0x3000, .bundle_size = 0x3000,
.bundle_min_gpm_fifo_depth = 0x180, .bundle_min_gpm_fifo_depth = 0x180,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment