[PATCH] drm/amdgpu: Remove unused flip_flags from amdgpu_crtc

Michel Dänzer michel at daenzer.net
Fri Sep 1 01:24:51 UTC 2017


On 01/09/17 10:19 AM, Harry Wentland wrote:
> No more need since Andrey's change to use drm_crtc's version
> 
> Signed-off-by: Harry Wentland <harry.wentland at amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
> index cb173678f7df..2780c84892ac 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
> @@ -441,7 +441,6 @@ struct amdgpu_crtc {
>  	enum amdgpu_interrupt_state vsync_timer_enabled;
>  
>  	int otg_inst;
> -	uint32_t flip_flags;
>  	/* After Set Mode stream will be non-NULL */
>  	const struct dc_stream *stream;
>  	struct drm_pending_vblank_event *event;
> 

Thanks guys, this patch and the previous patch 53 are

Reviewed-by: Michel Dänzer <michel.daenzer at amd.com>


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer


More information about the amd-gfx mailing list