drm/amd/display: Add hpd pending flag to indicate detection of new hpd
[Why] For dpia link, link->hpd_status indicates current state, but driver fails to capture hpd transitions in certain scenarios such as during link training. [How] Added link->hpd_pending flag that captures arrival of new hpd. Reviewed-by:Jun Lei <Jun.Lei@amd.com> Acked-by:
Anson Jacob <Anson.Jacob@amd.com> Tested-by:
Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by:
Meenakshikumar Somasundaram <meenakshikumar.somasundaram@amd.com> Signed-off-by:
Alex Deucher <alexander.deucher@amd.com>
Showing
- drivers/gpu/drm/amd/display/dc/core/dc_link.c 3 additions, 3 deletionsdrivers/gpu/drm/amd/display/dc/core/dc_link.c
- drivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c 10 additions, 10 deletionsdrivers/gpu/drm/amd/display/dc/core/dc_link_dpia.c
- drivers/gpu/drm/amd/display/dc/dc_link.h 1 addition, 0 deletionsdrivers/gpu/drm/amd/display/dc/dc_link.h
Loading