[PATCH 3/3] drm: change connector to tmp_connector

2015-03-17 Thread John Hunter
This wasn't too harmful since we already look at connector, which has the same effect as the loop for any non-cloned configs. Only when we have a cloned configuration is it important to look at other connectors. Furthermore existing userspace always changes dpms on all of them anyway. Signed-off-b

[PATCH 3/3] drm: change connector to tmp_connector

2015-03-17 Thread Daniel Vetter
On Tue, Mar 17, 2015 at 03:30:28PM +0800, John Hunter wrote: > This wasn't too harmful since we already look at connector, > which has the same effect as the loop for any non-cloned configs. > Only when we have a cloned configuration is it important to look > at other connectors. Furthermore existi