Commit c0e8550d authored by Ben Skeggs's avatar Ben Skeggs

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

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 43bc83b9
......@@ -211,7 +211,5 @@ 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_wwdx_0[];
extern const struct gf100_gr_pack gm200_grctx_pack_icmd[];
extern const struct gf100_gr_pack gm200_grctx_pack_mthd[];
#endif
......@@ -27,7 +27,6 @@ const struct gf100_grctx_func
gm206_grctx = {
.main = gm200_grctx_generate_main,
.unkn = gk104_grctx_generate_unkn,
.icmd = gm200_grctx_pack_icmd,
.mthd = gm200_grctx_pack_mthd,
.bundle = gm107_grctx_generate_bundle,
.bundle_size = 0x3000,
......
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