drm/amd/display: add support for VSIP info packet
authorWayne Lin <Wayne.Lin@amd.com>
Tue, 3 Sep 2019 21:18:31 +0000 (05:18 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 11 Oct 2019 00:25:22 +0000 (19:25 -0500)
commit3c2381b92cba739b19be9beecdcb49d4730a42f2
tree7cf5251b36beb9ee6c48958d598a5efbcb7ac60d
parent9ae1b27f31d0e8fb09720b35bb873fe8b8d4630e
drm/amd/display: add support for VSIP info packet

[Why]
The vendor specific infoframe is needed for HDMI while displaying
specific modes.
DC supports sending it, but we aren't currently building it

[How]
Add mod_build_hf_vsif_infopacket() to build the vendor specific
info packet.

Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Reviewed-by: Nicholas Kazlauskas <Nicholas.Kazlauskas@amd.com>
Acked-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/modules/inc/mod_info_packet.h
drivers/gpu/drm/amd/display/modules/info_packet/info_packet.c