[Intel-xe] [PATCH] drm/xe/rtp: Fix doc for XE_RTP_ACTIONS

Lucas De Marchi lucas.demarchi at intel.com
Wed Oct 4 18:07:45 UTC 2023


On Wed, Oct 04, 2023 at 10:08:24AM -0300, Gustavo Sousa wrote:
>Replace the paragraph that was meant for XE_RTP_RULES with one proper
>for XE_RTP_ACTIONS.
>
>Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>


Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>

Lucas De Marchi

>---
> drivers/gpu/drm/xe/xe_rtp.h | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)
>
>diff --git a/drivers/gpu/drm/xe/xe_rtp.h b/drivers/gpu/drm/xe/xe_rtp.h
>index 04ccb26452ad..c56fedd126e6 100644
>--- a/drivers/gpu/drm/xe/xe_rtp.h
>+++ b/drivers/gpu/drm/xe/xe_rtp.h
>@@ -350,9 +350,8 @@ struct xe_reg_sr;
>  * XE_RTP_ACTIONS - Helper to set multiple actions to a struct xe_rtp_entry_sr
>  * @...: Actions to be taken
>  *
>- * At least one rule is needed and up to 4 are supported. Multiple rules are
>- * AND'ed together, i.e. all the rules must evaluate to true for the entry to
>- * be processed. See XE_RTP_MATCH_* for the possible match rules. Example:
>+ * At least one action is needed and up to 4 are supported. See XE_RTP_ACTION_*
>+ * for the possible actions. Example:
>  *
>  * .. code-block:: c
>  *
>-- 
>2.42.0
>


More information about the Intel-xe mailing list