[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <57895C3B.7030202@mentor.com>
Date: Fri, 15 Jul 2016 14:57:15 -0700
From: Steve Longerbeam <steve_longerbeam@...tor.com>
To: Philipp Zabel <p.zabel@...gutronix.de>,
Steve Longerbeam <slongerbeam@...il.com>
CC: <dri-devel@...ts.freedesktop.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 09/16] gpu: ipu-v3: Add ipu_ic_set_src()
On 07/15/2016 05:45 AM, Philipp Zabel wrote:
> Am Donnerstag, den 07.07.2016, 16:03 -0700 schrieb Steve Longerbeam:
>> +int ipu_ic_set_src(struct ipu_ic *ic, int csi_id, bool vdi)
>> +{
>> + struct ipu_ic_priv *priv = ic->priv;
>> +
>> + ipu_set_ic_src_mux(priv->ipu, csi_id, vdi);
> ipu_set_ic_src_mux(ic->priv->ipu, csi_id, vdi);
> would be shorter.
Again this function isn't needed any longer. I will remove this
patch in next version.
Steve
Powered by blists - more mailing lists