summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-12-13 16:41:09 +1000
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 17:06:11 -0400
commit2c755dae303fa7eecc6400b2dcb544298d1e2e3e (patch)
tree7948082ab93a31f43dee9fd77409c3b700cbe927 /drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
parente285917063641f00086242d6c927ace9de24c357 (diff)
drm/amd/display: drop setmode complete notifier
Signed-off-by: Dave Airlie <airlied@redhat.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c')
-rw-r--r--drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c13
1 files changed, 0 insertions, 13 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 b842eafdf66c..5af27aad2dad 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
@@ -427,16 +427,3 @@ bool dm_pp_get_static_clocks(
}
/**** end of power component interfaces ****/
-
-/* Calls to notification */
-
-void dal_notify_setmode_complete(struct dc_context *ctx,
- uint32_t h_total,
- uint32_t v_total,
- uint32_t h_active,
- uint32_t v_active,
- uint32_t pix_clk_in_khz)
-{
- /*TODO*/
-}
-/* End of calls to notification */