drm/amd/display: drop setmode complete notifier
authorDave Airlie <airlied@redhat.com>
Tue, 13 Dec 2016 06:41:09 +0000 (16:41 +1000)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:06:11 +0000 (17:06 -0400)
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>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c

index b842eaf..5af27aa 100644 (file)
@@ -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 */