Lines Matching full:mdp5
982 MODULE_PARM_DESC(prefer_mdp5, "Select whether MDP5 or DPU driver should be preferred");
985 /* list all platforms supported by both mdp5 and dpu drivers */
987 "qcom,msm8917-mdp5",
988 "qcom,msm8937-mdp5",
989 "qcom,msm8953-mdp5",
990 "qcom,msm8996-mdp5",
991 "qcom,sdm630-mdp5",
992 "qcom,sdm660-mdp5",
998 /* If it is not an MDP5 device, do not try MDP5 driver */ in msm_disp_drv_should_bind()
999 if (!of_device_is_compatible(dev->of_node, "qcom,mdp5")) in msm_disp_drv_should_bind()
1002 /* If it is not in the migration list, use MDP5 */ in msm_disp_drv_should_bind()