[Intel-gfx] [PATCH 08/16] drm/atmel-hlcdec: Use for_each_new_connector_in_state

Boris Brezillon boris.brezillon at free-electrons.com
Wed Jul 12 09:22:54 UTC 2017


On Wed, 12 Jul 2017 10:13:36 +0200
Maarten Lankhorst <maarten.lankhorst at linux.intel.com> wrote:

> for_each_obj_in_state is about to be removed, so use the new iterator
> macros.
> 
> Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
> Cc: Boris Brezillon <boris.brezillon at free-electrons.com>

Acked-by: Boris Brezillon <boris.brezillon at free-electrons.com>

> ---
>  drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c
> index 441769c5bcd4..4fbbeab5c5d4 100644
> --- a/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c
> +++ b/drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c
> @@ -237,7 +237,7 @@ static int atmel_hlcdc_crtc_select_output_mode(struct drm_crtc_state *state)
>  
>  	crtc = drm_crtc_to_atmel_hlcdc_crtc(state->crtc);
>  
> -	for_each_connector_in_state(state->state, connector, cstate, i) {
> +	for_each_new_connector_in_state(state->state, connector, cstate, i) {
>  		struct drm_display_info *info = &connector->display_info;
>  		unsigned int supported_fmts = 0;
>  		int j;



More information about the Intel-gfx mailing list