Searched refs:dpu_driver (Results 1 – 2 of 2) sorted by relevance
954 bool msm_disp_drv_should_bind(struct device *dev, bool dpu_driver) in msm_disp_drv_should_bind() argument982 bool msm_disp_drv_should_bind(struct device *dev, bool dpu_driver) in msm_disp_drv_should_bind() argument986 return dpu_driver; in msm_disp_drv_should_bind()990 return dpu_driver; in msm_disp_drv_should_bind()994 return !dpu_driver; in msm_disp_drv_should_bind()996 return prefer_mdp5 ? !dpu_driver : dpu_driver; in msm_disp_drv_should_bind()
1544 static struct platform_driver dpu_driver = { variable1557 platform_driver_register(&dpu_driver); in msm_dpu_register()1562 platform_driver_unregister(&dpu_driver); in msm_dpu_unregister()