Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp341691yba; Thu, 16 May 2019 01:32:31 -0700 (PDT) X-Google-Smtp-Source: APXvYqxSb6OoyKGZu96gHPuq7pqBoPpJVHxNnNkzW5T8xf8awfR90EWX5kEHzk810JQr1QxjHhn1 X-Received: by 2002:a63:61cf:: with SMTP id v198mr49288979pgb.29.1557995551689; Thu, 16 May 2019 01:32:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1557995551; cv=none; d=google.com; s=arc-20160816; b=sHlkOmwerrkd8K+PETmO6Q4ygfH1UWsIT4r/iyyOmXGm5oc4YWaPgBlAerJz3Q+Cik s7K3kVPWz0flQXVBu+QliBbTFemsd0pQKuizBr4M4xSsR2PrAmcUEPJjlyzFCaDK7AQw vuv+qdOV8vl+FpoBQe7gsmIakolZohNwfjdFFYd0mXVRFpuwHtxxfCE5FvVEbeScWBh3 PKaDPaHjkckELD9IbcwE7jlVmkCPI/kF2h/t7l2SinhURtGKPz596XGfCOFVrsZuieXx QJ5coB5GCxlURvgtgK1d8WM0LHWXC8QFjuc0eNkKRENOSBWO69+l49uZ1BC75LBcuf1E 5wlA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=CEPgkSkQrIG/WTTsuWc/XXN7lqf3jX1+l/WQnSshyAE=; b=DoHcP58USxyiMKuE7Rca08bAzsHI6Rt56SyLN2Pv9OmF344OEGqD7NlhB8QBc+kzZ3 zcwsM+6Lv/7/hBKZ3mWgCtQ8/ODdblYjiY+EjljBXXZhBg/ZmYIDAI5Ncm+iwT8jMSA+ mxGt4VeP2AmcosOoy33/sI0S0KxMlHaUer5OYT8z5IxROUvcKFuX+6KQVadjkys4sqgN VPfsMHcWAwR/nmLftGREcr2+6Yl7f8UsMF+UH1BXqxMyFzneny3tQ61qV72x7ZZI2OEb kMkyTijJ7p3aFR7OITmtHI+CZ4FO/k4dCr0C9n0toSUd83dmNdSp2+VaE9uTBBo7KqVJ LXSw== 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 g9si4284016plb.38.2019.05.16.01.32.16; Thu, 16 May 2019 01:32:31 -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 S1726696AbfEPIbM (ORCPT + 99 others); Thu, 16 May 2019 04:31:12 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:53567 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726363AbfEPIbM (ORCPT ); Thu, 16 May 2019 04:31:12 -0400 X-Originating-IP: 80.215.246.107 Received: from localhost (unknown [80.215.246.107]) (Authenticated sender: maxime.ripard@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id 6532D20003; Thu, 16 May 2019 08:31:05 +0000 (UTC) Date: Thu, 16 May 2019 10:31:04 +0200 From: Maxime Ripard To: Jernej Skrabec Cc: wens@csie.org, airlied@linux.ie, daniel@ffwll.ch, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH 0/2] drm/sun4i: Fix sun8i HDMI PHY initialization Message-ID: <20190516083104.rr2ewg3dd4aej67b@flea> References: <20190514204337.11068-1-jernej.skrabec@siol.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="nxc66wpttvnorf5q" Content-Disposition: inline In-Reply-To: <20190514204337.11068-1-jernej.skrabec@siol.net> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --nxc66wpttvnorf5q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Tue, May 14, 2019 at 10:43:35PM +0200, Jernej Skrabec wrote: > I received a report that 4K resolution doesn't work if U-Boot video > driver is disabled. It turns out that HDMI PHY clock driver was > initialized prematurely, before reset line was deasserted and clocks > enabled. U-Boot video driver masked the issue because it set pixel > clock correctly. > > In the process of researching the bug, I also found out that few bits > in HDMI PHY registers were not set correctly. While there is no > noticeable change (4K resolution works with both settings), I've > added fix anyway, to be conformant with vendor documentation. Applied both, thanks Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --nxc66wpttvnorf5q Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXN0fyAAKCRDj7w1vZxhR xUAXAP9xICklXvpieTeqdcZC4XE/+a2QALTSkxog1dIwU2z9hgEA9W1tdHngDaMj jYInZNsuhpQY0H7zxkIQTeX7MeX2Ogs= =TN7Y -----END PGP SIGNATURE----- --nxc66wpttvnorf5q--