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

drm/amd/display: Remove code duplication

[Why & How]
Remove redundant code

Acked-by: Wayne Lin <wayne.lin@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Rodrigo Siqueira and committed by
Alex Deucher
55fdfddd d72e2bda

-2
-2
drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c
··· 539 539 mod_build_adaptive_sync_infopacket_v2(stream, param, info_packet); 540 540 break; 541 541 case FREESYNC_TYPE_PCON_IN_WHITELIST: 542 - mod_build_adaptive_sync_infopacket_v1(info_packet); 543 - break; 544 542 case ADAPTIVE_SYNC_TYPE_EDP: 545 543 mod_build_adaptive_sync_infopacket_v1(info_packet); 546 544 break;