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

Commit 080feda5 authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nvc0: allow INIT_GPIO



Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 4b223eef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3142,7 +3142,7 @@ init_gpio(struct nvbios *bios, uint16_t offset, struct init_exec *iexec)
	const uint32_t nv50_gpio_ctl[2] = { 0xe100, 0xe28c };
	int i;

	if (dev_priv->card_type != NV_50) {
	if (dev_priv->card_type < NV_50) {
		NV_ERROR(bios->dev, "INIT_GPIO on unsupported chipset\n");
		return 1;
	}