From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: [PATCH 0/9] drm/1915/context (i915HW Context support, early) Date: Tue, 1 Feb 2011 10:16:17 -0800 Message-ID: <1296584186-20446-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-yx0-f177.google.com (mail-yx0-f177.google.com [209.85.213.177]) by gabe.freedesktop.org (Postfix) with ESMTP id A7E349E74F for ; Tue, 1 Feb 2011 10:17:45 -0800 (PST) Received: by yxd30 with SMTP id 30so2689010yxd.36 for ; Tue, 01 Feb 2011 10:17:45 -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 patch adds the basic API for HW context manipulation. Right now only a very basic unit test is passing. I was hoping to get some eyes on this code while I look into porting some of mesa (and cleaning up my libdrm patches). I tried my best to split up the patches logically, but I'm afraid there are still some fairly large ones. Ben