]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit691d4a834e24e5a3dd4db9ab94d926fcdb9599f1
tree7cf5251b36beb9ee6c48958d598a5efbcb7ac60d
parent3c87f75f0315395bbcb31f9683073b60f423a4c6
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