diff options
author | Rex Zhu <[email protected]> | 2017-10-09 11:30:42 +0800 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2017-12-04 16:33:19 -0500 |
commit | 95a3ff787a49c57e9ebe2abf7ad8362007b7dff6 (patch) | |
tree | 20ce9ac5bbd3adbe1552582103e58ab5c54c5e60 | |
parent | 4c7c8bbb1fb505fde6a2dfd872aa622a2c8a28dd (diff) |
drm/amd/pp: delete an outdated comment in amd_powerplay.c
Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Rex Zhu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/amd_powerplay.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/amd_powerplay.c b/drivers/gpu/drm/amd/powerplay/amd_powerplay.c index a698a278ef8d..9d3bdada79d5 100644 --- a/drivers/gpu/drm/amd/powerplay/amd_powerplay.c +++ b/drivers/gpu/drm/amd/powerplay/amd_powerplay.c @@ -1200,9 +1200,6 @@ static int pp_dpm_notify_smu_memory_info(void *handle, return ret; } - -/* export this function to DAL */ - static int pp_display_configuration_change(void *handle, const struct amd_pp_display_configuration *display_config) { |