From patchwork Mon Jul 27 22:57:33 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: jilai wang X-Patchwork-Id: 6877151 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: X-Original-To: patchwork-linux-arm-msm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 626879F39D for ; Mon, 27 Jul 2015 22:57:48 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8B3672070F for ; Mon, 27 Jul 2015 22:57:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6EA7820600 for ; Mon, 27 Jul 2015 22:57:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754552AbbG0W5p (ORCPT ); Mon, 27 Jul 2015 18:57:45 -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 Received: from smtp.codeaurora.org (localhost [127.0.0.1]) by smtp.codeaurora.org (Postfix) with ESMTP id 5BFD91411F9; Mon, 27 Jul 2015 22:57:44 +0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 486) id 4DA81141219; Mon, 27 Jul 2015 22:57:44 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from yyzubuntu29.qualcomm.com (rrcs-67-52-130-30.west.biz.rr.com [67.52.130.30]) (using TLSv1.1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jilaiw@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id 29AA514121A; Mon, 27 Jul 2015 22:57:42 +0000 (UTC) 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 X-Virus-Scanned: ClamAV using ClamSMTP Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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 +