]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: add query HPD interface.
authorChiawen Huang <chiawen.huang@amd.com>
Wed, 5 Sep 2018 12:34:57 +0000 (20:34 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Sep 2018 20:47:56 +0000 (15:47 -0500)
commit8d7a2fd60b8f53d9bfb0efa6059e8cedfe4929f5
treee5f8aaab544f2b3fae8b509d7286199ddfeb68b8
parent38c67f8319d68e3381350f0710ea2b16131dbeb5
drm/amd/display: add query HPD interface.

[Why]
current dc_link_detect function is not only detection but also update some link data.

[How]
added a pure get HPD state function.

Signed-off-by: Chiawen Huang <chiawen.huang@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_link.c
drivers/gpu/drm/amd/display/dc/dc_link.h