[PATCH 06/12] drm/xe: Rename xe_ggtt_node related functions
Lucas De Marchi
lucas.demarchi at intel.com
Fri Aug 16 15:24:40 UTC 2024
On Fri, Aug 16, 2024 at 11:02:37AM GMT, Rodrigo Vivi wrote:
>+/**
>+ * xe_ggtt_node_remove - Remove a &xe_ggtt_node from the GGTT
>+ * @ggtt: the &xe_ggtt where node will be removed
>+ * @node: the &xe_ggtt_node to be removed
>+ * @invalidate: if node needs invalidation upon removal
>+ */
>+void xe_ggtt_node_remove(struct xe_ggtt *ggtt, struct xe_ggtt_node *node,
>+ bool invalidate)
pass by note for future... replace `bool invalidate` with `int flags`.
Lucas De Marchi
More information about the Intel-xe
mailing list