Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754099AbaGVJYV (ORCPT ); Tue, 22 Jul 2014 05:24:21 -0400 Received: from mail-ig0-f169.google.com ([209.85.213.169]:54039 "EHLO mail-ig0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752667AbaGVJYU (ORCPT ); Tue, 22 Jul 2014 05:24:20 -0400 MIME-Version: 1.0 X-Originating-IP: [84.73.67.144] In-Reply-To: References: <20140720174652.GE3068@gmail.com> <53CD0961.4070505@amd.com> <53CD17FD.3000908@vodafone.de> <20140721152511.GW15237@phenom.ffwll.local> <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> Date: Tue, 22 Jul 2014 11:24:19 +0200 Message-ID: Subject: Re: [PATCH v2 00/25] AMDKFD kernel driver From: Daniel Vetter To: Oded Gabbay Cc: Jerome Glisse , =?UTF-8?Q?Christian_K=C3=B6nig?= , David Airlie , Alex Deucher , Andrew Morton , John Bridgman , Joerg Roedel , Andrew Lewycky , =?UTF-8?Q?Michel_D=C3=A4nzer?= , Ben Goz , Alexey Skidanov , Evgeny Pinchuk , "linux-kernel@vger.kernel.org" , "dri-devel@lists.freedesktop.org" , linux-mm Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 22, 2014 at 11:21 AM, 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. Not just graphics, and especially not just graphics from amd. My experience is that soc designers are _really_ good at stitching randoms stuff together. So you need to deal with non-radeon drivers very likely, too. Also the real problem isn't really the memory sharing - we have dma-buf already and could add a special mmap flag to make sure it will work with svm/iommuv2. The problem is synchronization (either with the new struct fence stuff from Maarten or with android syncpoints or something like that). And for that to be possible you need to go through the kernel. -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/