Re: [PATCH 21/34] drm/i915/gvt: devirtualize ->dma_{,un}map_guest_page

From: Jason Gunthorpe
Date: Mon Apr 11 2022 - 14:08:49 EST


On Mon, Apr 11, 2022 at 04:13:50PM +0200, Christoph Hellwig wrote:
> Just call the functions directly. Also remove a pointless wrapper.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> ---
> drivers/gpu/drm/i915/gvt/dmabuf.c | 10 ++--------
> drivers/gpu/drm/i915/gvt/gtt.c | 20 +++++++++----------
> drivers/gpu/drm/i915/gvt/gvt.h | 4 ++++
> drivers/gpu/drm/i915/gvt/hypercall.h | 5 -----
> drivers/gpu/drm/i915/gvt/kvmgt.c | 6 ++----
> drivers/gpu/drm/i915/gvt/mpt.h | 29 ----------------------------
> 6 files changed, 17 insertions(+), 57 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason