[PATCH] drm: bridge: Allow daisy chaining of bridges

2015-04-09 Thread Archit Taneja
Hi, On 04/09/2015 12:54 PM, Jani Nikula wrote: > On Thu, 09 Apr 2015, Archit Taneja wrote: >> Allow drm_bridge objects to link to each other in order to form an encoder >> chain. The requirement for creating a chain of bridges comes because the >> MSM drm driver uses up its encoder and bridge obj

[PATCH] drm: bridge: Allow daisy chaining of bridges

2015-04-09 Thread Archit Taneja
Allow drm_bridge objects to link to each other in order to form an encoder chain. The requirement for creating a chain of bridges comes because the MSM drm driver uses up its encoder and bridge objects for blocks within the SoC itself. There isn't anything left to use if the SoC display output is c

[PATCH] drm: bridge: Allow daisy chaining of bridges

2015-04-09 Thread Jani Nikula
On Thu, 09 Apr 2015, Archit Taneja wrote: > Allow drm_bridge objects to link to each other in order to form an encoder > chain. The requirement for creating a chain of bridges comes because the > MSM drm driver uses up its encoder and bridge objects for blocks within > the SoC itself. There isn't