From: Alex Deucher Date: Mon, 21 Dec 2015 22:13:05 +0000 (-0500) Subject: amd/powerplay: fix copy paste typo in hardwaremanager.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=eafbbd9883d0121811a9388988b80476dc12b1bf;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git amd/powerplay: fix copy paste typo in hardwaremanager.c Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c b/drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c index 0fddac9f7cb4..001b8bb4143d 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c @@ -212,7 +212,7 @@ int phm_notify_smc_display_config_after_ps_adjustment(struct pp_hwmgr *hwmgr) if (phm_cap_enabled(hwmgr->platform_descriptor.platformCaps, PHM_PlatformCaps_TablelessHardwareInterface)) - if (NULL != hwmgr->hwmgr_func->display_config_changed) + if (NULL != hwmgr->hwmgr_func->notify_smc_display_config_after_ps_adjustment) hwmgr->hwmgr_func->notify_smc_display_config_after_ps_adjustment(hwmgr); return 0;