Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755473AbaGVLPO (ORCPT ); Tue, 22 Jul 2014 07:15:14 -0400 Received: from mail-we0-f175.google.com ([74.125.82.175]:61848 "EHLO mail-we0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754267AbaGVLPI (ORCPT ); Tue, 22 Jul 2014 07:15:08 -0400 Date: Tue, 22 Jul 2014 13:15:16 +0200 From: Daniel Vetter To: Oded Gabbay Cc: Daniel Vetter , Jerome Glisse , Christian =?iso-8859-1?Q?K=F6nig?= , David Airlie , Alex Deucher , Andrew Morton , John Bridgman , Joerg Roedel , Andrew Lewycky , Michel =?iso-8859-1?Q?D=E4nzer?= , Ben Goz , Alexey Skidanov , "linux-kernel@vger.kernel.org" , "dri-devel@lists.freedesktop.org" , linux-mm , "Sellek, Tom" Subject: Re: [PATCH v2 00/25] AMDKFD kernel driver Message-ID: <20140722111515.GJ15237@phenom.ffwll.local> Mail-Followup-To: Oded Gabbay , Jerome Glisse , Christian =?iso-8859-1?Q?K=F6nig?= , David Airlie , Alex Deucher , Andrew Morton , John Bridgman , Joerg Roedel , Andrew Lewycky , Michel =?iso-8859-1?Q?D=E4nzer?= , Ben Goz , Alexey Skidanov , "linux-kernel@vger.kernel.org" , "dri-devel@lists.freedesktop.org" , linux-mm , "Sellek, Tom" References: <20140721155851.GB4519@gmail.com> <20140721170546.GB15237@phenom.ffwll.local> <53CD4DD2.10906@amd.com> <53CD5ED9.2040600@amd.com> <20140721190306.GB5278@gmail.com> <20140722072851.GH15237@phenom.ffwll.local> <53CE1E9C.8020105@amd.com> <53CE346B.1080601@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <53CE346B.1080601@amd.com> X-Operating-System: Linux phenom 3.15.0-rc3+ User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 22, 2014 at 12:52:43PM +0300, Oded Gabbay wrote: > On 22/07/14 12:21, Daniel Vetter wrote: > >On Tue, Jul 22, 2014 at 10:19 AM, Oded Gabbay wrote: > >>>Exactly, just prevent userspace from submitting more. And if you have > >>>misbehaving userspace that submits too much, reset the gpu and tell it > >>>that you're sorry but won't schedule any more work. > >> > >>I'm not sure how you intend to know if a userspace misbehaves or not. Can > >>you elaborate ? > > > >Well that's mostly policy, currently in i915 we only have a check for > >hangs, and if userspace hangs a bit too often then we stop it. I guess > >you can do that with the queue unmapping you've describe in reply to > >Jerome's mail. > >-Daniel > > > What do you mean by hang ? Like the tdr mechanism in Windows (checks if a > gpu job takes more than 2 seconds, I think, and if so, terminates the job). Essentially yes. But we also have some hw features to kill jobs quicker, e.g. for media workloads. -Daniel -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/