Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e9acce2b authored by Rob Clark's avatar Rob Clark
Browse files

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,