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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4EAC6C433FE for ; Wed, 6 Oct 2021 12:49:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 36DEC60F59 for ; Wed, 6 Oct 2021 12:49:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238690AbhJFMu7 (ORCPT ); Wed, 6 Oct 2021 08:50:59 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:34280 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238784AbhJFMuw (ORCPT ); Wed, 6 Oct 2021 08:50:52 -0400 Received: from [192.168.1.111] (91-158-153-130.elisa-laajakaista.fi [91.158.153.130]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id AA3B9581; Wed, 6 Oct 2021 14:48:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1633524537; bh=7By+evsO+V8pvOVSMoqS/pELwTwJg63ZEEVqwo6GCQY=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=i8m8iA7JLynPglqq11ooqSUemGKd3myJBU3tGvOuvrmHuuVM3Rkk0TNP5KPM/nD4R Xh4IuttgosirCVxsFN4XTkBqwtMiEmfccRLicw6+qr7VsNQfU6On7g+NgcPnNQ7XSq gexDRxLZorZFVXJbZwdWLqWrdHUT1c5ilPEXTivc= Subject: Re: [PATCH v5 0/8] drm/omap: Add virtual-planes support To: Neil Armstrong Cc: linux-omap@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, khilman@baylibre.com References: <20210923070701.145377-1-narmstrong@baylibre.com> <5e60b305-dda2-ab9a-0954-f2d2b441667e@baylibre.com> From: Tomi Valkeinen Message-ID: Date: Wed, 6 Oct 2021 15:48:53 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <5e60b305-dda2-ab9a-0954-f2d2b441667e@baylibre.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Neil, On 06/10/2021 11:17, Neil Armstrong wrote: > Hi, > > On 23/09/2021 09:06, Neil Armstrong wrote: >> This patchset is the follow-up the v4 patchset from Benoit Parrot at [1]. >> >> This patch series adds virtual-plane support to omapdrm driver to allow the use >> of display wider than 2048 pixels. >> >> In order to do so we introduce the concept of hw_overlay which can then be >> dynamically allocated to a plane. When the requested output width exceed what >> be supported by one overlay a second is then allocated if possible to handle >> display wider then 2048. >> >> This series replaces an earlier series which was DT based and using statically >> allocated resources. >> >> This implementation is inspired from the work done in msm/disp/mdp5 >> driver. > > Gentle ping, who is supposed reviewing those patches ? I think that would be me. I'll try to find time in the nearby future to do the review. Tomi