Commit e9acce2b authored by Rob Clark's avatar Rob Clark

drm/msm/mdp5: always print mdp5 version

This is useful to see in the log, without requiring drm.debug.
Signed-off-by: default avatarRob Clark <robdclark@gmail.com>
parent 2c41ef1b
......@@ -501,7 +501,7 @@ static void read_mdp_hw_revision(struct mdp5_kms *mdp5_kms,
*major = FIELD(version, MDP5_HW_VERSION_MAJOR);
*minor = FIELD(version, MDP5_HW_VERSION_MINOR);
DBG("MDP5 version v%d.%d", *major, *minor);
dev_info(dev, "MDP5 version v%d.%d", *major, *minor);
}
static int get_clk(struct platform_device *pdev, struct clk **clkp,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment