mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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>
This commit is contained in:
parent
6cf32edb5d
commit
06fee4fba9
|
|
@ -7506,7 +7506,7 @@ struct dc_update_scratch_space *dc_update_planes_and_stream_init(
|
|||
.stream = stream,
|
||||
.stream_update = stream_update,
|
||||
.update_v3 = version >= DCN_VERSION_4_01 || version == DCN_VERSION_3_2 || version == DCN_VERSION_3_21,
|
||||
.do_clear_update_flags = version >= DCN_VERSION_3_2 || version == DCN_VERSION_3_01,
|
||||
.do_clear_update_flags = version >= DCN_VERSION_1_0,
|
||||
};
|
||||
|
||||
return scratch;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user