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: Remove redundant check in DCN35 hwseq

Removing redundant condition.

Reviewed-by: Hansen Dsouza <Hansen.Dsouza@amd.com>
Signed-off-by: Nicholas Susanto <Nicholas.Susanto@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Nicholas Susanto and committed by
Alex Deucher
7c9cb6d1 8783a184

-3
-3
drivers/gpu/drm/amd/display/dc/hwss/dcn35/dcn35_hwseq.c
··· 1024 1024 if (!hpo_frl_stream_enc_acquired && !hpo_dp_stream_enc_acquired) 1025 1025 update_state->pg_res_update[PG_HPO] = true; 1026 1026 1027 - if (hpo_frl_stream_enc_acquired) 1028 - update_state->pg_pipe_res_update[PG_HDMISTREAM][0] = true; 1029 - 1030 1027 update_state->pg_res_update[PG_DWB] = true; 1031 1028 1032 1029 for (i = 0; i < dc->res_pool->pipe_count; i++) {