Re: [Intel-gfx] [PATCH v2 2/6] drm/atomic: Pass connector and state to update_connector_routing.

2016-03-04 Thread Daniel Vetter
On Tue, Mar 01, 2016 at 05:19:53PM +0200, Ville Syrjälä wrote: > On Wed, Feb 24, 2016 at 09:37:29AM +0100, Maarten Lankhorst wrote: > > Minor cleanup, connector and connector_state are always non-NULL here. > > > > Signed-off-by: Maarten Lankhorst > > Reviewed-by: Ville Syrjälä Merged the firs

Re: [Intel-gfx] [PATCH v2 2/6] drm/atomic: Pass connector and state to update_connector_routing.

2016-03-01 Thread Ville Syrjälä
On Wed, Feb 24, 2016 at 09:37:29AM +0100, Maarten Lankhorst wrote: > Minor cleanup, connector and connector_state are always non-NULL here. > > Signed-off-by: Maarten Lankhorst Reviewed-by: Ville Syrjälä > --- > drivers/gpu/drm/drm_atomic_helper.c | 15 +-- > 1 file changed, 5 ins

[Intel-gfx] [PATCH v2 2/6] drm/atomic: Pass connector and state to update_connector_routing.

2016-02-24 Thread Maarten Lankhorst
Minor cleanup, connector and connector_state are always non-NULL here. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/drm_atomic_helper.c | 15 +-- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_h