mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 10:20:17 -04:00
drm/nouveau: Remove nvkm_gsp_fwif.enable
This struct element is no longer used. Signed-off-by: Mel Henning <mhenning@darkrefraction.com> Reviewed-by: Ben Skeggs <bskeggs@nvidia.com> Signed-off-by: Lyude Paul <lyude@redhat.com> Link: https://lore.kernel.org/r/20250811213843.4294-3-mhenning@darkrefraction.com
This commit is contained in:
@@ -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" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
@@ -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" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
@@ -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" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
@@ -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" },
|
||||
{}
|
||||
};
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user