Re: [Intel-gfx] [PATCH 0/2] drm/i915/gvt: fix compilation errors in gtt.c

2016-10-24 Thread Zhenyu Wang
On 2016.10.24 15:33:34 -0400, Jérémy Lefaure wrote: > On Mon, 24 Oct 2016 10:36:58 +0800 > Zhenyu Wang wrote: > > > On 2016.10.20 18:05:56 -0400, Jérémy Lefaure wrote: > > > This series fixes 2 compilations errors in gvt/gtt.c on 32-bits platform: > > > [PATCH 1/2]

Re: [Intel-gfx] [PATCH 0/2] drm/i915/gvt: fix compilation errors in gtt.c

2016-10-24 Thread Jérémy Lefaure
On Mon, 24 Oct 2016 10:36:58 +0800 Zhenyu Wang wrote: > On 2016.10.20 18:05:56 -0400, Jérémy Lefaure wrote: > > This series fixes 2 compilations errors in gvt/gtt.c on 32-bits platform: > > [PATCH 1/2] drm/i915/gvt: fix bad 32 bit shift in gtt > > [PATCH 2/2]

Re: [Intel-gfx] [PATCH 0/2] drm/i915/gvt: fix compilation errors in gtt.c

2016-10-23 Thread Zhenyu Wang
On 2016.10.20 18:05:56 -0400, Jérémy Lefaure wrote: > This series fixes 2 compilations errors in gvt/gtt.c on 32-bits platform: > [PATCH 1/2] drm/i915/gvt: fix bad 32 bit shift in gtt > [PATCH 2/2] drm/i915/gvt: fix an error string format > > The file gtt.c still does not compile because of

[Intel-gfx] [PATCH 0/2] drm/i915/gvt: fix compilation errors in gtt.c

2016-10-21 Thread Jérémy Lefaure
This series fixes 2 compilations errors in gvt/gtt.c on 32-bits platform: [PATCH 1/2] drm/i915/gvt: fix bad 32 bit shift in gtt [PATCH 2/2] drm/i915/gvt: fix an error string format The file gtt.c still does not compile because of shifting errors. Should the 32 bits architecture be supported ?