Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp1599019imm; Thu, 18 Oct 2018 00:36:12 -0700 (PDT) X-Google-Smtp-Source: ACcGV60kunpJwgnnMn1xLT9K6igp9QEanBzfmt+BRkBhwHftmrjiOxgRE0+n2H9MOgB34VFUER4n X-Received: by 2002:a63:ed09:: with SMTP id d9-v6mr27296801pgi.305.1539848172277; Thu, 18 Oct 2018 00:36:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539848172; cv=none; d=google.com; s=arc-20160816; b=EHiKUp2Xc7zPdO7u6USTsZwFXzRsfCim7JEHwnDGN1UZCxr35cT61Yrf3qWiNQpOFH I8HPytO/DxRXey7RSLqeIrGzv9vczMWla7CpWTID0XwcXWCzBICPdWh7NS6/SCTWK7Ii CBmxZCaZMlpDEIRIJhhXqXJC2o3CWBkYM/4JIsuX0Gw8n9RLY2Upf82yIfqb2J/XKYSb wmhT4Xv27+y3CJXs7Elc/GCVhXUyInJmwcPdiSjAaXUbaIYH34WOkIwkGK32UU8rOSom VpMY4iBFEB16DZB7ShObdzwknp405u7lH0ZpBmeqeuZFDbQgNlgAom4xgP1iedlxl/Qs mD+Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=zoLsPq+LseZ1jXKyqvLaRIMHKmgTgGSlPTqGv3IQQGE=; b=eRwQaGacJXfoVYXSlB4NUytjqyOfSQ4fZEu1TLJjuSJmmJgrkvoXFAyzQX2m9gCq+H xlkmCRdniN+0hKoOo2wM6neGZc7Rp0FE8xY6vrE4rFlMRtaN9DRxEPBcGNjjbG8aBiJ3 325Ym9OcKacj3Mz2pv0Gq26U7QBwZBXEU99GlzMsT1AToI+Ao78ti9IoqJCwzYd4G5m4 TzVPeVV8wybeFTdRgySES699xTCeKOzGSWIdGwbDDVqEUsj970rcHDbj3sgsxR+9EDoS T4uGQqiMvTPhO4bQtpgAZKv3BaxrGFhEkmZv5j6PUvtYqE8xcjfUB19F5kqqNQhpUBiW 2CrQ== 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 h13-v6si18891318pgp.138.2018.10.18.00.35.57; Thu, 18 Oct 2018 00:36:12 -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 S1727958AbeJRPed (ORCPT + 99 others); Thu, 18 Oct 2018 11:34:33 -0400 Received: from hermes.aosc.io ([199.195.250.187]:49652 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727946AbeJRPec (ORCPT ); Thu, 18 Oct 2018 11:34:32 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 260B215D3E0; Thu, 18 Oct 2018 07:34:47 +0000 (UTC) From: Icenowy Zheng To: David Airlie , Rob Herring , Maxime Ripard , Chen-Yu Tsai , Archit Taneja , Andrzej Hajda , Laurent Pinchart Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com Subject: [PATCH 9/9] [DO NOT MERGE] drm/sun4i: rgb: Add 5% tolerance to dot clock frequency check Date: Thu, 18 Oct 2018 15:33:27 +0800 Message-Id: <20181018073327.64942-10-icenowy@aosc.io> In-Reply-To: <20181018073327.64942-1-icenowy@aosc.io> References: <20181018073327.64942-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Chen-Yu Tsai The panels shipped with Allwinner devices are very "generic", i.e. they do not have model numbers or reliable sources of information for the timings (that we know of) other than the fex files shipped on them. The dot clock frequency provided in the fex files have all been rounded to the nearest MHz, as that is the unit used in them. We were using the simple panel "urt,umsh-8596md-t" as a substitute for the A13 Q8 tablets in the absence of a specific model for what may be many different but otherwise timing compatible panels. This was usable without any visual artifacts or side effects, until the dot clock rate check was added in commit bb43d40d7c83 ("drm/sun4i: rgb: Validate the clock rate"). The reason this check fails is because the dotclock frequency for this model is 33.26 MHz, which is not achievable with our dot clock hardware, and the rate returned by clk_round_rate deviates slightly, causing the driver to reject the display mode. The LCD panels have some tolerance on the dot clock frequency, even if it's not specified in their datasheets. This patch adds a 5% tolerence to the dot clock check. Signed-off-by: Chen-Yu Tsai --- drivers/gpu/drm/sun4i/sun4i_rgb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/sun4i/sun4i_rgb.c b/drivers/gpu/drm/sun4i/sun4i_rgb.c index bf068da6b12e..23bdc449eacc 100644 --- a/drivers/gpu/drm/sun4i/sun4i_rgb.c +++ b/drivers/gpu/drm/sun4i/sun4i_rgb.c @@ -92,13 +92,14 @@ static enum drm_mode_status sun4i_rgb_mode_valid(struct drm_encoder *crtc, DRM_DEBUG_DRIVER("Vertical parameters OK\n"); + /* Check against a 5% tolerance for the dot clock */ tcon->dclk_min_div = 6; tcon->dclk_max_div = 127; rounded_rate = clk_round_rate(tcon->dclk, rate); - if (rounded_rate < rate) + if (rounded_rate < rate * 19 / 20 ) return MODE_CLOCK_LOW; - if (rounded_rate > rate) + if (rounded_rate > rate * 21 / 20) return MODE_CLOCK_HIGH; DRM_DEBUG_DRIVER("Clock rate OK\n"); -- 2.18.1