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

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

drm/nouveau: Fix perf table parsing on BMP v5.25.

parent 62acdc71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -103,7 +103,7 @@ nouveau_perf_init(struct drm_device *dev)
			entries   = perf[5];
		}
	} else {
		if (bios->data[bios->offset + 6] < 0x27) {
		if (bios->data[bios->offset + 6] < 0x25) {
			legacy_perf_init(dev);
			return;
		}