Re: [PATCH v2 1/2] drm: Add drm_bridge

2013-08-30 Thread Rob Clark
On Wed, Aug 14, 2013 at 4:47 PM, Sean Paul wrote: > This patch adds the notion of a drm_bridge. A bridge is a chained > device which hangs off an encoder. The drm driver using the bridge > should provide the association between encoder and bridge. Once a > bridge is associated with an encoder, it

[PATCH v2 1/2] drm: Add drm_bridge

2013-08-30 Thread Rob Clark
On Wed, Aug 14, 2013 at 4:47 PM, Sean Paul wrote: > This patch adds the notion of a drm_bridge. A bridge is a chained > device which hangs off an encoder. The drm driver using the bridge > should provide the association between encoder and bridge. Once a > bridge is associated with an encoder, it

[PATCH v2 1/2] drm: Add drm_bridge

2013-08-29 Thread Daniel Vetter
On Thu, Aug 29, 2013 at 12:13:16PM -0400, Rob Clark wrote: > On Thu, Aug 29, 2013 at 11:59 AM, Sean Paul wrote: > > On Wed, Aug 14, 2013 at 4:47 PM, Sean Paul wrote: > >> This patch adds the notion of a drm_bridge. A bridge is a chained > >> device which hangs off an encoder. The drm driver using

Re: [PATCH v2 1/2] drm: Add drm_bridge

2013-08-29 Thread Daniel Vetter
On Thu, Aug 29, 2013 at 12:13:16PM -0400, Rob Clark wrote: > On Thu, Aug 29, 2013 at 11:59 AM, Sean Paul wrote: > > On Wed, Aug 14, 2013 at 4:47 PM, Sean Paul wrote: > >> This patch adds the notion of a drm_bridge. A bridge is a chained > >> device which hangs off an encoder. The drm driver using

[PATCH v2 1/2] drm: Add drm_bridge

2013-08-29 Thread Rob Clark
On Thu, Aug 29, 2013 at 11:59 AM, Sean Paul wrote: > On Wed, Aug 14, 2013 at 4:47 PM, Sean Paul wrote: >> This patch adds the notion of a drm_bridge. A bridge is a chained >> device which hangs off an encoder. The drm driver using the bridge >> should provide the association between encoder and b

[PATCH v2 1/2] drm: Add drm_bridge

2013-08-29 Thread Sean Paul
On Wed, Aug 14, 2013 at 4:47 PM, Sean Paul wrote: > This patch adds the notion of a drm_bridge. A bridge is a chained > device which hangs off an encoder. The drm driver using the bridge > should provide the association between encoder and bridge. Once a > bridge is associated with an encoder, it

Re: [PATCH v2 1/2] drm: Add drm_bridge

2013-08-29 Thread Rob Clark
On Thu, Aug 29, 2013 at 11:59 AM, Sean Paul wrote: > On Wed, Aug 14, 2013 at 4:47 PM, Sean Paul wrote: >> This patch adds the notion of a drm_bridge. A bridge is a chained >> device which hangs off an encoder. The drm driver using the bridge >> should provide the association between encoder and b

Re: [PATCH v2 1/2] drm: Add drm_bridge

2013-08-29 Thread Sean Paul
On Wed, Aug 14, 2013 at 4:47 PM, Sean Paul wrote: > This patch adds the notion of a drm_bridge. A bridge is a chained > device which hangs off an encoder. The drm driver using the bridge > should provide the association between encoder and bridge. Once a > bridge is associated with an encoder, it

[PATCH v2 1/2] drm: Add drm_bridge

2013-08-14 Thread Sean Paul
This patch adds the notion of a drm_bridge. A bridge is a chained device which hangs off an encoder. The drm driver using the bridge should provide the association between encoder and bridge. Once a bridge is associated with an encoder, it will participate in mode set, and dpms (via the enable/disa

[PATCH v2 1/2] drm: Add drm_bridge

2013-08-14 Thread Sean Paul
This patch adds the notion of a drm_bridge. A bridge is a chained device which hangs off an encoder. The drm driver using the bridge should provide the association between encoder and bridge. Once a bridge is associated with an encoder, it will participate in mode set, and dpms (via the enable/disa