[PATCH 2/2] drm/amd/display: drop unused dm_delay_in_microseconds

Harry Wentland harry.wentland at amd.com
Wed Oct 11 17:17:39 UTC 2017


On 2017-10-11 12:51 PM, Alex Deucher wrote:
> No longer used.
> 
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>

Series is
Reviewed-by: Harry Wentland <harry.wentland at amd.com>

Harry

> ---
>  drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
> index 2c3cd51..43bf829 100644
> --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
> +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
> @@ -59,13 +59,6 @@ bool dm_read_persistent_data(struct dc_context *ctx,
>  	return false;
>  }
>  
> -void dm_delay_in_microseconds(struct dc_context *ctx,
> -					unsigned int microSeconds)
> -{
> -	/*TODO implement*/
> -	return;
> -}
> -
>  /**** power component interfaces ****/
>  
>  bool dm_pp_pre_dce_clock_change(
> 


More information about the amd-gfx mailing list