diff mbox

vsp1: remove UAPI support for R-Car gen2 VSPDs

Message ID 3095242.0tNrk30rsv@wasted.cogentembedded.com (mailing list archive)
State Not Applicable
Delegated to: Geert Uytterhoeven
Headers show

Commit Message

Sergei Shtylyov Dec. 13, 2016, 9:15 p.m. UTC
We  are going to use the  R-Car  gen2 VSPDs as the DU compositors, so will
have to disable  the UAPI support for them...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
This patch is against the 'media_tree.git' repo's 'master' branch.

 drivers/media/platform/vsp1/vsp1_drv.c |    1 -
 1 file changed, 1 deletion(-)

Comments

Laurent Pinchart Dec. 13, 2016, 9:20 p.m. UTC | #1
Hi Sergei,

On Wednesday 14 Dec 2016 00:15:34 Sergei Shtylyov wrote:
> We  are going to use the  R-Car  gen2 VSPDs as the DU compositors, so will
> have to disable  the UAPI support for them...

I'm glad to know that you have a use case for the Gen3 VSP-based DU 
composition on Gen2, but the VSPD on Gen2 can be used standalone, so I don't 
think this patch is applicable to mainline.

> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> ---
> This patch is against the 'media_tree.git' repo's 'master' branch.
> 
>  drivers/media/platform/vsp1/vsp1_drv.c |    1 -
>  1 file changed, 1 deletion(-)
> 
> Index: media_tree/drivers/media/platform/vsp1/vsp1_drv.c
> ===================================================================
> --- media_tree.orig/drivers/media/platform/vsp1/vsp1_drv.c
> +++ media_tree/drivers/media/platform/vsp1/vsp1_drv.c
> @@ -588,7 +588,6 @@ static const struct vsp1_device_info vsp
>  		.uds_count = 1,
>  		.wpf_count = 1,
>  		.num_bru_inputs = 4,
> -		.uapi = true,
>  	}, {
>  		.version = VI6_IP_VERSION_MODEL_VSPS_M2,
>  		.model = "VSP1-S",
diff mbox

Patch

Index: media_tree/drivers/media/platform/vsp1/vsp1_drv.c
===================================================================
--- media_tree.orig/drivers/media/platform/vsp1/vsp1_drv.c
+++ media_tree/drivers/media/platform/vsp1/vsp1_drv.c
@@ -588,7 +588,6 @@  static const struct vsp1_device_info vsp
 		.uds_count = 1,
 		.wpf_count = 1,
 		.num_bru_inputs = 4,
-		.uapi = true,
 	}, {
 		.version = VI6_IP_VERSION_MODEL_VSPS_M2,
 		.model = "VSP1-S",