From patchwork Thu Dec 7 08:17:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pin-yen Lin X-Patchwork-Id: 13482923 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1E96CC4167B for ; Thu, 7 Dec 2023 08:18:11 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 799B310E111; Thu, 7 Dec 2023 08:18:10 +0000 (UTC) Received: from mail-pl1-x62b.google.com (mail-pl1-x62b.google.com [IPv6:2607:f8b0:4864:20::62b]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0BEA810E111 for ; Thu, 7 Dec 2023 08:18:08 +0000 (UTC) Received: by mail-pl1-x62b.google.com with SMTP id d9443c01a7336-1d06fffdb65so4674275ad.2 for ; Thu, 07 Dec 2023 00:18:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1701937087; x=1702541887; darn=lists.freedesktop.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=ogWC6aXr0co7496xG70uhIqQbvQeFN6t7NUTqWYnsUU=; b=XcFNPkR5a4NwvLCsHjvZ0QUe3nXRzkJWDthaU5JwF6jqGGQOpRT2XZn2IXOhn3YD9n XiBnQtShDQOZGed/WO+VZp5PpXjr7I6hYHHKtjN1uc6QO/J7tcjBRxyribooph2XGIjk hreZj3IU/kq1lDpFFJqtEWquunaUfwIX4uLkk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701937087; x=1702541887; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=ogWC6aXr0co7496xG70uhIqQbvQeFN6t7NUTqWYnsUU=; b=ZSxuYog240b/DMrL4r1gRN+jIQptNQmx/E+VMqOjzE2ygMWbjzTl/xdizG0x9nbq8+ pUSRa4KLAH94E2pU3pVy8wmWBtfCkLw+eh7CZ7syZ4rjumEPhxU7IM+hUF3RtQjC3ijQ 2CtHIdVf0VIbiBy8PCuPiloRGmcy7JGeWrD+Z3dmdcvMajR2bbTcy7YuW+Nio0G/isCe aUU74hbEAr+kkvUJA4689uVXAa/VNkwV/d+AsrllEPnpgCja1OirliFdIhUUcv8+3n84 0ag0S6hCxBDy1zskEHlveczolep+wsKo5V+BuydiwJ0FeZrpH2TJnzMva3Kf+F+0wBjH yV1Q== X-Gm-Message-State: AOJu0Yx44/SlZpV39fazLORR/kGlhhdwD6Ph6Q91Gh8dTvfuE6239A6r GY9cFP1kOMvK+IrtkN3tB1qDVw== X-Google-Smtp-Source: AGHT+IEp5hKQQmDxI/X5QAOIPteQpG71UFyE9a+2u0kC/L1w4+IZsOjIHgenhOC+1H8dt+CmwGJL5g== X-Received: by 2002:a17:902:740b:b0:1d0:6ffd:6e4f with SMTP id g11-20020a170902740b00b001d06ffd6e4fmr1551434pll.71.1701937087564; Thu, 07 Dec 2023 00:18:07 -0800 (PST) Received: from treapking.tpe.corp.google.com ([2401:fa00:1:10:663f:6f8e:5f2d:e06c]) by smtp.gmail.com with ESMTPSA id t23-20020a1709028c9700b001d09c5424d4sm748128plo.297.2023.12.07.00.18.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 07 Dec 2023 00:18:07 -0800 (PST) From: Pin-yen Lin To: Douglas Anderson , Neil Armstrong , Jessica Zhang , Sam Ravnborg , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter Subject: [PATCH v2 0/4] Support panels used by MT8173 Chromebooks in edp-panel Date: Thu, 7 Dec 2023 16:17:34 +0800 Message-ID: <20231207081801.4049075-1-treapking@chromium.org> X-Mailer: git-send-email 2.43.0.472.g3155946c3a-goog MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Guenter Roeck , Pin-yen Lin , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" This series contains 4 patches: 1. Sort the panel entries as a clean up. This one has no dependency with other patches in this series and can be merged separately. 2. Add a new panel delay to support some BOE panels 3. Add panel entries used by Mediatek MT8173 Chromebooks. 4. Add panels missing data sheets but used to work in older kernel version without any specified delays. Changes in v2: - Add a new patch to sort the list, and rebase the rest patches. Pin-yen Lin (4): drm/edp-panel: Move the KDC panel to a separate group drm/panel-edp: Add powered_on_to_enable delay drm/edp-panel: Add panels delay entries drm/panel-edp: Add some panels with conservative timings drivers/gpu/drm/panel/panel-edp.c | 93 ++++++++++++++++++++++++++++++- 1 file changed, 92 insertions(+), 1 deletion(-)