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

Commit 3a71dfda 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/dsi-stagging: support 180 degree panel orientation caps" into msm-4.9

parents 25c7c288 9b349aa3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -357,6 +357,10 @@ int dsi_conn_post_init(struct drm_connector *connector,
	case DSI_PANEL_ROTATE_V_FLIP:
		sde_kms_info_add_keystr(info, "panel orientation", "vert flip");
		break;
	case DSI_PANEL_ROTATE_HV_FLIP:
		sde_kms_info_add_keystr(info, "panel orientation",
							"horz & vert flip");
		break;
	default:
		pr_debug("invalid panel rotation:%d\n",
						panel->phy_props.rotation);