Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment