From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 3B0D11F4CBE; Thu, 3 Apr 2025 19:15:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743707747; cv=none; b=jsORL6pKbqrchUJ04FdKIpcXftC77XDiBQSMPjBfqaqqP2Bfa4TAJpOVzvn+v0jzEKsoo8IAzTdKFvy6ZAg0g2Z655UWkTDFypQTRx41U9xrT5be8ClxXqPTi5h/LV6bxpZpCuZIL1yLIs7vMP1R+yly6oM3my0ebG34de1fpAo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1743707747; c=relaxed/simple; bh=JG9o+2DiGLyPMtpFhDYyS5uR6JY8pzMIK751yPtdzZI=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=KzKZlkHPXipLTPDdYTMQUkPoyUEOlwlBHgzjeJOGE/+2YW//fBVs3RtTtFAMu54VqqKhBdF04tl1NP5LbAircXTEuie5DztItEZYgbUFaLmeJ1xA0O00b4+jMFsVjVu3qpIcXJ/bKBQqPjRLBrwxa9v5ZRs51SVygSQTRio5H4A= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PMZUwz/0; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PMZUwz/0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC940C4CEE9; Thu, 3 Apr 2025 19:15:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1743707747; bh=JG9o+2DiGLyPMtpFhDYyS5uR6JY8pzMIK751yPtdzZI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PMZUwz/0sYsuA48NOjCQwOc3Whxn5HqQ4jjqwc9gfccD6mdRp1/5RkKdmnGWsnxbE cD53YzB8Z1iO5dfVPzTOZqLYOeNuyFpEcNWqHg5V6FHv0Tm+Zh35HBLzXa2d56fsAs hfcG27S/yiT4My46O9T30XYp+VEYcpqzpNgCFx7fmgFkWufThiccoAJ484koGxbe/C yZ4aVsCVTjxdIEbOAZwCtq5QfJ7l/P3DD4FP0Hs5WdsS7r5NuFHR7LAsXRZXc0hoRg J+JQpBUNKf9WLxzpYjYZlR1g5+w+qSa44qTksJ/2KW0WvHSIWklY2p4KP/4TakeabH qM9WDyNaK3DaA== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Andrew Wyatt , John Edwards , Thomas Zimmermann , Hans de Goede , Sasha Levin , maarten.lankhorst@linux.intel.com, mripard@kernel.org, airlied@gmail.com, simona@ffwll.ch, dri-devel@lists.freedesktop.org Subject: [PATCH AUTOSEL 6.13 08/37] drm: panel-orientation-quirks: Add support for AYANEO 2S Date: Thu, 3 Apr 2025 15:14:44 -0400 Message-Id: <20250403191513.2680235-8-sashal@kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250403191513.2680235-1-sashal@kernel.org> References: <20250403191513.2680235-1-sashal@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore X-stable-base: Linux 6.13.9 Content-Transfer-Encoding: 8bit From: Andrew Wyatt [ Upstream commit eb8f1e3e8ee10cff591d4a47437dfd34d850d454 ] AYANEO 2S uses the same panel and orientation as the AYANEO 2. Update the AYANEO 2 DMI match to also match AYANEO 2S. Signed-off-by: Andrew Wyatt Signed-off-by: John Edwards Tested-by: John Edwards Reviewed-by: Thomas Zimmermann Reviewed-by: Hans de Goede Signed-off-by: Thomas Zimmermann Link: https://patchwork.freedesktop.org/patch/msgid/20250213222455.93533-2-uejji@uejji.net Signed-off-by: Sasha Levin --- drivers/gpu/drm/drm_panel_orientation_quirks.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/drm_panel_orientation_quirks.c b/drivers/gpu/drm/drm_panel_orientation_quirks.c index 4a73821b81f6f..f9c975338fc9e 100644 --- a/drivers/gpu/drm/drm_panel_orientation_quirks.c +++ b/drivers/gpu/drm/drm_panel_orientation_quirks.c @@ -184,10 +184,10 @@ static const struct dmi_system_id orientation_data[] = { DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "T103HAF"), }, .driver_data = (void *)&lcd800x1280_rightside_up, - }, { /* AYA NEO AYANEO 2 */ + }, { /* AYA NEO AYANEO 2/2S */ .matches = { DMI_EXACT_MATCH(DMI_SYS_VENDOR, "AYANEO"), - DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "AYANEO 2"), + DMI_MATCH(DMI_PRODUCT_NAME, "AYANEO 2"), }, .driver_data = (void *)&lcd1200x1920_rightside_up, }, { /* AYA NEO 2021 */ -- 2.39.5