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

Commit ab3dba93 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents c44da670 99c41dbd
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) {