Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amd/display: perform clear update flags for all DCN asics

Existing version check that limits the sequence to clear update flags
should be performed for all asics. Exclude DCE asics for now.

Reviewed-by: Sun peng (Leo) Li <sunpeng.li@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Aurabindo Pillai and committed by
Alex Deucher
06fee4fb 6cf32edb

+1 -1
+1 -1
drivers/gpu/drm/amd/display/dc/core/dc.c
··· 7506 7506 .stream = stream, 7507 7507 .stream_update = stream_update, 7508 7508 .update_v3 = version >= DCN_VERSION_4_01 || version == DCN_VERSION_3_2 || version == DCN_VERSION_3_21, 7509 - .do_clear_update_flags = version >= DCN_VERSION_3_2 || version == DCN_VERSION_3_01, 7509 + .do_clear_update_flags = version >= DCN_VERSION_1_0, 7510 7510 }; 7511 7511 7512 7512 return scratch;