mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
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>
This commit is contained in:
parent
d72e2bdac4
commit
55fdfddddb
|
|
@ -539,8 +539,6 @@ void mod_build_adaptive_sync_infopacket(const struct dc_stream_state *stream,
|
|||
mod_build_adaptive_sync_infopacket_v2(stream, param, info_packet);
|
||||
break;
|
||||
case FREESYNC_TYPE_PCON_IN_WHITELIST:
|
||||
mod_build_adaptive_sync_infopacket_v1(info_packet);
|
||||
break;
|
||||
case ADAPTIVE_SYNC_TYPE_EDP:
|
||||
mod_build_adaptive_sync_infopacket_v1(info_packet);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user