aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/gpu/drm/amd/display/modules
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2019-12-17 15:47:06 -0500
committerDave Airlie <airlied@redhat.com>2019-12-19 09:01:15 +1000
commit4e328922d461616c18f739ed4dfee0bb17133d75 (patch)
tree3d62e28db1b14e8015fc5b10543648d4ce836e13 /drivers/gpu/drm/amd/display/modules
parentMerge tag 'du-next-20191218' of git://linuxtv.org/pinchartl/media into drm-next (diff)
downloadwireguard-linux-4e328922d461616c18f739ed4dfee0bb17133d75.tar.xz
wireguard-linux-4e328922d461616c18f739ed4dfee0bb17133d75.zip
drm/amdgpu/display: include delay.h
For udelay. This is needed for some platforms. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Nicholas Kazlauskas <nicholas.kazluaskas@amd.om> Signed-off-by: Dave Airlie <airlied@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191217204707.2258744-1-alexander.deucher@amd.com
Diffstat (limited to 'drivers/gpu/drm/amd/display/modules')
-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)