summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/display/dc/os_types.h
diff options
context:
space:
mode:
authorJimmy Kizito <Jimmy.Kizito@amd.com>2021-04-09 22:23:53 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-10-06 15:51:39 -0400
commit178fbb6d552f294037291bf62d41b31d30186f31 (patch)
tree6ac3630f48e8e32333eb8c16467de76b5648f641 /drivers/gpu/drm/amd/display/dc/os_types.h
parentedfb2693471f593856df915cd24c1b62ffaf978c (diff)
downloadlinux-stable-178fbb6d552f294037291bf62d41b31d30186f31.tar.gz
linux-stable-178fbb6d552f294037291bf62d41b31d30186f31.tar.bz2
linux-stable-178fbb6d552f294037291bf62d41b31d30186f31.zip
drm/amd/display: Implement DPIA training loop
[Why] Training of DPIA link differs enough from that of conventional DP link to warrant a separate implementation. [How] - Implement top-level of DPIA training loop. - Make functions shared between DP and DPIA link training "public". Reviewed-by: Jun Lei <Jun.Lei@amd.com> Acked-by: Wayne Lin <Wayne.Lin@amd.com> Acked-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com> Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Jimmy Kizito <Jimmy.Kizito@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/os_types.h')
-rw-r--r--drivers/gpu/drm/amd/display/dc/os_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/os_types.h b/drivers/gpu/drm/amd/display/dc/os_types.h
index 34efb708ea12..5df1d80c8341 100644
--- a/drivers/gpu/drm/amd/display/dc/os_types.h
+++ b/drivers/gpu/drm/amd/display/dc/os_types.h
@@ -31,6 +31,7 @@
#include <linux/kref.h>
#include <linux/types.h>
#include <linux/slab.h>
+#include <linux/delay.h>
#include <asm/byteorder.h>