Revision 2f0fa789f7b9fb022440f8f846cae175233987aa authored by Wayne Lin on 24 November 2020, 11:57:03 UTC, committed by Alex Deucher on 14 January 2021, 19:06:43 UTC
[Why]
Find out when we try to disable CRC calculation, crc generation is still
enabled. Main reason is that dc_stream_configure_crc() will never get
called when the source is AMDGPU_DM_PIPE_CRC_SOURCE_NONE.

[How]
Add checking condition that when source is
AMDGPU_DM_PIPE_CRC_SOURCE_NONE, we should also call
dc_stream_configure_crc() to disable crc calculation.

Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent a7ddd22
History
File Mode Size
boot
configs
include
kernel
lib
mm
net
Kbuild -rw-r--r-- 106 bytes
Kconfig -rw-r--r-- 10.1 KB
Kconfig.debug -rw-r--r-- 0 bytes
Kconfig.socs -rw-r--r-- 1.2 KB
Makefile -rw-r--r-- 2.8 KB

back to top