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

Commit 99c41dbd authored by Yunyun Cao's avatar Yunyun Cao
Browse files

drm/msm/hdmi: add rgb flag for HDMI customized mode



Add rgb flag to make sure HDMI customized mode pass
the format check.

Change-Id: I2d1df731bef493e15f83dac569673589e2408c68
Signed-off-by: default avatarYunyun Cao <yunyunc@codeaurora.org>
parent 6aab18ee
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3045,6 +3045,8 @@ static int _sde_hdmi_parse_dt_modes(struct device_node *np,
			flags |= DRM_MODE_FLAG_PVSYNC;
		else
			flags |= DRM_MODE_FLAG_NVSYNC;

		flags |= DRM_MODE_FLAG_SUPPORTS_RGB;
		mode->flags = flags;

		if (!rc) {