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 X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77544C433B4 for ; Fri, 23 Apr 2021 10:46:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2A1AC6128D for ; Fri, 23 Apr 2021 10:46:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236071AbhDWKn0 (ORCPT ); Fri, 23 Apr 2021 06:43:26 -0400 Received: from mga17.intel.com ([192.55.52.151]:49539 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229794AbhDWKnZ (ORCPT ); Fri, 23 Apr 2021 06:43:25 -0400 IronPort-SDR: lZPDlstW9UZOR0qMxPLptDf37Gi33fpuc0VM4StxtItN788/UytitEVigyRlzwjQTvZL8Gvfon cbNOQipQjScw== X-IronPort-AV: E=McAfee;i="6200,9189,9962"; a="176171134" X-IronPort-AV: E=Sophos;i="5.82,245,1613462400"; d="scan'208";a="176171134" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2021 03:42:49 -0700 IronPort-SDR: OFvfsEuRHTPydfmUcqvE5J8CtjeZ5m+DI0+d83IXL+oSepixEHVJfrp2r+/n7kbANnF2OPj4r5 WUydTKqGd6Dw== X-IronPort-AV: E=Sophos;i="5.82,245,1613462400"; d="scan'208";a="421721849" Received: from gbocanex-mobl.ger.corp.intel.com (HELO [10.252.49.5]) ([10.252.49.5]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2021 03:42:47 -0700 Subject: Re: [PATCH] drm/i915: Fix docbook descriptions for i915_cmd_parser To: intel-gfx , Stephen Rothwell , DRI , Dave Airlie , Linux Kernel Mailing List References: <20210421120353.544518-1-maarten.lankhorst@linux.intel.com> <9ae96fa1-6c91-4ec1-422d-8e0a95251bb7@linux.intel.com> From: Maarten Lankhorst Message-ID: <20c93c9a-9aca-0057-23bf-463e7946e1c8@linux.intel.com> Date: Fri, 23 Apr 2021 12:42:45 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Op 22-04-2021 om 10:18 schreef Daniel Vetter: > On Wed, Apr 21, 2021 at 04:39:10PM +0200, Maarten Lankhorst wrote: >> Op 21-04-2021 om 16:32 schreef Daniel Vetter: >>> On Wed, Apr 21, 2021 at 2:03 PM Maarten Lankhorst >>> wrote: >>>> Fixes the following htmldocs warnings: >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Excess function parameter 'trampoline' description in 'intel_engine_cmd_parser' >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Function parameter or member 'jump_whitelist' not described in 'intel_engine_cmd_parser' >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Function parameter or member 'shadow_map' not described in 'intel_engine_cmd_parser' >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Function parameter or member 'batch_map' not described in 'intel_engine_cmd_parser' >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Excess function parameter 'trampoline' description in 'intel_engine_cmd_parser' >>>> >>>> Reported-by: Stephen Rothwell >>>> Signed-off-by: Maarten Lankhorst >>>> --- >>>> drivers/gpu/drm/i915/i915_cmd_parser.c | 16 +++++++++++++++- >>>> 1 file changed, 15 insertions(+), 1 deletion(-) >>>> >>>> diff --git a/drivers/gpu/drm/i915/i915_cmd_parser.c b/drivers/gpu/drm/i915/i915_cmd_parser.c >>>> index e6f1e93abbbb..afb9b7516999 100644 >>>> --- a/drivers/gpu/drm/i915/i915_cmd_parser.c >>>> +++ b/drivers/gpu/drm/i915/i915_cmd_parser.c >>>> @@ -1369,6 +1369,18 @@ static int check_bbstart(u32 *cmd, u32 offset, u32 length, >>>> return 0; >>>> } >>>> >>>> +/** >>>> + * intel_engine_cmd_parser_alloc_jump_whitelist() - preallocate jump whitelist for intel_engine_cmd_parser() >>>> + * @batch_length: length of the commands in batch_obj >>>> + * @trampoline: Whether jump trampolines are used. >>>> + * >>>> + * Preallocates a jump whitelist for parsing the cmd buffer in intel_engine_cmd_parser(). >>>> + * This has to be preallocated, because the command parser runs in signaling context, >>>> + * and may not allocate any memory. >>>> + * >>>> + * Return: NULL or pointer to a jump whitelist, or ERR_PTR() on failure. Use >>>> + * IS_ERR() to check for errors. Must bre freed() with kfree(). >>> IS_ERR_OR_NULL or needs an actual bugfix in the code since we're not >>> consistent. Also s/bre/be/ >> We're sort of consistent, NULL is a valid return code. IS_ERR is only on faliure. :) > Maybe explain that and then Reviewed-by: Daniel Vetter > > Cheers, Daniel > >>> -Daniel >>> >>>> + */ >>>> unsigned long *intel_engine_cmd_parser_alloc_jump_whitelist(u32 batch_length, >>>> bool trampoline) >>>> { >>>> @@ -1401,7 +1413,9 @@ unsigned long *intel_engine_cmd_parser_alloc_jump_whitelist(u32 batch_length, >>>> * @batch_offset: byte offset in the batch at which execution starts >>>> * @batch_length: length of the commands in batch_obj >>>> * @shadow: validated copy of the batch buffer in question >>>> - * @trampoline: whether to emit a conditional trampoline at the end of the batch >>>> + * @jump_whitelist: buffer preallocated with intel_engine_cmd_parser_alloc_jump_whitelist() >>>> + * @shadow_map: mapping to @shadow vma >>>> + * @batch_map: mapping to @batch vma >>>> * >>>> * Parses the specified batch buffer looking for privilege violations as >>>> * described in the overview. >>>> -- >>>> 2.31.0 >>>> Updated and pushed both, thanks. :) 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 X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 83F6AC433B4 for ; Fri, 23 Apr 2021 10:42:54 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id EBF7761452 for ; Fri, 23 Apr 2021 10:42:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EBF7761452 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id DA0276EB6A; Fri, 23 Apr 2021 10:42:50 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 23B056E0CC; Fri, 23 Apr 2021 10:42:50 +0000 (UTC) IronPort-SDR: hqcd4gHEEbZEatnYyv+qKFTqjgIPk8ZZZG8/fFt64+7E/iref96YZZhGOm+y2eUaEdlJNZKVV/ JcoCgNkyMhfw== X-IronPort-AV: E=McAfee;i="6200,9189,9962"; a="183530130" X-IronPort-AV: E=Sophos;i="5.82,245,1613462400"; d="scan'208";a="183530130" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2021 03:42:49 -0700 IronPort-SDR: OFvfsEuRHTPydfmUcqvE5J8CtjeZ5m+DI0+d83IXL+oSepixEHVJfrp2r+/n7kbANnF2OPj4r5 WUydTKqGd6Dw== X-IronPort-AV: E=Sophos;i="5.82,245,1613462400"; d="scan'208";a="421721849" Received: from gbocanex-mobl.ger.corp.intel.com (HELO [10.252.49.5]) ([10.252.49.5]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2021 03:42:47 -0700 Subject: Re: [PATCH] drm/i915: Fix docbook descriptions for i915_cmd_parser To: intel-gfx , Stephen Rothwell , DRI , Dave Airlie , Linux Kernel Mailing List References: <20210421120353.544518-1-maarten.lankhorst@linux.intel.com> <9ae96fa1-6c91-4ec1-422d-8e0a95251bb7@linux.intel.com> From: Maarten Lankhorst Message-ID: <20c93c9a-9aca-0057-23bf-463e7946e1c8@linux.intel.com> Date: Fri, 23 Apr 2021 12:42:45 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Op 22-04-2021 om 10:18 schreef Daniel Vetter: > On Wed, Apr 21, 2021 at 04:39:10PM +0200, Maarten Lankhorst wrote: >> Op 21-04-2021 om 16:32 schreef Daniel Vetter: >>> On Wed, Apr 21, 2021 at 2:03 PM Maarten Lankhorst >>> wrote: >>>> Fixes the following htmldocs warnings: >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Excess function parameter 'trampoline' description in 'intel_engine_cmd_parser' >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Function parameter or member 'jump_whitelist' not described in 'intel_engine_cmd_parser' >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Function parameter or member 'shadow_map' not described in 'intel_engine_cmd_parser' >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Function parameter or member 'batch_map' not described in 'intel_engine_cmd_parser' >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Excess function parameter 'trampoline' description in 'intel_engine_cmd_parser' >>>> >>>> Reported-by: Stephen Rothwell >>>> Signed-off-by: Maarten Lankhorst >>>> --- >>>> drivers/gpu/drm/i915/i915_cmd_parser.c | 16 +++++++++++++++- >>>> 1 file changed, 15 insertions(+), 1 deletion(-) >>>> >>>> diff --git a/drivers/gpu/drm/i915/i915_cmd_parser.c b/drivers/gpu/drm/i915/i915_cmd_parser.c >>>> index e6f1e93abbbb..afb9b7516999 100644 >>>> --- a/drivers/gpu/drm/i915/i915_cmd_parser.c >>>> +++ b/drivers/gpu/drm/i915/i915_cmd_parser.c >>>> @@ -1369,6 +1369,18 @@ static int check_bbstart(u32 *cmd, u32 offset, u32 length, >>>> return 0; >>>> } >>>> >>>> +/** >>>> + * intel_engine_cmd_parser_alloc_jump_whitelist() - preallocate jump whitelist for intel_engine_cmd_parser() >>>> + * @batch_length: length of the commands in batch_obj >>>> + * @trampoline: Whether jump trampolines are used. >>>> + * >>>> + * Preallocates a jump whitelist for parsing the cmd buffer in intel_engine_cmd_parser(). >>>> + * This has to be preallocated, because the command parser runs in signaling context, >>>> + * and may not allocate any memory. >>>> + * >>>> + * Return: NULL or pointer to a jump whitelist, or ERR_PTR() on failure. Use >>>> + * IS_ERR() to check for errors. Must bre freed() with kfree(). >>> IS_ERR_OR_NULL or needs an actual bugfix in the code since we're not >>> consistent. Also s/bre/be/ >> We're sort of consistent, NULL is a valid return code. IS_ERR is only on faliure. :) > Maybe explain that and then Reviewed-by: Daniel Vetter > > Cheers, Daniel > >>> -Daniel >>> >>>> + */ >>>> unsigned long *intel_engine_cmd_parser_alloc_jump_whitelist(u32 batch_length, >>>> bool trampoline) >>>> { >>>> @@ -1401,7 +1413,9 @@ unsigned long *intel_engine_cmd_parser_alloc_jump_whitelist(u32 batch_length, >>>> * @batch_offset: byte offset in the batch at which execution starts >>>> * @batch_length: length of the commands in batch_obj >>>> * @shadow: validated copy of the batch buffer in question >>>> - * @trampoline: whether to emit a conditional trampoline at the end of the batch >>>> + * @jump_whitelist: buffer preallocated with intel_engine_cmd_parser_alloc_jump_whitelist() >>>> + * @shadow_map: mapping to @shadow vma >>>> + * @batch_map: mapping to @batch vma >>>> * >>>> * Parses the specified batch buffer looking for privilege violations as >>>> * described in the overview. >>>> -- >>>> 2.31.0 >>>> Updated and pushed both, thanks. :) _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel 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 X-Spam-Level: X-Spam-Status: No, score=-15.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE74DC433ED for ; Fri, 23 Apr 2021 10:42:53 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 717A96117A for ; Fri, 23 Apr 2021 10:42:53 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 717A96117A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AF1ED6E0CC; Fri, 23 Apr 2021 10:42:50 +0000 (UTC) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by gabe.freedesktop.org (Postfix) with ESMTPS id 23B056E0CC; Fri, 23 Apr 2021 10:42:50 +0000 (UTC) IronPort-SDR: hqcd4gHEEbZEatnYyv+qKFTqjgIPk8ZZZG8/fFt64+7E/iref96YZZhGOm+y2eUaEdlJNZKVV/ JcoCgNkyMhfw== X-IronPort-AV: E=McAfee;i="6200,9189,9962"; a="183530130" X-IronPort-AV: E=Sophos;i="5.82,245,1613462400"; d="scan'208";a="183530130" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2021 03:42:49 -0700 IronPort-SDR: OFvfsEuRHTPydfmUcqvE5J8CtjeZ5m+DI0+d83IXL+oSepixEHVJfrp2r+/n7kbANnF2OPj4r5 WUydTKqGd6Dw== X-IronPort-AV: E=Sophos;i="5.82,245,1613462400"; d="scan'208";a="421721849" Received: from gbocanex-mobl.ger.corp.intel.com (HELO [10.252.49.5]) ([10.252.49.5]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Apr 2021 03:42:47 -0700 To: intel-gfx , Stephen Rothwell , DRI , Dave Airlie , Linux Kernel Mailing List References: <20210421120353.544518-1-maarten.lankhorst@linux.intel.com> <9ae96fa1-6c91-4ec1-422d-8e0a95251bb7@linux.intel.com> From: Maarten Lankhorst Message-ID: <20c93c9a-9aca-0057-23bf-463e7946e1c8@linux.intel.com> Date: Fri, 23 Apr 2021 12:42:45 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.9.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Subject: Re: [Intel-gfx] [PATCH] drm/i915: Fix docbook descriptions for i915_cmd_parser X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" Op 22-04-2021 om 10:18 schreef Daniel Vetter: > On Wed, Apr 21, 2021 at 04:39:10PM +0200, Maarten Lankhorst wrote: >> Op 21-04-2021 om 16:32 schreef Daniel Vetter: >>> On Wed, Apr 21, 2021 at 2:03 PM Maarten Lankhorst >>> wrote: >>>> Fixes the following htmldocs warnings: >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Excess function parameter 'trampoline' description in 'intel_engine_cmd_parser' >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Function parameter or member 'jump_whitelist' not described in 'intel_engine_cmd_parser' >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Function parameter or member 'shadow_map' not described in 'intel_engine_cmd_parser' >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Function parameter or member 'batch_map' not described in 'intel_engine_cmd_parser' >>>> drivers/gpu/drm/i915/i915_cmd_parser.c:1420: warning: Excess function parameter 'trampoline' description in 'intel_engine_cmd_parser' >>>> >>>> Reported-by: Stephen Rothwell >>>> Signed-off-by: Maarten Lankhorst >>>> --- >>>> drivers/gpu/drm/i915/i915_cmd_parser.c | 16 +++++++++++++++- >>>> 1 file changed, 15 insertions(+), 1 deletion(-) >>>> >>>> diff --git a/drivers/gpu/drm/i915/i915_cmd_parser.c b/drivers/gpu/drm/i915/i915_cmd_parser.c >>>> index e6f1e93abbbb..afb9b7516999 100644 >>>> --- a/drivers/gpu/drm/i915/i915_cmd_parser.c >>>> +++ b/drivers/gpu/drm/i915/i915_cmd_parser.c >>>> @@ -1369,6 +1369,18 @@ static int check_bbstart(u32 *cmd, u32 offset, u32 length, >>>> return 0; >>>> } >>>> >>>> +/** >>>> + * intel_engine_cmd_parser_alloc_jump_whitelist() - preallocate jump whitelist for intel_engine_cmd_parser() >>>> + * @batch_length: length of the commands in batch_obj >>>> + * @trampoline: Whether jump trampolines are used. >>>> + * >>>> + * Preallocates a jump whitelist for parsing the cmd buffer in intel_engine_cmd_parser(). >>>> + * This has to be preallocated, because the command parser runs in signaling context, >>>> + * and may not allocate any memory. >>>> + * >>>> + * Return: NULL or pointer to a jump whitelist, or ERR_PTR() on failure. Use >>>> + * IS_ERR() to check for errors. Must bre freed() with kfree(). >>> IS_ERR_OR_NULL or needs an actual bugfix in the code since we're not >>> consistent. Also s/bre/be/ >> We're sort of consistent, NULL is a valid return code. IS_ERR is only on faliure. :) > Maybe explain that and then Reviewed-by: Daniel Vetter > > Cheers, Daniel > >>> -Daniel >>> >>>> + */ >>>> unsigned long *intel_engine_cmd_parser_alloc_jump_whitelist(u32 batch_length, >>>> bool trampoline) >>>> { >>>> @@ -1401,7 +1413,9 @@ unsigned long *intel_engine_cmd_parser_alloc_jump_whitelist(u32 batch_length, >>>> * @batch_offset: byte offset in the batch at which execution starts >>>> * @batch_length: length of the commands in batch_obj >>>> * @shadow: validated copy of the batch buffer in question >>>> - * @trampoline: whether to emit a conditional trampoline at the end of the batch >>>> + * @jump_whitelist: buffer preallocated with intel_engine_cmd_parser_alloc_jump_whitelist() >>>> + * @shadow_map: mapping to @shadow vma >>>> + * @batch_map: mapping to @batch vma >>>> * >>>> * Parses the specified batch buffer looking for privilege violations as >>>> * described in the overview. >>>> -- >>>> 2.31.0 >>>> Updated and pushed both, thanks. :) _______________________________________________ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx