Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754816AbbG0W5q (ORCPT ); Mon, 27 Jul 2015 18:57:46 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:48195 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754525AbbG0W5o (ORCPT ); Mon, 27 Jul 2015 18:57:44 -0400 From: Jilai Wang To: dri-devel@lists.freedesktop.org Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, robdclark@gmail.com, Jilai Wang Subject: [PATCH 1/2] drm/doc: Add hflip/vflip property descriptions in msm Date: Mon, 27 Jul 2015 18:57:33 -0400 Message-Id: <1438037853-14912-1-git-send-email-jilaiw@codeaurora.org> X-Mailer: git-send-email 1.8.2.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1858 Lines: 53 Add plane properties hflip/vflip which are used in MDP driver to flip the input horizontally/vertically. Signed-off-by: Jilai Wang --- Documentation/DocBook/drm.tmpl | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index d9f5613..bef6d34 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -3501,8 +3501,8 @@ void intel_crt_init(struct drm_device *dev) TBD - msm - Generic + msm + Generic "premultiplied" ENUM { "false", "true" } @@ -3523,6 +3523,20 @@ void intel_crt_init(struct drm_device *dev) Plane property to set plane's z position during blending + + "hflip" + ENUM + { "off", "on" } + Plane + property to flip the input horizontally + + + "vflip" + ENUM + { "off", "on" } + Plane + property to flip the input vertically + -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/