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

Commit 92183763 authored by Ilia Mirkin's avatar Ilia Mirkin Committed by Ben Skeggs
Browse files

drm/nv50/mc: include vp in the fb error reporting mask

parent 8a258353
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ nv50_mc_intr[] = {
	{ 0x04000000, NVDEV_ENGINE_DISP },
	{ 0x10000000, NVDEV_SUBDEV_BUS },
	{ 0x80000000, NVDEV_ENGINE_SW },
	{ 0x0000d101, NVDEV_SUBDEV_FB },
	{ 0x0002d101, NVDEV_SUBDEV_FB },
	{},
};