summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.c
diff options
context:
space:
mode:
authorTony Cheng <tony.cheng@amd.com>2017-07-12 22:00:34 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:15:23 -0400
commitfc0956909f24d2cd6f69777881bcccd771a06f35 (patch)
tree8513382c16d3cd72af8bd50681c7450e82bb3156 /drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.c
parent72f0281d34b464121f9f6b75a2d7a2502055ec79 (diff)
downloadlinux-stable-fc0956909f24d2cd6f69777881bcccd771a06f35.tar.gz
linux-stable-fc0956909f24d2cd6f69777881bcccd771a06f35.tar.bz2
linux-stable-fc0956909f24d2cd6f69777881bcccd771a06f35.zip
drm/amd/display: register programming consolidation
remove redundant DPP_CLOCK_ENABLE in ipp. clock programmed by HWSS Signed-off-by: Tony Cheng <tony.cheng@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.c b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.c
index 4910d4c59b31..53dd9a9593f0 100644
--- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.c
+++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_ipp.c
@@ -418,7 +418,6 @@ static void ippn10_enable_cm_block(
{
struct dcn10_ipp *ippn10 = TO_DCN10_IPP(ipp);
- REG_UPDATE(DPP_CONTROL, DPP_CLOCK_ENABLE, 1);
REG_UPDATE(CM_CONTROL, CM_BYPASS_EN, 0);
}