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

Commit bbe1f94a authored by Faris Alsalama's avatar Faris Alsalama Committed by Ben Skeggs
Browse files

drm/nouveau/kms: add Maxwell to backlight initialization

parent f9c0715e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -232,6 +232,7 @@ nouveau_backlight_init(struct drm_device *dev)
		case NV_DEVICE_INFO_V0_TESLA:
		case NV_DEVICE_INFO_V0_FERMI:
		case NV_DEVICE_INFO_V0_KEPLER:
		case NV_DEVICE_INFO_V0_MAXWELL:
			return nv50_backlight_init(connector);
		default:
			break;