All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Dixit, Ashutosh" <ashutosh.dixit@intel.com>
To: Matthew Brost <matthew.brost@intel.com>
Cc: intel-xe@lists.freedesktop.org
Subject: Re: [PATCH] drm/xe: Drop bo->size
Date: Tue, 24 Jun 2025 13:06:29 -0700	[thread overview]
Message-ID: <87wm9029bu.wl-ashutosh.dixit@intel.com> (raw)
In-Reply-To: <20250624194654.2787356-1-matthew.brost@intel.com>

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@intel.com>

  reply	other threads:[~2025-06-24 20:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-24 19:46 [PATCH] drm/xe: Drop bo->size Matthew Brost
2025-06-24 20:06 ` Dixit, Ashutosh [this message]
2025-06-24 20:31 ` ✗ CI.checkpatch: warning for " Patchwork
2025-06-24 20:32 ` ✗ CI.KUnit: failure " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wm9029bu.wl-ashutosh.dixit@intel.com \
    --to=ashutosh.dixit@intel.com \
    --cc=intel-xe@lists.freedesktop.org \
    --cc=matthew.brost@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.