[PATCH 1/3] drm/dp: Keep a list of drm_dp_aux helper.

2015-09-16 Thread Daniel Vetter
On Tue, Sep 15, 2015 at 07:57:19PM +0300, Ville Syrjälä wrote: > On Tue, Sep 15, 2015 at 09:27:27AM -0700, Rafael Antognolli wrote: > > On Tue, Sep 15, 2015 at 10:46:43AM +0300, Ville Syrjälä wrote: > > > On Mon, Sep 14, 2015 at 04:12:30PM -0700, Rafael Antognolli wrote: > > > > This list will

[PATCH 1/3] drm/dp: Keep a list of drm_dp_aux helper.

2015-09-15 Thread Ville Syrjälä
On Tue, Sep 15, 2015 at 09:27:27AM -0700, Rafael Antognolli wrote: > On Tue, Sep 15, 2015 at 10:46:43AM +0300, Ville Syrjälä wrote: > > On Mon, Sep 14, 2015 at 04:12:30PM -0700, Rafael Antognolli wrote: > > > This list will be used to get the aux channels registered through the > > > helpers. Two

[PATCH 1/3] drm/dp: Keep a list of drm_dp_aux helper.

2015-09-15 Thread Ville Syrjälä
On Mon, Sep 14, 2015 at 04:12:30PM -0700, Rafael Antognolli wrote: > This list will be used to get the aux channels registered through the > helpers. Two functions are provided to register/unregister notifier > listeners on the list, and another functiont to iterate over the list of > aux channels.

[PATCH 1/3] drm/dp: Keep a list of drm_dp_aux helper.

2015-09-15 Thread Rafael Antognolli
On Tue, Sep 15, 2015 at 10:46:43AM +0300, Ville Syrjälä wrote: > On Mon, Sep 14, 2015 at 04:12:30PM -0700, Rafael Antognolli wrote: > > This list will be used to get the aux channels registered through the > > helpers. Two functions are provided to register/unregister notifier > > listeners on th

[PATCH 1/3] drm/dp: Keep a list of drm_dp_aux helper.

2015-09-14 Thread Rafael Antognolli
This list will be used to get the aux channels registered through the helpers. Two functions are provided to register/unregister notifier listeners on the list, and another functiont to iterate over the list of aux channels. Signed-off-by: Rafael Antognolli --- drivers/gpu/drm/drm_dp_helper.c |