Received: by 2002:ac0:a5b6:0:0:0:0:0 with SMTP id m51-v6csp953040imm; Tue, 5 Jun 2018 07:03:49 -0700 (PDT) X-Google-Smtp-Source: ADUXVKLSdPeW90N+XZLaBQdEcI/pQ6VufjXc9dPNpM85x98/QTrMkswiia4KeRKCARafrrUcGsnb X-Received: by 2002:a65:6591:: with SMTP id u17-v6mr4844419pgv.401.1528207429589; Tue, 05 Jun 2018 07:03:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1528207429; cv=none; d=google.com; s=arc-20160816; b=r9OFFpoVYUZRNokDdZU30e9rvLWJYYT2DugRwIRqFT9wVyygK6GAIE2uww5YxMqQ+t 3JeAySe6o0h4zjg5w9EWS9XSa6VfjMCKx0T3makASL4VMH5XTpA13zE/Zjyr7RCrvZS4 azQAWORi61Z8A7hO29YFUgVIedf2Wm3ENkXgN8TpZk76s+elEJYQwNHMnj2PAzlh3ZBw FqnEwPvYRVBZaWluj6Ok1Vqh2wgXKWHD9Yxz6nchS0peqtXzyyCa6OknvG3z/S8kLg3+ 938h61ShrMvrHXDUqmc+3qoys0xsydJjoS2TgQnI/eqwwzvV/DqoSPv1lU3gVyibCudi c4Fw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:from:cc:to:subject :content-transfer-encoding:mime-version:references:in-reply-to:date :arc-authentication-results; bh=8HygzivM77d1o/Qu6y+4oXt+F+IEdpLtRzQpMWdiLGQ=; b=ELWfdPyqJkaEOqLdw/ALBHEf5EQxd32xhEuSzg3NThGSo7wUcv3UIyQN+wWh67oQz4 ZKBAFE3ytDJhhalFV7dQN4nprCDj+U4NYER1XRxukEA97UkgU2B/txCXVF8TnNa16gAy uJs9IhGK5tFB7U+SMG7RZ5xI/nHaAvlSIM1zg3QJgD3xNWpiUCbmepwR4okssYGP9iEy ah+mar1NBpN00IW4iKIIP9AKLFDMsifY+kQZWR+sCPF989Ptq/lV33EY5TF9F8CkZRnu KPsJUb/5IXs4ETdFffJbJqEokHeOqnrjq8aUt8aGB4UYyZLKqtbKcffcVJE8G/9ThdQ6 ZXgA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x1-v6si27629424pgp.422.2018.06.05.07.03.24; Tue, 05 Jun 2018 07:03:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752071AbeFEOC3 convert rfc822-to-8bit (ORCPT + 99 others); Tue, 5 Jun 2018 10:02:29 -0400 Received: from hermes.aosc.io ([199.195.250.187]:37355 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751866AbeFEOC1 (ORCPT ); Tue, 5 Jun 2018 10:02:27 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 05EAC5E04D; Tue, 5 Jun 2018 14:02:13 +0000 (UTC) Date: Tue, 05 Jun 2018 21:58:46 +0800 In-Reply-To: <20180605132539.m54xwfzfs6btrmtc@flea> References: <20180518094536.17201-1-jagan@amarulasolutions.com> <20180518095913.nzl3sr5wn6cg4ra5@flea> <20180605132539.m54xwfzfs6btrmtc@flea> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [linux-sunxi] Re: [PATCH v2 00/26] arm64: allwinner: Add A64 DE2 HDMI support To: Maxime Ripard , Jagan Teki CC: Chen-Yu Tsai , Jernej Skrabec , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , David Airlie , dri-devel , Michael Turquette , Stephen Boyd , linux-clk , Michael Trimarchi , linux-arm-kernel , devicetree , linux-kernel , linux-sunxi From: Icenowy Zheng Message-ID: <3B82C42E-31DE-4CD2-AA51-B27FED56C43D@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2018年6月5日 GMT+08:00 下午9:25:39, Maxime Ripard 写到: >On Tue, Jun 05, 2018 at 06:23:57PM +0530, Jagan Teki wrote: >> On Fri, May 18, 2018 at 3:29 PM, Maxime Ripard >> wrote: >> > On Fri, May 18, 2018 at 03:15:10PM +0530, Jagan Teki wrote: >> >> Allwinner A64 has display engine pipeline like other Allwinner >SOC's A83T/H3/H5. >> >> >> >> A64 behaviour similar to Allwinner A83T where >> >> Mixer0 => TCON0 => LVDS/RGB/MIPI-DSI >> >> Mixer1 => TCON1 => HDMI >> >> as per Display System Block >DiagramAllwinner_A64_User_Manual_V1.1.pdf >> >> >> >> This is second patch-set followed with previous RFC[1] and first >series[2] >> >> and merely concentrated on HDMI pipeline through TCON1 and rest >will add eventually. >> >> >> >> This series fixed previous version comments >> >> - about documenting fallback compatibles >> >> - adding new compatible for mixer1 >> >> - support for multiple DW HDMI PHY clock parents (thanks, to >Jernej) >> >> >> >> Note: >> >> Pine64 boards are unable to get edid by default like other A64 >boards, >> >> but forcing 'video=HDMI-A-1:1920x1080@60D' kernel command line can >> >> create edid with display on penel. >> > >> > There's no point in trying to push this without the SRAM issue >being >> > solved. It is required, and won't be merged unless this is >addressed. >> >> is SRAM issue resolved? if so may be I will try to test it on top. > >I'd expect the one working on this to push a solution to solve this. I'll do it soon. Currently I'm a little busy. > >Maxime