commit | 5f773e551a3b977013df24d570d486645f326672 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexdeucher@gmail.com> | Tue Dec 17 15:47:07 2019 -0500 |
committer | Dave Airlie <airlied@redhat.com> | Thu Dec 19 09:04:13 2019 +1000 |
tree | e64a9c613c9a12fd6eeaa37e329ba9bf415e7267 | |
parent | 4e328922d461616c18f739ed4dfee0bb17133d75 [diff] |
drm/amdgpu/display: use msleep rather than udelay for HDCP ARM has a 2000us limit for udelay. Switch to msleep. This code executes in a worker thread so shouldn't be an atomic context. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191217204707.2258744-2-alexander.deucher@amd.com