[PATCH] drm/xe/uapi: Remove DRM_XE_UFENCE_WAIT_MASK_*
Matthew Brost
matthew.brost at intel.com
Mon Dec 11 08:26:12 UTC 2023
On Sat, Dec 09, 2023 at 07:45:58AM +0000, Francois Dugast wrote:
> Those are just possible values for the comparison mask but they are not
> specific magic values. Let's keep them as examples in the documentation
> but remove them from the uAPI.
>
> Suggested-by: Matthew Brost <matthew.brost at intel.com>
Reviewed-by: Matthew Brost <matthew.brost at intel.com>
> Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
> Signed-off-by: Francois Dugast <francois.dugast at intel.com>
> ---
> include/uapi/drm/xe_drm.h | 12 +++++++-----
> 1 file changed, 7 insertions(+), 5 deletions(-)
>
> diff --git a/include/uapi/drm/xe_drm.h b/include/uapi/drm/xe_drm.h
> index 0895e4d2a981..a0e8bf4cadc8 100644
> --- a/include/uapi/drm/xe_drm.h
> +++ b/include/uapi/drm/xe_drm.h
> @@ -1042,11 +1042,13 @@ struct drm_xe_wait_user_fence {
> /** @value: compare value */
> __u64 value;
>
> -#define DRM_XE_UFENCE_WAIT_MASK_U8 0xffu
> -#define DRM_XE_UFENCE_WAIT_MASK_U16 0xffffu
> -#define DRM_XE_UFENCE_WAIT_MASK_U32 0xffffffffu
> -#define DRM_XE_UFENCE_WAIT_MASK_U64 0xffffffffffffffffu
> - /** @mask: comparison mask */
> + /**
> + * @mask: comparison mask, values can be for example:
> + * - 0xffu for u8
> + * - 0xffffu for u16
> + * - 0xffffffffu for u32
> + * - 0xffffffffffffffffu for u64
> + */
> __u64 mask;
>
> /**
> --
> 2.34.1
>
More information about the Intel-xe
mailing list