From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-lf0-f42.google.com ([209.85.215.42]:33833 "EHLO mail-lf0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754044AbcLMVPj (ORCPT ); Tue, 13 Dec 2016 16:15:39 -0500 Received: by mail-lf0-f42.google.com with SMTP id y21so36543575lfa.1 for ; Tue, 13 Dec 2016 13:15:39 -0800 (PST) From: Sergei Shtylyov To: laurent.pinchart@ideasonboard.com, mchehab@kernel.org, linux-renesas-soc@vger.kernel.org, linux-media@vger.kernel.org Subject: [PATCH] vsp1: remove UAPI support for R-Car gen2 VSPDs Date: Wed, 14 Dec 2016 00:15:34 +0300 Message-ID: <3095242.0tNrk30rsv@wasted.cogentembedded.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: 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 --- 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",