]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_services.c
drm/amd/display: Merge amdgpu_dm_types and amdgpu_dm
[mirror_ubuntu-bionic-kernel.git] / drivers / gpu / drm / amd / display / amdgpu_dm / amdgpu_dm_services.c
index 1ddc56cfbdc4f6050a06965a2a97ee073ce0cd83..3348e90a0a370cb103cd57d5ea20ef9ac929c8b4 100644 (file)
@@ -33,7 +33,6 @@
 #include "amdgpu.h"
 #include "amdgpu_dm.h"
 #include "amdgpu_dm_irq.h"
-#include "amdgpu_dm_types.h"
 #include "amdgpu_pm.h"
 
 /******************************************************************************
@@ -402,6 +401,14 @@ bool dm_pp_notify_wm_clock_changes(
        return false;
 }
 
+bool dm_pp_notify_wm_clock_changes_soc15(
+       const struct dc_context *ctx,
+       struct dm_pp_wm_sets_with_clock_ranges_soc15 *wm_with_clock_ranges)
+{
+       /* TODO: to be implemented */
+       return false;
+}
+
 bool dm_pp_apply_power_level_change_request(
        const struct dc_context *ctx,
        struct dm_pp_power_level_change_request *level_change_req)