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 9EBF6CA0EED for ; Fri, 22 Aug 2025 23:14:10 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id D245410E002; Fri, 22 Aug 2025 23:14:08 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="u29cAhBs"; dkim-atps=neutral Received: from nyc.source.kernel.org (nyc.source.kernel.org [147.75.193.91]) by gabe.freedesktop.org (Postfix) with ESMTPS id F055910E002; Fri, 22 Aug 2025 23:14:07 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 47D28A58BBD; Fri, 22 Aug 2025 23:14:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 55D75C4CEED; Fri, 22 Aug 2025 23:14:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755904446; bh=FW2UlUHWBGIjYX/nRcZEwXb3PwT/VeIoEnBl3k5Bj5I=; h=Date:Subject:Cc:To:From:References:In-Reply-To:From; b=u29cAhBs+icIFmHq/CrbnR4BFguZMLeFfdShAziZuWk40Jw4Ijn2FcdgD3HgfknUV qaidWALIH5FlovLlKxft/O2Q1j/DG6G64PXYjjcQ0DOljfYPbMeF8vGCBeqKvJDjpR IIvl/rABJs0ZAgZBSuCd9Mo9yP+kaL0k9lpmN/2neiaSLY/XvMqFREs7KZWoALup5H w+P08YwTK9id1mBZyuB/jr/mJcs859WR8IMO+uFdGDPflgmZJbt/hLG4iG+cUPE8YK kFgi6QCGrIxAogGtw7fgnj9r6rc2zq1D3JSsPyd/gyxXLj0PuULVYT1Hd0PFYiLq2t jEkTroc8UNXfg== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Sat, 23 Aug 2025 01:14:03 +0200 Message-Id: Subject: Re: [PATCH 2/3] drm/nouveau/disp: Always accept linear modifier Cc: "Lyude Paul" , "Faith Ekstrand" , , , , "David Airlie" , "Simona Vetter" , "Joel Fernandes" To: "James Jones" From: "Danilo Krummrich" References: <20250811220017.1337-1-jajones@nvidia.com> <20250811220017.1337-3-jajones@nvidia.com> In-Reply-To: <20250811220017.1337-3-jajones@nvidia.com> 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" On Tue Aug 12, 2025 at 12:00 AM CEST, James Jones wrote: > On some chipsets, which block-linear modifiers are > supported is format-specific. However, linear > modifiers are always be supported. The prior > modifier filtering logic was not accounting for > the linear case. > > Fixes: c586f30bf74c ("drm/nouveau/kms: Add format mod prop to base/ovly/n= vdisp") > Signed-off-by: James Jones Applied to drm-misc-fixes, thanks!