Skip to content

Commit c0a2b91

Browse files
Lawstorant1Naim
authored andcommitted
drm/amd/display: Build HDMI vsif in correct slot
[Why] HDMI vsif was assigned to vsp_infopacket (FreeSync) field [How] Build HDMI vsif in the correct hfvsif_infopacket field Signed-off-by: Tomasz Pakuła <tomasz.pakula.oficjalny@gmail.com> Reviewed-by: Harry Wentland <harry.wentland@amd.com>
1 parent a7b1dd1 commit c0a2b91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7401,7 +7401,7 @@ create_stream_for_sink(struct drm_connector *connector,
74017401
update_stream_signal(stream, sink);
74027402

74037403
if (stream->signal == SIGNAL_TYPE_HDMI_TYPE_A)
7404-
mod_build_hf_vsif_infopacket(stream, &stream->vsp_infopacket);
7404+
mod_build_hf_vsif_infopacket(stream, &stream->hfvsif_infopacket);
74057405

74067406
if (stream->signal == SIGNAL_TYPE_DISPLAY_PORT ||
74077407
stream->signal == SIGNAL_TYPE_DISPLAY_PORT_MST ||

0 commit comments

Comments
 (0)