Re: [Intel-gfx] [PATCH] drm/i915: Flush ggtt writes through the old fenced vma before changing fences

2018-01-31 Thread Lahtinen, Joonas
On Tue, 2018-01-30 at 16:44 +, Chris Wilson wrote: > This is a precautionary measure as I have no evidence to suggest we've > hit a bug here (I was hoping this might explain gdg's odd behaviour, but > alas), but given that we have a function to flush the ggtt writes it > seems prudent to use it

Re: [Intel-gfx] [PATCH v11 5/6] drm/i915: add query uAPI

2018-01-30 Thread Lahtinen, Joonas
On Mon, 2018-01-29 at 16:24 +, Lionel Landwerlin wrote: > > Thanks all, > > I don't really read much opposition to the current patch series. If > anything we could actually want to do more it seems. > It would be good to have the green light and land that. > I've played quickly with a Chris'

Re: [Intel-gfx] [PATCH v3] drm/i915: Do not use ggtt_view with (aliasing) PPGTT

2015-03-16 Thread Lahtinen, Joonas
On ti, 2015-03-17 at 07:31 +0200, Joonas Lahtinen wrote: > On ma, 2015-03-16 at 18:50 +0100, Daniel Vetter wrote: > > On Mon, Mar 16, 2015 at 02:11:13PM +0200, Joonas Lahtinen wrote: > > [snip] > > > int i915_vma_bind(struct i915_vma *vma, enum i915_cache_level > > > cache_level, > > >

[Intel-gfx] lib: Fix out of tree build of version.h

2014-12-11 Thread Lahtinen, Joonas
Currently out of tree build fails because the version.h.tmp is generated into the source directory instead of the build directory where it is later looked for. This commit fixes it. From 2c0617e21101d69e7219c6660936c0015f93f8ee Mon Sep 17 00:00:00 2001 From: Joonas Lahtinen Date: Thu, 11 Dec 2014