]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amd/display: drop unused dm_delay_in_microseconds
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Oct 2017 16:44:13 +0000 (12:44 -0400)
committerDave Airlie <airlied@redhat.com>
Tue, 17 Oct 2017 00:43:06 +0000 (10:43 +1000)
No longer used.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c

index fc0668b2300c5ef3861dba6509f36e8fdf1355d5..26bf9918fcb79db241194ca2c5abc67fd7fd9c17 100644 (file)
@@ -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(