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

Commit 94d48e56 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Mauro Carvalho Chehab
Browse files

[media] v4l: vsp1: VSPD instances have no LUT on Gen3



Remove the HAS_LUT flag in the corresponding device information entry.

Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 6b1446bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -623,7 +623,7 @@ static const struct vsp1_device_info vsp1_device_infos[] = {
		.uapi = true,
	}, {
		.version = VI6_IP_VERSION_MODEL_VSPD_GEN3,
		.features = VSP1_HAS_BRU | VSP1_HAS_LIF | VSP1_HAS_LUT,
		.features = VSP1_HAS_BRU | VSP1_HAS_LIF,
		.rpf_count = 5,
		.wpf_count = 2,
		.num_bru_inputs = 5,