Re: [Intel-gfx] [PATCH 13/13] samples: vfio-mdev: constify fb ops

2019-12-02 Thread Christophe de Dinechin
> On 27 Nov 2019, at 17:32, Jani Nikula wrote: > > Now that the fbops member of struct fb_info is const, we can star making s/star/start/ > the ops const as well. > > Cc: Kirti Wankhede > Cc: k...@vger.kernel.org > Signed-off-by: Jani Nikula > --- > samples/vfio-mdev/mdpy-fb.c | 2 +- > 1 fi

Re: [Intel-gfx] [PATCH v3 7/8] drm/i915/gvt: GVTg support context submission pvmmio optimization

2018-11-19 Thread Christophe de Dinechin
> On 13 Nov 2018, at 09:35, Xiaolin Zhang wrote: > > implemented context submission pvmmio optimizaiton with GVTg. > > GVTg to read context submission data (elsp_data) from the shared_page > directly without trap cost to improve guest GPU peformrnace. > > v0: RFC > v1: rebase > v2: rebase > v