Commit 2e308a93 authored by Mel Henning's avatar Mel Henning Committed by Lyude Paul
Browse files

drm/nouveau: Remove nvkm_gsp_fwif.enable

parent e0ed674a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -41,8 +41,8 @@ ad102_gsp = {

static struct nvkm_gsp_fwif
ad102_gsps[] = {
	{ 1, tu102_gsp_load, &ad102_gsp, &r570_rm_ga102, "570.144", true },
	{ 0, tu102_gsp_load, &ad102_gsp, &r535_rm_ga102, "535.113.01", true },
	{ 1, tu102_gsp_load, &ad102_gsp, &r570_rm_ga102, "570.144" },
	{ 0, tu102_gsp_load, &ad102_gsp, &r535_rm_ga102, "535.113.01" },
	{}
};

+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ gb100_gsp = {

static struct nvkm_gsp_fwif
gb100_gsps[] = {
	{ 0, gh100_gsp_load, &gb100_gsp, &r570_rm_gb10x, "570.144", true },
	{ 0, gh100_gsp_load, &gb100_gsp, &r570_rm_gb10x, "570.144" },
	{}
};

+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ gb202_gsp = {

static struct nvkm_gsp_fwif
gb202_gsps[] = {
	{ 0, gh100_gsp_load, &gb202_gsp, &r570_rm_gb20x, "570.144", true },
	{ 0, gh100_gsp_load, &gb202_gsp, &r570_rm_gb20x, "570.144" },
	{}
};

+1 −1
Original line number Diff line number Diff line
@@ -344,7 +344,7 @@ gh100_gsp_load(struct nvkm_gsp *gsp, int ver, const struct nvkm_gsp_fwif *fwif)

static struct nvkm_gsp_fwif
gh100_gsps[] = {
	{ 0, gh100_gsp_load, &gh100_gsp, &r570_rm_gh100, "570.144", true },
	{ 0, gh100_gsp_load, &gh100_gsp, &r570_rm_gh100, "570.144" },
	{}
};

+0 −1
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@ struct nvkm_gsp_fwif {
	const struct nvkm_gsp_func *func;
	const struct nvkm_rm_impl *rm;
	const char *ver;
	bool enable;
};

int nvkm_gsp_load_fw(struct nvkm_gsp *, const char *name, const char *ver,