drm/amd/display: AUX will exit when HPD LOW detected
This change shorten wait time when HPD LOW. With HPD LOW, without this change, AUX routine delay is 450us. With this change, it is 42us. Signed-off-by: Hersen Wu <hersenxs.wu@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -40,7 +40,8 @@ enum ddc_result {
|
||||
DDC_RESULT_FAILED_INCOMPLETE,
|
||||
DDC_RESULT_FAILED_OPERATION,
|
||||
DDC_RESULT_FAILED_INVALID_OPERATION,
|
||||
DDC_RESULT_FAILED_BUFFER_OVERFLOW
|
||||
DDC_RESULT_FAILED_BUFFER_OVERFLOW,
|
||||
DDC_RESULT_FAILED_HPD_DISCON
|
||||
};
|
||||
|
||||
enum ddc_service_type {
|
||||
|
Reference in New Issue
Block a user