From mboxrd@z Thu Jan 1 00:00:00 1970 From: 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> Return-path: 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 Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: dri-devel@lists.freedesktop.org Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, robdclark@gmail.com, Jilai Wang 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