Skip to content

Commit

Permalink
drm/amd/display: drop unused dm_delay_in_microseconds
Browse files Browse the repository at this point in the history
No longer used.

Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Alex Deucher authored and Dave Airlie committed Oct 17, 2017
1 parent 4770b18 commit d7205d5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d7205d5

Please sign in to comment.