linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] vsp1: remove UAPI support for R-Car gen2 VSPDs
@ 2016-12-13 21:15 Sergei Shtylyov
  2016-12-13 21:20 ` Laurent Pinchart
  0 siblings, 1 reply; 2+ messages in thread
From: Sergei Shtylyov @ 2016-12-13 21:15 UTC (permalink / raw)
  To: laurent.pinchart, mchehab, linux-renesas-soc, linux-media

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(-)

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",


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] vsp1: remove UAPI support for R-Car gen2 VSPDs
  2016-12-13 21:15 [PATCH] vsp1: remove UAPI support for R-Car gen2 VSPDs Sergei Shtylyov
@ 2016-12-13 21:20 ` Laurent Pinchart
  0 siblings, 0 replies; 2+ messages in thread
From: Laurent Pinchart @ 2016-12-13 21:20 UTC (permalink / raw)
  To: Sergei Shtylyov; +Cc: mchehab, linux-renesas-soc, linux-media

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",

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-13 21:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-13 21:15 [PATCH] vsp1: remove UAPI support for R-Car gen2 VSPDs Sergei Shtylyov
2016-12-13 21:20 ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).