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 3C9EBC531DF for ; Tue, 20 Aug 2024 10:16:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BA6CB10E6AD; Tue, 20 Aug 2024 10:16:40 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="E+tIGeo0"; dkim-atps=neutral Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by gabe.freedesktop.org (Postfix) with ESMTPS id CD6A910E6A9; Tue, 20 Aug 2024 10:16:39 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 1C86ACE068C; Tue, 20 Aug 2024 10:16:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01800C4AF0F; Tue, 20 Aug 2024 10:16:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724148997; bh=VYFz7I5L5KLTqazknj1Zai/JP5hjQosrywDopQoE93k=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=E+tIGeo0iURl25RExTGs5pQOg/7Ne4riA3599Qn9laJuUNeG3rju/UfWcobEr/rLL KY7MLVjBDGeoi3oL7FgCRTHqHNuR8i3S9Hi2fQUmGXqtSd9SxA8G6B5L9kqBj7Fs5c +DzDBl5T6bZCHW920X1yynZR93DPjy1vmGz770lm5zGnhzpb3ct8NiKhjk82t8ZMgU iTnk4cN0gPsGM5lcEJFnIqhqsNHElxLR11uJ9cjA1CUJyTPks1Kd4NKBuu+cSCZNCB TSVSuoVi7IYqIcVFoE63ydnI8jbqv7ho9hdcaVWvtfgyMlY4S9VASN8qCRf3m4foev Sz2OTq8v1/abA== Message-ID: Date: Tue, 20 Aug 2024 12:16:30 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 6/7] drm/msm/A6XX: Add a flag to allow preemption to submitqueue_create To: Antonino Maniscalco , Rob Clark , Sean Paul , Abhinav Kumar , Dmitry Baryshkov , Marijn Suijten , David Airlie , Daniel Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann Cc: linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20240815-preemption-a750-t-v1-0-7bda26c34037@gmail.com> <20240815-preemption-a750-t-v1-6-7bda26c34037@gmail.com> Content-Language: en-US From: Konrad Dybcio In-Reply-To: <20240815-preemption-a750-t-v1-6-7bda26c34037@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 15.08.2024 8:26 PM, Antonino Maniscalco wrote: > Some userspace changes are necessary so add a flag for userspace to > advertise support for preemption. > > Signed-off-by: Antonino Maniscalco > --- Squash this into the "add preemption" patch, or add the flag earlier (probably the latter, as that one is already big enough) As it stands, just applying patches 1..5 will break GPU IIUC.. and that's no bueno for running git bisect Konrad