Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3808157imm; Mon, 20 Aug 2018 05:12:04 -0700 (PDT) X-Google-Smtp-Source: AA+uWPxMboo5IN4UYKS/RI0ohXrgvpayxjxVKk2xuaQjrkxX4rriTykQ9dGT+L2dasXwlooxmm9Y X-Received: by 2002:a63:1b49:: with SMTP id b9-v6mr42304870pgm.72.1534767124312; Mon, 20 Aug 2018 05:12:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534767124; cv=none; d=google.com; s=arc-20160816; b=o8YL39Mz4wP1o1ytTCKZvW20knUKWDJUWd/byQ93a2z/VEzsMUIG+7XRGZgWdECy8z WJ0li9LQyNKikuEeG1agwYtpo4wo0ZYWW2QLgocIsiBYo29c4ytSSzLSglYUIB0oy3tv GHEE/4ggjwgVWNxbJ0lzLjDj3N5n8963DFeBIpGseGvkuqtcr8fRFwb1O6PjSnaAxyuZ KMO+jav/pRfI2z4q4zQ740XURkGQI1Z/HNmaVktHMzvUVATEWCkE9dOKRcT7XC/nQGNc 2ziSyD/76J+j8BhlNETBqyDs4qy4hxQcATNdh0ZnRTNe1+gyloFZFIsk24QVfpGx7WW8 nhPw== 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=k/V1JTk4jkW7czaDG6FF+aMCPodsny9nccJvtuE8isg=; b=egJBv3B60+IRJdHnPpDxw2jiDyS21Us5VM+mvR2XQbQmtQD2qyNdL477ggnbTFHZbZ PH9gH1jSoCey9snBAUYoob65WBeysL0VxxQJCEkTs4urnRFrJrVnzCTgC/C1g3Aqfigp rtPcP+OwlB6JkCAulwGOGeZGafNN4/QmPAmMaulQSC9jr6Hn5qFp4Mt/2XhRBSbU29cQ oJ/1Av+h87LSKrb8njDYa2plHPuTtkAfKeIJwTpB9A81mkZF/UEqOnxKOKDiNy8lgzQU AdsyDV7+9GyURqbcHNnnupjRAAn5q2qh/6vcqR5zbD5bz18qcNSJsOI42K6TwW33ntfh f6qA== 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 h17-v6si9517071pgj.214.2018.08.20.05.11.48; Mon, 20 Aug 2018 05:12:04 -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 S1726617AbeHTPJx convert rfc822-to-8bit (ORCPT + 99 others); Mon, 20 Aug 2018 11:09:53 -0400 Received: from hermes.aosc.io ([199.195.250.187]:39366 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726026AbeHTPJx (ORCPT ); Mon, 20 Aug 2018 11:09:53 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id CD418E0F05; Mon, 20 Aug 2018 11:54:13 +0000 (UTC) Date: Mon, 20 Aug 2018 19:53:58 +0800 In-Reply-To: <20180820115244.x5z6lm4i7tpqptgs@flea> References: <20180815120745.36593-1-icenowy@aosc.io> <20180820115244.x5z6lm4i7tpqptgs@flea> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCH] drm: sun4i: exclusively set HDMI-related clocks for dw-hdmi To: Maxime Ripard CC: David Airlie , Chen-Yu Tsai , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, stable@vger.kernel.org From: Icenowy Zheng Message-ID: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2018年8月20日 GMT+08:00 下午7:52:44, Maxime Ripard 写到: >Hi! > >On Wed, Aug 15, 2018 at 08:07:45PM +0800, Icenowy Zheng wrote: >> The glue in sun4i-drm of dw-hdmi currently doesn't set the clocks of >> dw-hdmi exclusively, which will lead the display fails to initialize >in >> some situations. > >Apart from the feedback already given, detailing which situations >would be very helpful. This patched is rewritten now, and new version will come after -rc1. > >Maxime