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

[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
...@@ -623,7 +623,7 @@ static const struct vsp1_device_info vsp1_device_infos[] = { ...@@ -623,7 +623,7 @@ static const struct vsp1_device_info vsp1_device_infos[] = {
.uapi = true, .uapi = true,
}, { }, {
.version = VI6_IP_VERSION_MODEL_VSPD_GEN3, .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, .rpf_count = 5,
.wpf_count = 2, .wpf_count = 2,
.num_bru_inputs = 5, .num_bru_inputs = 5,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment