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

Commit 8379d075 authored by Christopher Braga's avatar Christopher Braga
Browse files

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



Intended to improve suspend / resume performance.

Change-Id: If9e2a9d727f7b5c1e1cfe419f0a723da8e753b35
Signed-off-by: default avatarChristopher Braga <cbraga@codeaurora.org>
parent c833fd79
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2047,6 +2047,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);
}