Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a7e5c34 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm:msm: Update msm driver to allow async suspend / resume callbacks"...

Merge "drm:msm: Update msm driver to allow async suspend / resume callbacks" into dev/msm-4.14-display
parents 7955015a 8379d075
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2049,6 +2049,8 @@ static int msm_pdev_probe(struct platform_device *pdev)
	if (!match)
		return -ENODEV;

	device_enable_async_suspend(&pdev->dev);

	pdev->dev.coherent_dma_mask = DMA_BIT_MASK(32);
	return component_master_add_with_match(&pdev->dev, &msm_drm_ops, match);
}