Gustavo Padovan writes:
> From: Gustavo Padovan
>
> Drop legacy drm_for_each_connector() in favor of the race-free
> drm_for_each_connector_iter().
>
> v2: add missing drm_connector_list_iter_end(Daniel Vetter)
>
> Cc: Eric Anholt
> Signed-off-by: Gustavo Padovan
> Reviewed-by: Daniel Vetter
From: Gustavo Padovan
Drop legacy drm_for_each_connector() in favor of the race-free
drm_for_each_connector_iter().
v2: add missing drm_connector_list_iter_end(Daniel Vetter)
Cc: Eric Anholt
Signed-off-by: Gustavo Padovan
Reviewed-by: Daniel Vetter
---
only built-tested!
---
drivers/gpu/dr