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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3F67FECAAD3 for ; Thu, 15 Sep 2022 13:41:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=0Jkz0x9H4MOAPdEgfRxUDCxfcxURqXkq4KCxomw6ErE=; b=QPts+X86BJhnKU i0RU6hhMVkNKGmFAwTZq9JuvltLiZpAD0dWhoGRaIkQuXW5tbDVhqJZCAU3fXG4MSCPKePB20FrJY CKKz0FPKz3p4BJTYZivnOg24p/cpgShL5MstJlniYQB31GMzja0VzHQsUHsXNxLnJmHG3lc1kruat EXH8FlpyPk+631L5enWipNyzF6VT9VNRoQRoQ/wVEcQfYCsQ/xPa8Em4wRyHmsVEWrNSR7oQ8JufI f7xd5dLnJfzA/i8Kia9WXRzFlmos4/LbckZPezUjbiJJ7TKO/Z6Myi7JhxgPyPUkuS7ARkrnoUzLE U6xRRTD51U0KzNTB8Shg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYp6d-009Y1b-2T; Thu, 15 Sep 2022 13:40:39 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oYp6M-009XgZ-Lf; Thu, 15 Sep 2022 13:40:23 +0000 Received: from [89.101.193.72] (helo=phil.sntech) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oYp6D-0004w0-Po; Thu, 15 Sep 2022 15:40:13 +0200 From: Heiko Stuebner To: hjc@rock-chips.com, Hugh Cole-Baker Cc: Heiko Stuebner , ezequiel@collabora.com, linux-rockchip@lists.infradead.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org Subject: Re: (subset) [PATCH v2 0/3] drm/rockchip: support gamma control on RK3399 Date: Thu, 15 Sep 2022 15:40:11 +0200 Message-Id: <166324919922.172360.5495329788768781703.b4-ty@sntech.de> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20211019215843.42718-1-sigmaris@gmail.com> References: <20211019215843.42718-1-sigmaris@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220915_064022_734775_9278EC68 X-CRM114-Status: GOOD ( 14.10 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, 19 Oct 2021 22:58:40 +0100, Hugh Cole-Baker wrote: > This extends the Rockchip VOP driver to support setting the gamma LUT on the > RK3399 SoC. Previously, the driver supported gamma control for the RK3288 > only. On the RK3399 the method for updating the LUT is slightly different. > This implementation was based on the code and description from the vendor > kernel [1]. > > The RK3399 also has the address resources for the VOP general registers and > the gamma LUT located adjacent to each other, not on either side of the IOMMU > address as on the RK3288, but for simplicity this series follows the existing > DT binding which requires the gamma LUT as a second address resource. > > [...] Applied, thanks! [1/3] drm/rockchip: define gamma registers for RK3399 commit: 3ba000d6ae999b99f29afd64814877a5c4406786 [2/3] drm/rockchip: support gamma control on RK3399 commit: 7ae7a6211fe7251543796d5af971acb8c9e2da9e Best regards, -- Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel