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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B1627C6FD1D for ; Fri, 17 Mar 2023 10:04:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229943AbjCQKEQ (ORCPT ); Fri, 17 Mar 2023 06:04:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36422 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229560AbjCQKEP (ORCPT ); Fri, 17 Mar 2023 06:04:15 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 233C816AD9 for ; Fri, 17 Mar 2023 03:04:14 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id BC66921A6B; Fri, 17 Mar 2023 10:04:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1679047452; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=XhXrMP1r3ZsY+Ulm29K2VzqhlnI3jrglhW1QGbUV+/M=; b=lYKZQ1l48Z3HrDpo6YY7kL9hBLiy2ugnGW6HFRfG+LugpSuCOF3fnCSPqFxeonMCWItTKe YMq/7lJZVXP5yRs3w2ZjhRszbCbLRS4t3YOVRg4T79QPpvYMlZooZfnDCqnyDfNOK/hFJL 4Vb7jedJV7WMK5icsHJes9+KK/O5kCM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1679047452; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type; bh=XhXrMP1r3ZsY+Ulm29K2VzqhlnI3jrglhW1QGbUV+/M=; b=4AnFvBnwO+MLh73TbM6qMygroMxZEIMGbwQOHhT+pVeHVyILH/IyAOYtGJpXDLm6BU0nXa RLCP/Wb7VuOYbTBA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 9DB251346F; Fri, 17 Mar 2023 10:04:12 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id SEm8JRw7FGRaYwAAMHmgww (envelope-from ); Fri, 17 Mar 2023 10:04:12 +0000 Date: Fri, 17 Mar 2023 11:04:12 +0100 Message-ID: <87wn3f8zj7.wl-tiwai@suse.de> From: Takashi Iwai To: Hans de Goede Cc: linux-kernel@vger.kernel.org, regressions@lists.linux.dev, dri-devel@lists.freedesktop.org Subject: [REGRESSION] Missing nouveau backlight control on 6.2.x kernel User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, we've received a regression report on openSUSE Bugzilla about the missing backlight control of nouveau device: https://bugzilla.opensuse.org/show_bug.cgi?id=1209296 On 6.1, with acpi_video=native option, the system provided /sys/class/backlight/nv_backlight entry. On 6.2, with acpi_video=native option, there is no entry in /sys/class/backlight. And without acpi_video option, it falls back to /sys/class/backlight/acpi_video0, which doesn't work as expected. Hans, could you check whether the recent change in video_detect.c (or anything else) may influence on this? My gut feeling is that the culprit could be rather some change in nouveau (so dri-devel is Cc'ed), but I'm not entirely sure... Thanks! Takashi