Searched refs:dpu_driver (Results 1 – 3 of 3) sorted by relevance
974 bool msm_disp_drv_should_bind(struct device *dev, bool dpu_driver) in msm_disp_drv_should_bind() argument996 bool msm_disp_drv_should_bind(struct device *dev, bool dpu_driver) in msm_disp_drv_should_bind() argument1000 return dpu_driver; in msm_disp_drv_should_bind()1004 return !dpu_driver; in msm_disp_drv_should_bind()1006 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);
1523 static struct platform_driver dpu_driver = { variable1536 platform_driver_register(&dpu_driver); in msm_dpu_register()1541 platform_driver_unregister(&dpu_driver); in msm_dpu_unregister()