From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 97A4F3F8254 for ; Mon, 29 Jun 2026 09:12:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782724328; cv=none; b=ZbGHccJIlwhSdXEIPikwFxDfe+F3RChUrJBcoRWE96HJU0CO9bpt+6K6YLN7EkY4m6zhFfLHJMmzMwr11K93HomAhjgCiJ/0a6OydLNvEUCmmucOMOqCAKcjnp/+oCLCb/ZuAVSGU7CiR0xELLm0R6B5OHeOXxOr/oxjzNrwJmc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782724328; c=relaxed/simple; bh=ejs9y0XckM68epeuUdqgtJJdXirwsiI17WVMPav8CnU=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=GBd35FpomMtvzKoo7nOBS/xXzAWSa+hLbd0RHbyG6GtBRdhfD2eJnj9NULwinYLb6jLve5h73O56XszK7ALBxao3Ev+4nxP+0xFrmY9T56o8288B+Nh7WCcjkscCFxgwqhuc8ZNNKCKotceXlarOhykzeS/IPgZZpMHZZOgxg4s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GEYdtlO3; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="GEYdtlO3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D81921F000E9; Mon, 29 Jun 2026 09:12:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782724327; bh=JLDY/m/1F8kORrduvRT1kdaWR59b9YVu+rM9XlgkcOU=; h=Date:Subject:To:Cc:References:From:In-Reply-To; b=GEYdtlO34c7xhuj+LkKEmmBltDRgmU9TvuVx0sbshJlWdun+YvMgyHFhCLA85QATB 68DCgU4e2uLXspYa5UourTrWAKoF/kejnvB8CkK6enA8GvMsdNVpu3zkxqbAXXITG/ /QEWRnWLAEMlc59LM6iR5JIETpBh3yeu5uKhMeEp+VQVfDQbY6qcXONOGbKHtagOsh TgGEqopP/xsYAvVvT7CWTiAobo/MjBwG+6UeW21m6HYoM6vGin4uQB5d1Q+3Txi/ke AF0gWnpNoIhtrKuElbwbU/BpX99zg7q3uFvZWrOG1kbwbWMwI+hlrh6yCsqNTPkN1l pm0FLTBb9+FcQ== Message-ID: <7f78b024-d7a5-4b57-8828-79771689f9b7@kernel.org> Date: Mon, 29 Jun 2026 11:12:04 +0200 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] drm/sched: Remove relic from entity docu To: Philipp Stanner Cc: atthew Brost , =?UTF-8?Q?Christian_K=C3=B6nig?= , David Airlie , Simona Vetter , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org References: <20260629083631.2547199-2-phasta@kernel.org> From: Danilo Krummrich Content-Language: en-US In-Reply-To: <20260629083631.2547199-2-phasta@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 6/29/26 10:36 AM, Philipp Stanner wrote: > commit 4827d6d83f07 ("drm/sched: Remove racy hack from > drm_sched_fini()") removed the necessity to mark an entity as stopped in > drm_sched_fini(). The documentation, however, still details that. > > Update sched_entity's documentation. > > Signed-off-by: Philipp Stanner Acked-by: Danilo Krummrich