mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-24 11:59:42 +07:00
[media] v4l: vsp1: Fix descriptions of Gen2 VSP instances
The number of UDS and WPF are set to incorrect values, fix them. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
04d983fc4d
commit
398e3d4f1e
@ -560,7 +560,7 @@ static const struct vsp1_device_info vsp1_device_infos[] = {
|
||||
.gen = 2,
|
||||
.features = VSP1_HAS_BRU | VSP1_HAS_SRU,
|
||||
.rpf_count = 5,
|
||||
.uds_count = 1,
|
||||
.uds_count = 3,
|
||||
.wpf_count = 4,
|
||||
.num_bru_inputs = 4,
|
||||
.uapi = true,
|
||||
@ -570,7 +570,7 @@ static const struct vsp1_device_info vsp1_device_infos[] = {
|
||||
.features = VSP1_HAS_BRU | VSP1_HAS_LIF | VSP1_HAS_LUT,
|
||||
.rpf_count = 4,
|
||||
.uds_count = 1,
|
||||
.wpf_count = 4,
|
||||
.wpf_count = 1,
|
||||
.num_bru_inputs = 4,
|
||||
.uapi = true,
|
||||
}, {
|
||||
@ -578,7 +578,7 @@ static const struct vsp1_device_info vsp1_device_infos[] = {
|
||||
.gen = 2,
|
||||
.features = VSP1_HAS_BRU | VSP1_HAS_LUT | VSP1_HAS_SRU,
|
||||
.rpf_count = 5,
|
||||
.uds_count = 3,
|
||||
.uds_count = 1,
|
||||
.wpf_count = 4,
|
||||
.num_bru_inputs = 4,
|
||||
.uapi = true,
|
||||
|
Loading…
Reference in New Issue
Block a user