summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2019-12-17 23:39:04 +0300
committerAlex Deucher <alexander.deucher@amd.com>2019-12-19 00:09:14 +0300
commite3250f2d5bbbe36ad2d4e87403408ed24ab21304 (patch)
treea8c2a6954fa905fc46dd4e7e4c21896b5f287556 /drivers/gpu/drm
parent0371e2fba42158cb55f6d2c8cf4c9c0821677c0c (diff)
downloadlinux-e3250f2d5bbbe36ad2d4e87403408ed24ab21304.tar.xz
drm/amdgpu/display: include delay.h
For udelay. This is needed for some platforms. Reviewed-by: Nicholas Kazlauskas <nicholas.kazluaskas@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c
index 110c8620907b..bcbc0b8a9aa0 100644
--- a/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c
+++ b/drivers/gpu/drm/amd/display/modules/hdcp/hdcp2_execution.c
@@ -23,6 +23,8 @@
*
*/
+#include <linux/delay.h>
+
#include "hdcp.h"
static inline enum mod_hdcp_status check_receiver_id_list_ready(struct mod_hdcp *hdcp)