Re: [PATCH v3 10/12] gpu: ipu-v3: Add FSU channel linking support

2016-08-01 Thread Steve Longerbeam
On 08/01/2016 02:13 AM, Philipp Zabel wrote: > Am Sonntag, den 31.07.2016, 12:42 -0700 schrieb Steve Longerbeam: >> Adds functions to link and unlink source channels to sink >> channels in the FSU: >> >> int ipu_fsu_link(struct ipu_soc *ipu, int src_ch, int sink_ch); >> int ipu_fsu_unlink(struct

Re: [PATCH v3 10/12] gpu: ipu-v3: Add FSU channel linking support

2016-08-01 Thread Steve Longerbeam
On 08/01/2016 02:13 AM, Philipp Zabel wrote: > Am Sonntag, den 31.07.2016, 12:42 -0700 schrieb Steve Longerbeam: >> Adds functions to link and unlink source channels to sink >> channels in the FSU: >> >> int ipu_fsu_link(struct ipu_soc *ipu, int src_ch, int sink_ch); >> int ipu_fsu_unlink(struct

Re: [PATCH v3 10/12] gpu: ipu-v3: Add FSU channel linking support

2016-08-01 Thread Philipp Zabel
Am Sonntag, den 31.07.2016, 12:42 -0700 schrieb Steve Longerbeam: > Adds functions to link and unlink source channels to sink > channels in the FSU: > > int ipu_fsu_link(struct ipu_soc *ipu, int src_ch, int sink_ch); > int ipu_fsu_unlink(struct ipu_soc *ipu, int src_ch, int sink_ch); > > The

Re: [PATCH v3 10/12] gpu: ipu-v3: Add FSU channel linking support

2016-08-01 Thread Philipp Zabel
Am Sonntag, den 31.07.2016, 12:42 -0700 schrieb Steve Longerbeam: > Adds functions to link and unlink source channels to sink > channels in the FSU: > > int ipu_fsu_link(struct ipu_soc *ipu, int src_ch, int sink_ch); > int ipu_fsu_unlink(struct ipu_soc *ipu, int src_ch, int sink_ch); > > The

[PATCH v3 10/12] gpu: ipu-v3: Add FSU channel linking support

2016-07-31 Thread Steve Longerbeam
Adds functions to link and unlink source channels to sink channels in the FSU: int ipu_fsu_link(struct ipu_soc *ipu, int src_ch, int sink_ch); int ipu_fsu_unlink(struct ipu_soc *ipu, int src_ch, int sink_ch); The channels numbers are usually IDMAC channels, but they can also be channels that do

[PATCH v3 10/12] gpu: ipu-v3: Add FSU channel linking support

2016-07-31 Thread Steve Longerbeam
Adds functions to link and unlink source channels to sink channels in the FSU: int ipu_fsu_link(struct ipu_soc *ipu, int src_ch, int sink_ch); int ipu_fsu_unlink(struct ipu_soc *ipu, int src_ch, int sink_ch); The channels numbers are usually IDMAC channels, but they can also be channels that do