Searched refs:dpu_driver (Results 1 – 3 of 3) sorted by relevance
975 bool msm_disp_drv_should_bind(struct device *dev, bool dpu_driver) in msm_disp_drv_should_bind() argument997 bool msm_disp_drv_should_bind(struct device *dev, bool dpu_driver) in msm_disp_drv_should_bind() argument1001 return dpu_driver; in msm_disp_drv_should_bind()1005 return !dpu_driver; in msm_disp_drv_should_bind()1007 return prefer_mdp5 ? !dpu_driver : dpu_driver; in msm_disp_drv_should_bind()
561 bool msm_disp_drv_should_bind(struct device *dev, bool dpu_driver);
1540 static struct platform_driver dpu_driver = { variable1553 platform_driver_register(&dpu_driver); in msm_dpu_register()1558 platform_driver_unregister(&dpu_driver); in msm_dpu_unregister()