Received: by 2002:ac0:950c:0:0:0:0:0 with SMTP id f12csp2198626imc; Tue, 12 Mar 2019 08:54:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqzvg73EcRjDg6wM1GLiRyRba1xZcGGsOTSPDgfUkMphFPHxdQL+nvbHZLz2VyFibR5hZSAT X-Received: by 2002:a62:564d:: with SMTP id k74mr38975926pfb.19.1552406046405; Tue, 12 Mar 2019 08:54:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552406046; cv=none; d=google.com; s=arc-20160816; b=Ntd948NJI4V1JhdZ/nXArooLcFOqfzRKlQbp7LtoQzfiOLjSqz3mCTncvx7jdB1vrZ Gvn8EFQlLCoJkGpkpJQjwY6MBUa/rD07Xyfaf7uWwT2o038CNeyXWufn8VrmR8/n73vr vXxu+ZzDgehCGlKvEWvXrvZavL7LVbJAHuIgZBiGxoawUIxwfrklu7lBNHh/ehLvDWp2 yT6oizaAaycgSInInMC9vPZhWoYSfty6y01vtfoue+Lq0qlDzmE30PDv+/qlPNJOJn6K aWz+JKjim0ORylZCABi1CE2vvUtfao/F8AOLAgOvpdg8jrEwp73pHT5zEM7ywOpjPXBa jtng== 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=kaHAkkD0VcoGCqgjjh92qsNqQl2qpBn8wx7bihb9zXU=; b=wzIwwSN400UZr+qkJ2qLwvuhz75+enoBxuNyHiW1YVbczs1ND99Bf51Tw487wR+cOc YJip47duXq7LEuROfkBJOWQZdDKnsXBUPerpzgtdDV0CB4jqLwpx9QR+cxUKWF8pjX6+ s6RI2/aQgaMnmMb4HvAYputuHpcHH22IQ/GHcSBLXflJbQx0GZJddMAx+MhU2OgrtVv1 Z+Woh6efs1K6Os09l+IvmKBXG55nPe3lb31k1XP6D27nHf6LDYPuMXwmtQ7adOsXb7Es 8HOJFSTXWNu9EPPkSHjVuYUNoW5Wgq2jEVpLj8nmVQMslDRE3GmuuzOmuj/yFj00lfny 1/Rg== 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 g5si7922233pfi.60.2019.03.12.08.53.50; Tue, 12 Mar 2019 08:54:06 -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 S1726798AbfCLPw7 (ORCPT + 99 others); Tue, 12 Mar 2019 11:52:59 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:58133 "EHLO relay6-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726779AbfCLPw5 (ORCPT ); Tue, 12 Mar 2019 11:52:57 -0400 X-Originating-IP: 90.88.22.102 Received: from localhost (aaubervilliers-681-1-80-102.w90-88.abo.wanadoo.fr [90.88.22.102]) (Authenticated sender: maxime.ripard@bootlin.com) by relay6-d.mail.gandi.net (Postfix) with ESMTPSA id CF9EBC001A; Tue, 12 Mar 2019 15:52:53 +0000 (UTC) Date: Tue, 12 Mar 2019 16:52:53 +0100 From: Maxime Ripard To: Sergey Suloev Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: sun6i MIPI DSI driver EoTp Message-ID: <20190312155253.kdsqgby32jgagdta@flea> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="3jzijxynu3ren5ic" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --3jzijxynu3ren5ic Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, On Mon, Mar 11, 2019 at 09:43:36PM +0300, Sergey Suloev wrote: > according to MIPI DSI spec chapter 8.8.2=A0 the EoTp packet can be enable= d or > disabled on the protocol level. > It seems like that it might be required for the panel I am working on (Hi= max > HX8379A-based panel). > Here is some crappy driver I found on github showing that it might be an > issue=A0 [1] >=20 > May I ask you if this feature supported by sun6i MIPI DSI driver and > where ? > As there is no datasheet available, could you please help to support this > feature (if not yet) ? I haven't seen any panel that used it so far, so I have no idea. I guess this would be controlled through SUN6I_DSI_BASIC_CTL0_HS_EOTP_EN in the driver. > The second point is that the panel requires NON-BURST-WITH-SYNC-EVENTS mo= de. > Could it be a problem with the current driver? That should be supported in -next Maxime --=20 Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --3jzijxynu3ren5ic Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXIfV1QAKCRDj7w1vZxhR xV5oAPsFedPiPD/nq+8Tw50Q+I2KJdaBDg9+bDxvZdQlNYitXAEA/zDjzP4ba6j4 a6V6BxbJdp6FExNa7cu4ndJVMQi5awI= =j6+k -----END PGP SIGNATURE----- --3jzijxynu3ren5ic--