Searched refs:dpu_driver (Results 1 – 3 of 3) sorted by relevance
973 bool msm_disp_drv_should_bind(struct device *dev, bool dpu_driver) in msm_disp_drv_should_bind() argument991 bool msm_disp_drv_should_bind(struct device *dev, bool dpu_driver) in msm_disp_drv_should_bind() argument995 return dpu_driver; in msm_disp_drv_should_bind()999 return !dpu_driver; in msm_disp_drv_should_bind()1001 return prefer_mdp5 ? !dpu_driver : dpu_driver; in msm_disp_drv_should_bind()
570 bool msm_disp_drv_should_bind(struct device *dev, bool dpu_driver);
1474 static struct platform_driver dpu_driver = { variable1487 platform_driver_register(&dpu_driver); in msm_dpu_register()1492 platform_driver_unregister(&dpu_driver); in msm_dpu_unregister()