aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/link/link_validation.h
diff options
context:
space:
mode:
authorLeo (Hanghong) Ma <[email protected]>2023-11-28 12:31:24 -0500
committerAlex Deucher <[email protected]>2024-01-03 10:31:30 -0500
commit394e850f1ad73c594bf0296c2f601c71517acfdd (patch)
tree7991c644c4c03eb4edf07da0760be4bf8a436ef5 /drivers/gpu/drm/amd/display/dc/link/link_validation.h
parenta71e1310a43ffe47b824aae25ae54f9fcc4daa12 (diff)
drm/amd/display: Add HDMI capacity computations using fixed31_32
[Why] Certain HDMI modes failed at dml cap check for uncompressed video but they can still be supported for compressed video. [How] Add HDMI capacity computations using fixed31_32 in dc side. Tested-by: Daniel Wheeler <[email protected]> Reviewed-by: Chris Park <[email protected]> Acked-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Leo (Hanghong) Ma <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/link/link_validation.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/link/link_validation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/link/link_validation.h b/drivers/gpu/drm/amd/display/dc/link/link_validation.h
index 4a954317d0da..595fb05946e9 100644
--- a/drivers/gpu/drm/amd/display/dc/link/link_validation.h
+++ b/drivers/gpu/drm/amd/display/dc/link/link_validation.h
@@ -25,6 +25,7 @@
#ifndef __LINK_VALIDATION_H__
#define __LINK_VALIDATION_H__
#include "link.h"
+
enum dc_status link_validate_mode_timing(
const struct dc_stream_state *stream,
struct dc_link *link,