From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 E85D33B774F for ; Thu, 13 Aug 2026 17:44:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786643077; cv=none; b=LcsGdxhkc0+zGyUnb9uHxG76AK2hSL8iF4qE1eIYdTxSz9ZwvkVxnuQb10e2nX7BwzazPtlUY0FWoSQa/HThEOAwMCh+VPS25YPs/vxZkZaG2WX/ndXU67CTJY6xOwnsElIuEXidEtpb45KlU2PLUhrL8jLGbPqwIsVuKDrQGsY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786643077; c=relaxed/simple; bh=bzMHlzEAzAG2cSTsYuw+Rp5JY34MHSZMqz5qX4GC3GQ=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=tRYczz/7Onqc6aK0dL0o8TB9POmoBcUr9DNa48Da60IQae10nd3H/Bz8yxvJHDc0ZBfk0Xzy1cFWx3cIZvRpT3g2mTLcgySkTtKN5eIxuM/eZ4jR7bXFfiKTFMqAzunYBt2WCOhYhbfrD1lWvkr3a8MmMwjUdhMGBuurUY3e4+o= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=G/QWNvlA; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="G/QWNvlA" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1786643075; 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=HNL9MxOcgXtKn/CgeE8GD+Gg+Jz9lAaQVCw5G3gPN0M=; b=G/QWNvlA4GAzkhfYGPCnXKCEbqFh+sO7Ng8W+1ddvbmoVH/G5WEhPi1XBeSOGcKPLmqUnH aYQs9xvEMVBuYdnOimNKXiDaedYDBRgiXodfz1QAUX1vPDLKv1v95XoNJh89wH5/+xdcWj BL4NXrzlHZwNKHz62KLszyAgZ//hoWI= Received: from mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-54-OEzlf_-jP1avzbP05vUuTw-1; Thu, 13 Aug 2026 13:44:26 -0400 X-MC-Unique: OEzlf_-jP1avzbP05vUuTw-1 X-Mimecast-MFC-AGG-ID: OEzlf_-jP1avzbP05vUuTw_1786643065 Received: from mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.12]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 5EA381956071; Thu, 13 Aug 2026 17:44:24 +0000 (UTC) Received: from GoldenWind.redhat.com (unknown [10.22.80.207]) by mx-prod-int-03.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTP id 8B9BF195608A; Thu, 13 Aug 2026 17:44:22 +0000 (UTC) From: Lyude Paul To: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, nouveau@lists.freedesktop.org Cc: "Maarten Lankhorst" , "Simona Vetter" , "David Airlie" , "Thomas Zimmermann" , "Maxime Ripard" , "Danilo Krummrich" , "Lyude Paul" Subject: [PATCH v6 0/5] drm/nouveau: Enable atomic modesetting by default Date: Thu, 13 Aug 2026 13:42:51 -0400 Message-ID: <20260813174416.1812656-1-lyude@redhat.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.0 on 10.30.177.12 Nouveau is one of the very few modern hardware drivers in the kernel that doesn't have atomic modesetting enabled by default, in part because when it was originally written by Ben there wasn't much in the way of good atomic modesetting clients to actually test things out with. Nowadays however, atomic modesetting is very much the norm - and support in userspace for non-atomic drivers is starting to bitrot a bit - leading to its own set of issues. At the same time, many of those issues are fixed by just turning on atomic in nouveau. Plus, I've been running nouveau with atomic modesetting on by default for most of the machines I work on, and I've already fixed quite a number of issues to the point where things seem quite stable (excluding a single screen flashing bug on my desktop, which I am not particularly convinced has anything to do with atomic modesetting). This patch series enables atomic modesetting by default, at least for NV50 and newer. NV04 is left unchanged, as atomic modesetting was never implemented for it. This series also enforces leaving atomic modesetting disabled on