From nobody Thu Apr 9 21:57:28 2026 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BE125262BD for ; Thu, 5 Mar 2026 15:59:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772726372; cv=none; b=IjRBDwEPdW3rfxo85uXUnxlOhdT2B2cLW5YXi9NVf5upaQU+n7+LqaGD6QcvMR4dEZSEQ+2UZDiKLS70e6u+Cy/7FpnPnIZuFMJd21hQj/LrffssGa9tL4l00KyLm1p99l1HWSu4mqHKyEpae2JSTE780YAkkqlWyxzgdrvDvqg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772726372; c=relaxed/simple; bh=QOs1bAsgjRYlWRZxNKohSQcjUzJLdZts1tx/SAc65bM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=mSKYKm9Bnpy0VGvR1xFZ0nVS24PDc1b36HsFk9Pdyqwdmhrf3PESo9YbnXilU+mRcE+d6WwIVYk13VfqAaASxEAkhZZxtsNbkih6im9Jsv4XYtffDSMySySiCfEa2H4MfVmgb4k4Wc3yIPLsyAE3tB1fkkiZzhqfCroAdgfx4t0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=meDuvyIu; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="meDuvyIu" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 3E3651A2CE2; Thu, 5 Mar 2026 15:59:29 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 116CF5FF89; Thu, 5 Mar 2026 15:59:29 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 6DF5110369314; Thu, 5 Mar 2026 16:59:24 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1772726368; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding; bh=2g55IQ9Z6PNGrryFVuRVWjR0F8ZMs0TVYXk90v/Q6fk=; b=meDuvyIuwyzVnNQ3XeHYVKFioNP6QqLVd7prIiaSmm++fHJcBymbnDRTY2BnNqSlV+EvWm gU2snTKi1TqM+6D1McSS7PHAUrqn2AVUr+qerYucws6Jek15IbVy7tzzzw5cuUoQSw2xJI 2yvzb34orOAtCjIVYRTjaS8diHW0YJyNPDfrrfoySuK53Oo3O5ObpeMuqlQbkpCXHK792G 5vWcFx7QqVCqMa9ylEwVz5F2aLoEg92mFpDu2dUm6Moi32oAW/IrvpTO7XjI94l6ZH3nCN DhioicOA8ptqZBRs1129k4Fc+xGn9QR0Ya6EatKkm+rXs5AONvGb4pMS+QiGgw== From: Kory Maincent To: Maxime Ripard , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Cc: Luca Ceresoli , Bajjuri Praneeth , "Kory Maincent (TI)" , thomas.petazzoni@bootlin.com, Jyri Sarha , Tomi Valkeinen , Maarten Lankhorst , Thomas Zimmermann , David Airlie , Simona Vetter Subject: [PATCH] drm/tilcdc: Remove tilcdc_panel driver reintroduced by a merge Date: Thu, 5 Mar 2026 16:59:19 +0100 Message-ID: <20260305155921.659550-1-kory.maincent@bootlin.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Content-Type: text/plain; charset="utf-8" From: "Kory Maincent (TI)" The tilcdc_panel driver was removed by commit 8f1e1ab9c794 ("drm/tilcdc: Remove tilcdc panel driver"), but was inadvertently reintroduced by the merge commit 8b85987d3cf5 ("Merge drm/drm-next into drm-misc-next"). The regression went unnoticed because standard git commands such as 'git show' do not expose the change. It was only spotted via 'git show --stat': git show --stat 8b85987d3cf5 | grep tilcdc drivers/gpu/drm/tilcdc/tilcdc_panel.c | 408 + git show 8b85987d3cf5 | grep tilcdc (no output) Remove tilcdc_panel.c again to restore the previously intended state. Fixes: 8b85987d3cf5 ("Merge drm/drm-next into drm-misc-next") Signed-off-by: Kory Maincent (TI) Reviewed-by: Luca Ceresoli --- drivers/gpu/drm/tilcdc/tilcdc_panel.c | 408 -------------------------- 1 file changed, 408 deletions(-) delete mode 100644 drivers/gpu/drm/tilcdc/tilcdc_panel.c diff --git a/drivers/gpu/drm/tilcdc/tilcdc_panel.c b/drivers/gpu/drm/tilcdc= /tilcdc_panel.c deleted file mode 100644 index 1de3996501f7b..0000000000000 --- a/drivers/gpu/drm/tilcdc/tilcdc_panel.c +++ /dev/null @@ -1,408 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0-only -/* - * Copyright (C) 2012 Texas Instruments - * Author: Rob Clark - */ - -#include -#include -#include - -#include