From nobody Mon May 25 06:42:36 2026 Received: from mout-p-202.mailbox.org (mout-p-202.mailbox.org [80.241.56.172]) (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 35F92325701 for ; Sun, 17 May 2026 19:31:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=80.241.56.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779046280; cv=none; b=LURQ4OzE7Avo4nL+HasKUokLpCbrU8lZfOXzJHpGXKSYTS7uTmC4Iv785YLqnPYdVkykNA5O2ZhX0YTuSvXon3Oid6EmrqKjL6FnTHhQrGY1nNYRoA1bESosfozeS9jY9wt3EluLbsJwpjc3lqTXZ6V3b6TQ29emsTJtI+GjBNc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779046280; c=relaxed/simple; bh=djw0aaJx0Zi6rrBB6uvVQ+fYo4zaDhFkMoYTVxFtwQU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=bmpzgBg1wheNf480TkCNfF7TisQiDO8piiiXZY9LtTvpd50R+MHgm4tkqYZdqw63Oud4sbrla5EdWnbP3OQo6OUQjtBbN3CvAAdB7SQ/iQv1IbWs65d8yqWxWM40J7YjDtT1WTtip1cza5YmGGpR5+HfUhv/IjywidR0wgYx8Jc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=mariushoch.de; spf=pass smtp.mailfrom=mariushoch.de; dkim=pass (2048-bit key) header.d=mariushoch.de header.i=@mariushoch.de header.b=t/GjFmdY; arc=none smtp.client-ip=80.241.56.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=mariushoch.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=mariushoch.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=mariushoch.de header.i=@mariushoch.de header.b="t/GjFmdY" Received: from smtp1.mailbox.org (smtp1.mailbox.org [IPv6:2001:67c:2050:b231:465::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-202.mailbox.org (Postfix) with ESMTPS id 4gJWJL4k6Jz9vMJ; Sun, 17 May 2026 21:31:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mariushoch.de; s=MBO0001; t=1779046274; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=HtBGrCSyW2NnOwZk7qn0QEVN8bg/qGhu9x0TQGAPFWg=; b=t/GjFmdYeZY4av9rmEaIlmWesE/3j/2luN3vTpUoua1hGMTIypl0FMyrinyaO61fiAf/t8 /5L7gVR91A3UxNAyr24tJpr2euAzacGK4KiceUzIGnFHB0EffcghDabQNyyA/1kgfwbZjZ AbbGTN3Iw0/D/KTPvZDn7f1PLBquPSN47p3pQUqZfIEPjWD7pIJzlG8hR2NSYJw//RKpzn WtR6GJXiaexYHzh71nZIeu2fldf6ukjuAYMfpCnA/AH5m/dp0oVuHyNcNC3LVhw4y6TMnL IpU5mbBxtijCGXnZGH/np7N5M4UTFhJZLgEmQ1qanwUF2KlwzMeSx68Hkef5og== Authentication-Results: outgoing_mbo_mout; dkim=none; spf=pass (outgoing_mbo_mout: domain of mail@mariushoch.de designates 2001:67c:2050:b231:465::1 as permitted sender) smtp.mailfrom=mail@mariushoch.de From: Marius Hoch To: linux-kernel@vger.kernel.org Cc: Marius Hoch , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , dri-devel@lists.freedesktop.org Subject: [PATCH] drm: panel-orientation-quirks: Cover IdeaPad Duet 3 10IGL5-LTE Date: Sun, 17 May 2026 21:29:15 +0200 Message-ID: <20260517193001.1741134-1-mail@mariushoch.de> 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-Rspamd-Queue-Id: 4gJWJL4k6Jz9vMJ Content-Type: text/plain; charset="utf-8" The LTE enabled version of the IdeaPad Duet 3 10IGL5 needs the same quirk as the non-LTE version. As these are the only two IdeaPad Duet 3 10IGL5 versions, we can safely use non exact matching. Tested on an IdeaPad Duet 3 10IGL5-LTE. Signed-off-by: Marius Hoch --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/d= rm/drm_panel_orientation_quirks.c index 3a218fb592ce..b62f19af4642 100644 --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c @@ -415,10 +415,11 @@ static const struct dmi_system_id orientation_data[] = =3D { DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "Lenovo ideapad D330-10IGL"), }, .driver_data =3D (void *)&lcd800x1280_rightside_up, - }, { /* Lenovo IdeaPad Duet 3 10IGL5 */ + }, { /* Lenovo IdeaPad Duet 3 10IGL5 and 10IGL5-LTE */ .matches =3D { DMI_EXACT_MATCH(DMI_SYS_VENDOR, "LENOVO"), - DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "IdeaPad Duet 3 10IGL5"), + /* Non exact match to also match the LTE version */ + DMI_MATCH(DMI_PRODUCT_VERSION, "IdeaPad Duet 3 10IGL5"), }, .driver_data =3D (void *)&lcd1200x1920_rightside_up, }, { /* Lenovo Legion Go 8APU1 */ --=20 2.54.0