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 0B297F88084 for ; Thu, 16 Apr 2026 06:50:30 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 679A410E81A; Thu, 16 Apr 2026 06:50:28 +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="WGz72Q9B"; dkim-atps=neutral Received: from fanzine2.igalia.com (fanzine2.igalia.com [213.97.179.56]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4F81D10E7D4; Thu, 16 Apr 2026 06:50:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To: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=tmZTUrHDRo5mVF0PV1foMoEtKPOBO22Kz07r1jnfnlY=; b=WGz72Q9BE8xJ0+t0LMGBtsfMtp A3vDTbPA8DvEzBfJApX+zGPzVlsUdJbQ4st+IJCv1FAOZqTy+MW/JUmWBQyUDdn0plB5Ck0MMwJ0T CsOHBkw6awha7FzSXuNB1YJzTw6/p+tkjVOJxgvEIBHjqgg58JXh/jvqvdwNCHkeeXoz/rGzKNjew nMh8Cq6XfqlhrmgwxAjXQMXfvqa1fJWcza2ilsgGq4txBediCVLXTbSeLp5ATOE5pcqLcczEYHAMz fy1nmeqFHpVhEIA1d2m7qFTw4n8q5qoB4iyRV2+0I+3Ig+14x4Wi25W98aiMSNnYqU53I+UNVRrlE qOerw4Kg==; Received: from [90.240.106.137] (helo=localhost) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1wDGYD-00Grci-N2; Thu, 16 Apr 2026 08:50:09 +0200 Date: Thu, 16 Apr 2026 07:50:08 +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-next-fixes Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave, Sima, Two fixes for the merge window - one to correct the backlight available feature check and second to check correct plane DDB programming. Thanks, Tvrtko drm-intel-next-fixes-2026-04-16: - Fix VESA backlight possible check condition [backlight] (Suraj Kandpal) - Verify the correct plane DDB entry [wm] (Ville Syrjälä) The following changes since commit 83e8d8bbffa8161e94f3aeee4dd09a35062a78c8: Merge tag 'drm-misc-next-fixes-2026-04-09' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next (2026-04-10 11:15:22 +1000) are available in the Git repository at: https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-next-fixes-2026-04-16 for you to fetch changes up to a97c88a176b6b8d116f4d3f508f3bd02bc77b462: drm/i915/wm: Verify the correct plane DDB entry (2026-04-14 08:04:47 +0100) ---------------------------------------------------------------- - Fix VESA backlight possible check condition [backlight] (Suraj Kandpal) - Verify the correct plane DDB entry [wm] (Ville Syrjälä) ---------------------------------------------------------------- Suraj Kandpal (1): drm/i915/backlight: Fix VESA backlight possible check condition Ville Syrjälä (1): drm/i915/wm: Verify the correct plane DDB entry drivers/gpu/drm/i915/display/intel_dp_aux_backlight.c | 9 +++++++-- drivers/gpu/drm/i915/display/skl_watermark.c | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-)