Skip to content

Commit 7639584

Browse files
jannaumarcan
authored andcommitted
drm: apple: iomfb: Increase modeset timeout to 2.5 seconds
Signed-off-by: Janne Grunau <[email protected]>
1 parent 61b1b2e commit 7639584

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/apple/iomfb_template.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,12 +1276,12 @@ void DCP_FW_NAME(iomfb_flush)(struct apple_dcp *dcp, struct drm_crtc *crtc, stru
12761276

12771277
dev_dbg(dcp->dev, "%s - wait for modeset", __func__);
12781278
ret = wait_for_completion_timeout(&cookie->done,
1279-
msecs_to_jiffies(500));
1279+
msecs_to_jiffies(2500));
12801280

12811281
kref_put(&cookie->refcount, release_wait_cookie);
12821282

12831283
if (ret == 0) {
1284-
dev_dbg(dcp->dev, "set_digital_out_mode 200 ms");
1284+
dev_info(dcp->dev, "set_digital_out_mode timed out");
12851285
schedule_work(&dcp->vblank_wq);
12861286
return;
12871287
} else if (ret > 0) {

0 commit comments

Comments
 (0)