Skip to content

Commit

Permalink
drm/msm: set prefer_mdp5 to false by default
Browse files Browse the repository at this point in the history
Signed-off-by: Barnabás Czémán <[email protected]>
  • Loading branch information
barni2000 committed Nov 9, 2024
1 parent 07b136a commit e4273c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/msm/msm_drv.c
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ bool msm_disp_drv_should_bind(struct device *dev, bool dpu_driver)
}
#else

static bool prefer_mdp5 = true;
static bool prefer_mdp5 = false;
MODULE_PARM_DESC(prefer_mdp5, "Select whether MDP5 or DPU driver should be preferred");
module_param(prefer_mdp5, bool, 0444);

Expand Down

0 comments on commit e4273c3

Please sign in to comment.