]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
drm/amd/display: reduce 40s time out to 1s in disable crtc
authorEric Yang <Eric.Yang2@amd.com>
Wed, 26 Jul 2017 20:15:26 +0000 (16:15 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 22:15:47 +0000 (18:15 -0400)
Signed-off-by: Eric Yang <Eric.Yang2@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_timing_generator.c

index 0ef5d8f0625cd8416a6e810cf220e8e6123a7294..f4dce2806ae11e0af68b6a76882b4d3e64b84aca 100644 (file)
@@ -429,7 +429,7 @@ static bool tgn10_disable_crtc(struct timing_generator *tg)
        /* CRTC disabled, so disable  clock. */
        REG_WAIT(OTG_CLOCK_CONTROL,
                        OTG_BUSY, 0,
-                       2000, 20000);
+                       2000, 500);
 
        return true;
 }