Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a255bf1 authored by Ben Skeggs's avatar Ben Skeggs Committed by Greg Kroah-Hartman
Browse files

drm/nouveau/TBDdevinit: don't fail when PMU/PRE_OS is missing from VBIOS



[ Upstream commit 0a6986c6595e9afd20ff7280dab36431c1e467f8 ]

This Falcon application doesn't appear to be present on some newer
systems, so let's not fail init if we can't find it.

TBD: is there a way to determine whether it *should* be there?

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
Signed-off-by: default avatarSasha Levin <alexander.levin@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 34d54566
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -158,7 +158,8 @@ gm200_devinit_post(struct nvkm_devinit *base, bool post)
	}

	/* load and execute some other ucode image (bios therm?) */
	return pmu_load(init, 0x01, post, NULL, NULL);
	pmu_load(init, 0x01, post, NULL, NULL);
	return 0;
}

static const struct nvkm_devinit_func