From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66410C433DF for ; Wed, 17 Jun 2020 10:07:29 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 423C22082F for ; Wed, 17 Jun 2020 10:07:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 423C22082F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AA1B46E973; Wed, 17 Jun 2020 10:07:28 +0000 (UTC) Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by gabe.freedesktop.org (Postfix) with ESMTPS id AEE126E973 for ; Wed, 17 Jun 2020 10:07:27 +0000 (UTC) Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jlUyb-0006xc-4j; Wed, 17 Jun 2020 12:07:25 +0200 From: Heiko Stuebner To: linux-rockchip@lists.infradead.org, Paul Kocialkowski , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm/rockchip: Add per-pixel alpha support for the PX30 VOP Date: Wed, 17 Jun 2020 12:07:23 +0200 Message-Id: <159238836640.1484955.4774492722376755146.b4-ty@sntech.de> X-Mailer: git-send-email 2.26.2 In-Reply-To: <20200416140526.262533-1-paul.kocialkowski@bootlin.com> References: <20200416140526.262533-1-paul.kocialkowski@bootlin.com> MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: David Airlie , Thomas Petazzoni , Sandy Huang Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Thu, 16 Apr 2020 16:05:26 +0200, Paul Kocialkowski wrote: > Compared to its predecessors, the PX30 VOP has a different register layout > for enabling per-pixel alpha. Instead of src_alpha_ctl and dst_alpha_ctl, > there is a single alpha control register. This register takes some fields > from src_alpha_ctl, but with a different layout. > > Add support for the required fields to the PX30 VOP window descriptions, > which makes per-pixel-alpha formats behave correctly. Applied, thanks! [1/1] drm/rockchip: Add per-pixel alpha support for the PX30 VOP commit: 2aae8ed1f390a42ec752e4403ffca877fb3260e1 Best regards, -- Heiko Stuebner _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel