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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F29FEC433EF for ; Mon, 15 Nov 2021 11:06:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D3F1763219 for ; Mon, 15 Nov 2021 11:06:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231439AbhKOLJB (ORCPT ); Mon, 15 Nov 2021 06:09:01 -0500 Received: from mail.kernel.org ([198.145.29.99]:39282 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237636AbhKOLI1 (ORCPT ); Mon, 15 Nov 2021 06:08:27 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id D995263221; Mon, 15 Nov 2021 11:05:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1636974331; bh=5fCH/51HhaXkOh8VQtleNXMxWRoiP7B33co1eOdO33s=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=mw3x9qw65hz3GvHo5X8bANH1WkRx7u3snILf/4clnQefbD+vPNkf5kk3nqqCQZqvi qs/ODpG0HwRFF+rY/RYzCEp8ty8tLuDWELdETYir6kZQd7nt5Zg2hJlw3uVu0Nxno/ 4P1CLJ5CuszXqOOKY3NV90elCcocIT1NtiKGVU5xnzIt5Jdxmg1j6iqYPz+H9r1RZm uPaPK5V20iSySsqqyibuN1ECyAStjl//M3pWRVNbur+s5IZVtQKiKtaAD+RVjolNeN 71OljrAHrWrFynWo36/pA2QQdXBlnER5q1L/IFHulCyVpOcXfr65OOLFtWoU+0q5nb i81AEPK2du9MA== From: Oded Gabbay To: linux-kernel@vger.kernel.org Cc: Tomer Tayar Subject: [PATCH 5/7] habanalabs: align debugfs documentation to alphabetical order Date: Mon, 15 Nov 2021 13:05:19 +0200 Message-Id: <20211115110521.783103-5-ogabbay@kernel.org> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20211115110521.783103-1-ogabbay@kernel.org> References: <20211115110521.783103-1-ogabbay@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Tomer Tayar Move an entry in the debugfs documentation to align with the alphabetical order which is kept this file. Signed-off-by: Tomer Tayar Reviewed-by: Oded Gabbay Signed-off-by: Oded Gabbay --- .../ABI/testing/debugfs-driver-habanalabs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Documentation/ABI/testing/debugfs-driver-habanalabs b/Documentation/ABI/testing/debugfs-driver-habanalabs index 6085ee506135..2667cbf940f3 100644 --- a/Documentation/ABI/testing/debugfs-driver-habanalabs +++ b/Documentation/ABI/testing/debugfs-driver-habanalabs @@ -21,11 +21,11 @@ Description: Allow the root user to disable/enable in runtime the clock a different engine to disable/enable its clock gating feature. The bitmask is composed of 20 bits: - ======= ============ + ======= ============ 0 - 7 DMA channels 8 - 11 MME engines 12 - 19 TPC engines - ======= ============ + ======= ============ The bit's location of a specific engine can be determined using (1 << GAUDI_ENGINE_ID_*). GAUDI_ENGINE_ID_* values @@ -233,12 +233,6 @@ Description: Gets the state dump occurring on a CS timeout or failure. Writing an integer X discards X state dumps, so that the next read would return X+1-st newest state dump. -What: /sys/kernel/debug/habanalabs/hl/timeout_locked -Date: Sep 2021 -KernelVersion: 5.16 -Contact: obitton@habana.ai -Description: Sets the command submission timeout value in seconds. - What: /sys/kernel/debug/habanalabs/hl/stop_on_err Date: Mar 2020 KernelVersion: 5.6 @@ -246,6 +240,12 @@ Contact: ogabbay@kernel.org Description: Sets the stop-on_error option for the device engines. Value of "0" is for disable, otherwise enable. +What: /sys/kernel/debug/habanalabs/hl/timeout_locked +Date: Sep 2021 +KernelVersion: 5.16 +Contact: obitton@habana.ai +Description: Sets the command submission timeout value in seconds. + What: /sys/kernel/debug/habanalabs/hl/userptr Date: Jan 2019 KernelVersion: 5.1 -- 2.25.1