From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: [PATCH 0/8] drm/i915/context Date: Wed, 2 Feb 2011 15:00:12 -0800 Message-ID: <1296687620-27019-1-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 mail-gw0-f49.google.com (mail-gw0-f49.google.com [74.125.83.49]) by gabe.freedesktop.org (Postfix) with ESMTP id 233999E9AC for ; Wed, 2 Feb 2011 15:00:34 -0800 (PST) Received: by gwj20 with SMTP id 20so234891gwj.36 for ; Wed, 02 Feb 2011 15:00:33 -0800 (PST) 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: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org This is pretty much the same as before except it addresses comments from ickle and jbarnes. The params to tell userspace what is supported by the driver is now the last commit and has been squashed in with a related change I made to the params All deinit chas been hanged to fini rename. Bad habit leftover from my WinCE days. Bad verbage: i915_context_handle_binding()->i915_context_bind_ppgtt() Ben