Re: [PATCH 15/29] drm/i915/gvt: devirtualize ->set_edid and ->set_opregion

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


On Tue, Nov 02, 2021 at 08:05:47AM +0100, Christoph Hellwig wrote:
> Just call the code to setup the opregions and EDID data directly.
>
> Signed-off-by: Christoph Hellwig <hch@xxxxxx>
> ---
> drivers/gpu/drm/i915/gvt/gvt.h | 3 +++
> drivers/gpu/drm/i915/gvt/hypercall.h | 3 ---
> drivers/gpu/drm/i915/gvt/kvmgt.c | 6 ++----
> drivers/gpu/drm/i915/gvt/mpt.h | 32 ----------------------------
> drivers/gpu/drm/i915/gvt/vgpu.c | 6 +++---
> 5 files changed, 8 insertions(+), 42 deletions(-)

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason