From mboxrd@z Thu Jan 1 00:00:00 1970 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 31EE4CAC59A for ; Wed, 17 Sep 2025 15:12:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id CB08810E606; Wed, 17 Sep 2025 15:12:23 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=igalia.com header.i=@igalia.com header.b="DjV5UVfQ"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by gabe.freedesktop.org (Postfix) with ESMTPS id EEEFC10E559; Wed, 17 Sep 2025 15:12:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date: Sender:Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=T57YnT7ARZx630z98eqSMP8M0D7luNH4RxGOBEWNRLI=; b=DjV5UVfQnwBQNzKS3YJ56AWqR6 7WFFybtd36P8nARuldV8AWsfPvWMZIHmnoJ+DGdgdLfM8eyxt6DjPFdD6rjuhXgFpj8DY0dKbrT9a mOgZI0DQvUnosDrOEx4hkP2RJTduTw3cY6Ua2r113yDDhkazEG97810gHxg82yom5UDrbFEeXzyP2 fJOkLKhf4MgcceJx5vvC8A86f0xKnIkeIEOwPxpz5N1+8dvtaW8Dxdwd3Upa/LYxKaem9XGmgfu2P usUPhu/6RODDXMQexb0SxAlDOZcby6hTycP9+ScqsAfP10aFBCB7V6a6hPhDT9FZyp41/LMD9H7vu e16CBteQ==; Received: from [84.66.36.92] (helo=localhost) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1uytpI-00Cl6X-OA; Wed, 17 Sep 2025 17:12:08 +0200 Date: Wed, 17 Sep 2025 16:12:07 +0100 From: Tvrtko Ursulin To: Dave Airlie , Simona Vetter Cc: Jani Nikula , Joonas Lahtinen , Tvrtko Ursulin , Rodrigo Vivi , Thomas Zimmermann , Maarten Lankhorst , Maxime Ripard , Thomas =?iso-8859-1?Q?Hellstr=F6m?= , Oded Gabbay , Lucas De Marchi , dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, dim-tools@lists.freedesktop.org Subject: [PULL] drm-intel-fixes Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" Hi Dave, Sima, Another week with a just single fix - this time round for eDP luminance based backlight control. Tvrtko drm-intel-fixes-2025-09-17: - Honor VESA eDP backlight luminance control capability (Aaron Ma) The following changes since commit f83ec76bf285bea5727f478a68b894f5543ca76e: Linux 6.17-rc6 (2025-09-14 14:21:14 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-fixes-2025-09-17 for you to fetch changes up to 35e526398bd0faddef3396d71760e4c5ea75868f: drm/i915/backlight: Honor VESA eDP backlight luminance control capability (2025-09-16 09:12:24 +0100) ---------------------------------------------------------------- - Honor VESA eDP backlight luminance control capability (Aaron Ma) ---------------------------------------------------------------- Aaron Ma (1): drm/i915/backlight: Honor VESA eDP backlight luminance control capability drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)