diff options
author | Dave Airlie | 2016-12-13 07:41:09 +0100 |
---|---|---|
committer | Alex Deucher | 2017-09-26 23:06:11 +0200 |
commit | 2c755dae303fa7eecc6400b2dcb544298d1e2e3e (patch) | |
tree | 7948082ab93a31f43dee9fd77409c3b700cbe927 /drivers/gpu/drm/amd | |
parent | drm/amd/display: drop get platform info (diff) | |
download | kernel-qcow2-linux-2c755dae303fa7eecc6400b2dcb544298d1e2e3e.tar.gz kernel-qcow2-linux-2c755dae303fa7eecc6400b2dcb544298d1e2e3e.tar.xz kernel-qcow2-linux-2c755dae303fa7eecc6400b2dcb544298d1e2e3e.zip |
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')
-rw-r--r-- | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c | 13 |
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 */ |