drm/amd/display: avoid apply_clk_constraints for address update
authorTony Cheng <tony.cheng@amd.com>
Wed, 7 Dec 2016 02:22:17 +0000 (21:22 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:04:34 +0000 (17:04 -0400)
commitf4c07f88cc30e77d2431b5bcf95a05e0ee6f3482
tree1bc0c6bb53ccfaaec13d787ba31215bf0c9e20d5
parentedbd58af6998217c5c1ab91cb6ca239c607cc9e0
drm/amd/display: avoid apply_clk_constraints for address update

- dc_update_surfaces_for_target get called in ISR but apply_clk_constraints allocates memory

Signed-off-by: Tony Cheng <tony.cheng@amd.com>
Reviewed-by: Dmytro Laktyushkin <Dmytro.Laktyushkin@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc.c