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

Commit f6853faa authored by Francisco Jerez's avatar Francisco Jerez Committed by Ben Skeggs
Browse files

drm/nouveau: Fix typo in init_idx_addr_latched().



Fixes script-based modesetting on some LVDS panels.

Signed-off-by: default avatarFrancisco Jerez <currojerez@riseup.net>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 650e1203
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -869,7 +869,7 @@ init_idx_addr_latched(struct nvbios_init *init)
		init->offset += 2;

		init_wr32(init, dreg, idata);
		init_mask(init, creg, ~mask, data | idata);
		init_mask(init, creg, ~mask, data | iaddr);
	}
}