On Mon, Apr 11, 2022 at 04:13:46PM +0200, Christoph Hellwig wrote:
Just open code the MSI injection in a single place instead of going
through the method table.
Signed-off-by: Christoph Hellwig hch@lst.de
drivers/gpu/drm/i915/gvt/hypercall.h | 1 -
drivers/gpu/drm/i915/gvt/interrupt.c | 38 +++++++++++++++++++++++++++-
drivers/gpu/drm/i915/gvt/kvmgt.c | 24 ------------------
drivers/gpu/drm/i915/gvt/mpt.h | 37 ---------------------------
4 files changed, 37 insertions(+), 63 deletions(-)
Reviewed-by: Jason Gunthorpe jgg@nvidia.com
Jason