[PATCH] drm/xe: Drop bo->size
Dixit, Ashutosh
ashutosh.dixit at intel.com
Tue Jun 24 20:06:29 UTC 2025
On Tue, 24 Jun 2025 12:46:54 -0700, Matthew Brost wrote:
>
> +/**
> + * xe_bo_size() - Xe BO size
> + * @bo: The bo to object.
The bo object?
> + *
> + * Simple helper to return Xe BO's size.
> + *
> + * Return: Xe BO's size
> + */
> +static inline size_t xe_bo_size(struct xe_bo *bo)
> +{
> + return bo->ttm.base.size;
> +}
Rest looks good:
Reviewed-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
More information about the Intel-xe
mailing list