projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d230098
)
drm/xe/rtp: Fix doc for XE_RTP_ACTIONS
author
Gustavo Sousa
<gustavo.sousa@intel.com>
Wed, 4 Oct 2023 13:08:24 +0000
(10:08 -0300)
committer
Rodrigo Vivi
<rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:42:57 +0000
(11:42 -0500)
Replace the paragraph that was meant for XE_RTP_RULES with one proper
for XE_RTP_ACTIONS.
Signed-off-by: Gustavo Sousa <gustavo.sousa@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link:
https://lore.kernel.org/r/20231004130824.13909-1-gustavo.sousa@intel.com
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_rtp.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/xe/xe_rtp.h
b/drivers/gpu/drm/xe/xe_rtp.h
index 04ccb26452ad493ff9e7ded41453fce8e2e03d1d..c56fedd126e6ad214431bd262d909321479ebc7e 100644
(file)
--- 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
*