diff options
author | 2019-06-13 08:02:08 +0530 | |
---|---|---|
committer | 2019-06-13 13:59:49 -0500 | |
commit | 88099f53cc3717437f5fc9cf84205c5b65118377 (patch) | |
tree | 6d164b0316cbae47179fd22ecaeff617c459dad6 /drivers/gpu/drm/amd/amdgpu | |
parent | amdgpu_dm: no need to check return value of debugfs_create functions (diff) | |
download | wireguard-linux-88099f53cc3717437f5fc9cf84205c5b65118377.tar.xz wireguard-linux-88099f53cc3717437f5fc9cf84205c5b65118377.zip |
drm/amd/display: fix compilation error
this patch fixes below compilation error
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_hw_sequencer.c: In
function ‘dcn10_apply_ctx_for_surface’:
drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_hw_sequencer.c:2378:3:
error: implicit declaration of function ‘udelay’
[-Werror=implicit-function-declaration]
udelay(underflow_check_delay_us);
Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu')
0 files changed, 0 insertions, 0 deletions