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

From: Jason Gunthorpe
Date: Tue Nov 02 2021 - 12:52:27 EST


On Tue, Nov 02, 2021 at 08:05:53AM +0100, 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