On Wed, May 7, 2014 at 1:33 AM, Sean Paul wrote:
> On Tue, May 6, 2014 at 12:45 PM, Ajay kumar wrote:
>> Sean,
>>
>>
>> On Tue, May 6, 2014 at 9:25 PM, Sean Paul wrote:
>>> On Mon, May 5, 2014 at 12:52 PM, Ajay Kumar
>>> wrote:
As of now, we can have only one bridge hanging off the encode
Rob,
On Tue, May 6, 2014 at 9:42 PM, Rob Clark wrote:
> On Tue, May 6, 2014 at 11:55 AM, Sean Paul wrote:
>> On Mon, May 5, 2014 at 12:52 PM, Ajay Kumar
>> wrote:
>>> As of now, we can have only one bridge hanging off the encoder.
>>> With this patch, we allow multiple bridges to hang onto th
Sean,
On Tue, May 6, 2014 at 9:25 PM, Sean Paul wrote:
> On Mon, May 5, 2014 at 12:52 PM, Ajay Kumar
> wrote:
>> As of now, we can have only one bridge hanging off the encoder.
>> With this patch, we allow multiple bridges to hang onto the same encoder
>> with the use of a simple next_bridge p
On Tue, May 6, 2014 at 12:45 PM, Ajay kumar wrote:
> Sean,
>
>
> On Tue, May 6, 2014 at 9:25 PM, Sean Paul wrote:
>> On Mon, May 5, 2014 at 12:52 PM, Ajay Kumar
>> wrote:
>>> As of now, we can have only one bridge hanging off the encoder.
>>> With this patch, we allow multiple bridges to hang o
On Tue, May 6, 2014 at 11:55 AM, Sean Paul wrote:
> On Mon, May 5, 2014 at 12:52 PM, Ajay Kumar
> wrote:
>> As of now, we can have only one bridge hanging off the encoder.
>> With this patch, we allow multiple bridges to hang onto the same encoder
>> with the use of a simple next_bridge ptr.
>>
On Mon, May 5, 2014 at 12:52 PM, Ajay Kumar wrote:
> As of now, we can have only one bridge hanging off the encoder.
> With this patch, we allow multiple bridges to hang onto the same encoder
> with the use of a simple next_bridge ptr.
>
> The drm core calls bridge->funcs for the first bridge whic
As of now, we can have only one bridge hanging off the encoder.
With this patch, we allow multiple bridges to hang onto the same encoder
with the use of a simple next_bridge ptr.
The drm core calls bridge->funcs for the first bridge which
is attached to it, and its upto the individual bridge drive