Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752591AbbFYVgm (ORCPT ); Thu, 25 Jun 2015 17:36:42 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:36414 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751589AbbFYVgd (ORCPT ); Thu, 25 Jun 2015 17:36:33 -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/3] drm/doc: Add description of drm properties in msm(V2) Date: Thu, 25 Jun 2015 17:36:24 -0400 Message-Id: <1435268184-7602-1-git-send-email-jilaiw@codeaurora.org> X-Mailer: git-send-email 1.8.2.1 In-Reply-To: References: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1853 Lines: 53 Add plane properties "premultiplied/zpos/alpha" used in msm MDP driver to perform proper blending operation. V1: Initial change V2: Change "premultiplied" property to enum (Rob's comment) Signed-off-by: Jilai Wang --- Documentation/DocBook/drm.tmpl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index 109fde8..d9f5613 100644 --- a/Documentation/DocBook/drm.tmpl +++ b/Documentation/DocBook/drm.tmpl @@ -3500,6 +3500,29 @@ void intel_crt_init(struct drm_device *dev) Plane TBD + + msm + Generic + "premultiplied" + ENUM + { "false", "true" } + Plane + property to indicate the framebuffer used by this plane is alpha pre-multiplied + + + "alpha" + RANGE + Min=0, Max=255 + Plane + property to set plane's global alpha value + + + "zpos" + RANGE + Min=1, Max=255 + Plane + property to set plane's z position during blending + -- 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/