From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH] lib/drmtest: Retire requests via drop caches after gem_quiescent_gpu Date: Tue, 5 Nov 2013 19:35:16 +0100 Message-ID: <20131105183516.GE1775@phenom.ffwll.local> References: <1383660919-4186-1-git-send-email-oscar.mateo@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com [74.125.83.54]) by gabe.freedesktop.org (Postfix) with ESMTP id 382EFEDDAE for ; Tue, 5 Nov 2013 10:34:47 -0800 (PST) Received: by mail-ee0-f54.google.com with SMTP id c50so2041641eek.27 for ; Tue, 05 Nov 2013 10:34:46 -0800 (PST) Content-Disposition: inline In-Reply-To: <1383660919-4186-1-git-send-email-oscar.mateo@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: oscar.mateo@intel.com Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, Nov 05, 2013 at 02:15:19PM +0000, oscar.mateo@intel.com wrote: > From: Oscar Mateo > > This helps make sure that the GPU is really quiescent by getting > rid of any residual stuff. > > Signed-off-by: Oscar Mateo Merged, thanks for the patch. -Daniel > --- > lib/drmtest.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/lib/drmtest.c b/lib/drmtest.c > index e3fc166..d8fc60f 100644 > --- a/lib/drmtest.c > +++ b/lib/drmtest.c > @@ -47,6 +47,7 @@ > #include "i915_drm.h" > #include "intel_chipset.h" > #include "intel_gpu_tools.h" > +#include "igt_debugfs.h" > > /* This file contains a bunch of wrapper functions to directly use gem ioctls. > * Mostly useful to write kernel tests. */ > @@ -163,6 +164,7 @@ void gem_quiescent_gpu(int fd) > } > > gem_sync(fd, handle); > + igt_drop_caches_set(DROP_RETIRE); > } > > /** > -- > 1.7.9.5 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch