Merge "disp: msm: sde: use wr_ptr interrupt instead of ctl_start"

This commit is contained in:
qctecmdr
2019-05-24 09:38:19 -07:00
committed by Gerrit - the friendly Code Review server
commit 9c05197ef9
33 muutettua tiedostoa jossa 694 lisäystä ja 223 poistoa

Näytä tiedosto

@@ -1959,6 +1959,8 @@ static int msm_pdev_probe(struct platform_device *pdev)
ret = add_display_components(&pdev->dev, &match);
if (ret)
return ret;
if (!match)
return -ENODEV;
pdev->dev.coherent_dma_mask = DMA_BIT_MASK(32);
return component_master_add_with_match(&pdev->dev, &msm_drm_ops, match);