VSP1D is controlled from within the kernel by the DU DRM/KMS driver, disabling the VSP userspace API. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> --- drivers/media/platform/vsp1/vsp1_drv.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/media/platform/vsp1/vsp1_drv.c b/drivers/media/platform/vsp1/vsp1_drv.c index 64d832ef9ef3..2c2bb68df626 100644 --- a/drivers/media/platform/vsp1/vsp1_drv.c +++ b/drivers/media/platform/vsp1/vsp1_drv.c @@ -611,7 +611,6 @@ static const struct vsp1_device_info vsp1_device_infos[] = { .uds_count = 1, .wpf_count = 1, .num_bru_inputs = 4, - .uapi = true, }, { .version = VI6_IP_VERSION_MODEL_VSPS_M2, .model = "VSP1-S", -- Regards, Laurent Pinchart