From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wilson Subject: Re: [PATCH 2/9] drm/i915/context: basic implementation context ioctls Date: Tue, 01 Feb 2011 18:45:38 +0000 Message-ID: References: <1296584186-20446-1-git-send-email-bwidawsk@gmail.com> <1296584186-20446-3-git-send-email-bwidawsk@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id 0444C9E93F for ; Tue, 1 Feb 2011 10:45:43 -0800 (PST) In-Reply-To: <1296584186-20446-3-git-send-email-bwidawsk@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Ben Widawsky , intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Tue, 1 Feb 2011 10:16:19 -0800, Ben Widawsky wrote: > Added the minimal amount of code to enable the two ioctls used for > creating and destroying contexts. Also added neccessary information in > the structures to implement some basic operations the ioctls will have > to perform. Locking to be added at a later date? ;-) Contexts should be per-file unless we really mean for them to have a global namespace, in which case we should explicitly export them with an flink_to style interface. -Chris -- Chris Wilson, Intel Open Source Technology Centre