OSDN Git Service

drm/amd/display: Remove unnecessary warning
authorMikita Lipski <mikita.lipski@amd.com>
Wed, 4 Jul 2018 15:19:53 +0000 (11:19 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 24 Jul 2018 20:15:02 +0000 (15:15 -0500)
commit85344e75d0d18094789ce84f88e1c5762c74115d
tree62373ae0c0ad5d3e7614716f5bb2e2ea2d3fa019
parent5f8181733f6e5f8a4447f844efe4bdab5ed6a30e
drm/amd/display: Remove unnecessary warning

[why]
The warning message floods the dmesg log on Tonga even
though it is expected to have a pix_clk set to zero,
when the pipe is not active.
[how]
remove the assert

Signed-off-by: Mikita Lipski <mikita.lipski@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce100/dce100_hw_sequencer.c