Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2716526pxb; Tue, 23 Feb 2021 13:54:04 -0800 (PST) X-Google-Smtp-Source: ABdhPJyaOuhZTWK4UwYrjO1iAifjbZxvBaR3hEWJzko4Q0XwEHe+hFUwDkfkIVgKGve0ruW5D4Sa X-Received: by 2002:a17:906:63c2:: with SMTP id u2mr27609831ejk.346.1614117244159; Tue, 23 Feb 2021 13:54:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614117244; cv=none; d=google.com; s=arc-20160816; b=A0+RQsrX14MOFyoW9LRwvSVpMREyQyuYwqaJDTkXzeF4mCUeoWxfAOovlLRVO8ZpKs WwPZWawjFmE2+ywIc4v5WvF5EXSnKv5gBiEPTrzn/LUGVRrghWd5W1WMzgtr06AjcjVQ 7Fg4OUWMu5S1ktkv0LWh/Vf1HHGG050G9XADJtuwfKajJKbEoNOUxLSRHpcJdSUyK2TP IGL2/1auCpzFwx0KBBWySGX1tc17dL7/wyky4NUM4iuzNT3VMiPJFX6NBwKf9d9HyJ9v 0EkHPMvl+iQeOGMBoV0orQrPthj/0C3i84YSAgYf3Ts7OJ4bi+F5DCfTO+Z2rhUVjP9s 9UCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=Ekjcs5OhHCTKmSHWpDEkoOzvnzj9B5tZ3BA6uKqRvls=; b=SU+ciq3oRr9CEz9CxD5RWYDJQFdvfBq3s4Lrty0f2f4Yo95ly53G1RMosZkNdzdYvM wT5MmlTS/omTazZGhvKdUSlAULlFH+SW0A5cd57Yo4lb9tA06H4YZ+fdRIdqKYVRmEeQ s48U59uPGDnl7qp/QZnN4PvI4U6pIgtXNEUkOuek2SxGOn0wZZdDX9c1xx9rk87lQXUo piu3thBu6fyY4C0SrjTyzDljmYExN+85LCZvW6I1BNKrVqgHthMIf5yClzfF/m0cmcel Np2ysK2nCK155s6k575g4ZxSPVMeIgQZ63DaKedULwvmy9uEGGT/T+g0WOWfTAaRuj93 Kt4w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id dp16si55880ejc.49.2021.02.23.13.53.23; Tue, 23 Feb 2021 13:54:04 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232291AbhBWVuW (ORCPT + 99 others); Tue, 23 Feb 2021 16:50:22 -0500 Received: from gloria.sntech.de ([185.11.138.130]:33026 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231721AbhBWVuV (ORCPT ); Tue, 23 Feb 2021 16:50:21 -0500 Received: from ip5f5aa64a.dynamic.kabel-deutschland.de ([95.90.166.74] helo=phil.lan) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lEfYm-0004jo-2o; Tue, 23 Feb 2021 22:49:36 +0100 From: Heiko Stuebner To: thierry.reding@gmail.com, sam@ravnborg.org, Heiko Stuebner Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm/panel: kd35t133: allow using non-continuous dsi clock Date: Tue, 23 Feb 2021 22:49:32 +0100 Message-Id: <161411675671.3338515.6891041836727195011.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210206135020.1991820-1-heiko@sntech.de> References: <20210206135020.1991820-1-heiko@sntech.de> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 6 Feb 2021 14:50:20 +0100, Heiko Stuebner wrote: > The panel is able to work when dsi clock is non-continuous, thus > the system power consumption can be reduced using such feature. > > Add MIPI_DSI_CLOCK_NON_CONTINUOUS to panel's mode_flags. > > Also the flag actually becomes necessary after > commit c6d94e37bdbb ("drm/bridge/synopsys: dsi: add support for non-continuous HS clock") > and without it the panel only emits stripes instead of output. Applied, thanks! [1/1] drm/panel: kd35t133: allow using non-continuous dsi clock commit: 54dab3a718f7094532daf7d25cd14121a0e00e34 Best regards, -- Heiko Stuebner