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 98EA9EB64DD for ; Fri, 21 Jul 2023 02:31:50 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 75E7F10E19F; Fri, 21 Jul 2023 02:31:50 +0000 (UTC) Received: from emeril.freedesktop.org (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTP id B386110E19F; Fri, 21 Jul 2023 02:31:48 +0000 (UTC) Received: from emeril.freedesktop.org (localhost [127.0.0.1]) by emeril.freedesktop.org (Postfix) with ESMTP id B1426AA01E; Fri, 21 Jul 2023 02:31:48 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Patchwork To: "Ashutosh Dixit" Date: Fri, 21 Jul 2023 02:31:48 -0000 Message-ID: <168990670872.22545.3841497750236321257@emeril.freedesktop.org> X-Patchwork-Hint: ignore References: <20230721022820.3978405-1-ashutosh.dixit@intel.com> In-Reply-To: <20230721022820.3978405-1-ashutosh.dixit@intel.com> Subject: [Intel-xe] =?utf-8?q?=E2=9C=97_CI=2Echeckpatch=3A_warning_for_Ad?= =?utf-8?q?d_OA_functionality_to_Xe_=28rev2=29?= X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: intel-xe@lists.freedesktop.org Cc: intel-xe@lists.freedesktop.org Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" == Series Details == Series: Add OA functionality to Xe (rev2) URL : https://patchwork.freedesktop.org/series/121084/ State : warning == Summary == + KERNEL=/kernel + git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt Cloning into 'mt'... warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/ + git -C mt rev-list -n1 origin/master c7d32770e3cd31d9fc134ce41f329b10aa33ee15 + cd /kernel + git config --global --add safe.directory /kernel + git log -n1 commit d79089faf02027d9e4b07a88c58c6bc067a0c40b Author: Ashutosh Dixit Date: Thu Jul 20 19:28:20 2023 -0700 drm/xe/oa: Implement queries Implement queries to query OA unit ID's for HW engines, OA timestamp freq and OA ioctl version. Signed-off-by: Ashutosh Dixit + /mt/dim checkpatch 9cca38d116f01ccc2589c376d1b842e3240e7584 drm-intel 06c8345a2 drm/xe/oa: Introduce OA uapi -:35: WARNING:LONG_LINE: line length of 119 exceeds 100 columns #35: FILE: include/uapi/drm/xe_drm.h:123: +#define DRM_IOCTL_XE_OA_OPEN DRM_IOW(DRM_COMMAND_BASE + DRM_XE_OA_OPEN, struct drm_xe_oa_open_param) -:36: WARNING:LONG_LINE: line length of 121 exceeds 100 columns #36: FILE: include/uapi/drm/xe_drm.h:124: +#define DRM_IOCTL_XE_OA_ADD_CONFIG DRM_IOW(DRM_COMMAND_BASE + DRM_XE_OA_ADD_CONFIG, struct drm_xe_oa_config) -:37: WARNING:LONG_LINE: line length of 106 exceeds 100 columns #37: FILE: include/uapi/drm/xe_drm.h:125: +#define DRM_IOCTL_XE_OA_REMOVE_CONFIG DRM_IOW(DRM_COMMAND_BASE + DRM_XE_OA_REMOVE_CONFIG, __u64) total: 0 errors, 3 warnings, 0 checks, 293 lines checked 2cc24de40 drm/xe/oa: Add OA types Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in from ply import lex, yacc ModuleNotFoundError: No module named 'ply' -:16: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #16: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 295 lines checked c5f1e88fd drm/xe/oa: Add registers and GPU commands used by OA Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in from ply import lex, yacc ModuleNotFoundError: No module named 'ply' -:98: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #98: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 244 lines checked cc9f236c1 drm/xe/oa: Module init/exit and probe/remove Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in from ply import lex, yacc ModuleNotFoundError: No module named 'ply' Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in from ply import lex, yacc ModuleNotFoundError: No module named 'ply' -:156: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #156: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 431 lines checked bc03ef75d drm/xe/oa: Add/remove config ioctl's 86ad8968f drm/xe/oa: Start implementing OA stream open ioctl c3fb78838 drm/xe/oa: OA stream initialization 181745750 drm/xe/oa: Expose OA stream fd 65ec508a4 drm/xe/oa: Read file_operation d79089faf drm/xe/oa: Implement queries