From: Dave Airlie Date: Tue, 13 Dec 2016 06:41:09 +0000 (+1000) Subject: drm/amd/display: drop setmode complete notifier X-Git-Tag: v4.15-rc1~56^2~23^2~837 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c755dae303fa7eecc6400b2dcb544298d1e2e3e;p=thirdparty%2Fkernel%2Flinux.git drm/amd/display: drop setmode complete notifier Signed-off-by: Dave Airlie Reviewed-by: Tony Cheng Acked-by: Harry Wentland Signed-off-by: Alex Deucher --- 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 b842eafdf66c2..5af27aad2dada 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 */