From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH] drm/i915: It's its! Date: Fri, 30 Aug 2013 15:26:30 -0700 Message-ID: <20130830222630.GD7546@bwidawsk.net> References: <1377870026-9790-1-git-send-email-damien.lespiau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.bwidawsk.net (bwidawsk.net [166.78.191.112]) by gabe.freedesktop.org (Postfix) with ESMTP id 76212E5FDE for ; Fri, 30 Aug 2013 15:26:44 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1377870026-9790-1-git-send-email-damien.lespiau@intel.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: Damien Lespiau Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Fri, Aug 30, 2013 at 02:40:26PM +0100, Damien Lespiau wrote: > Signed-off-by: Damien Lespiau > --- > drivers/gpu/drm/i915/i915_gem_context.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/i915/i915_gem_context.c b/drivers/gpu/drm/i915/i915_gem_context.c > index 403309c..e038513 100644 > --- a/drivers/gpu/drm/i915/i915_gem_context.c > +++ b/drivers/gpu/drm/i915/i915_gem_context.c > @@ -73,7 +73,7 @@ > * > * There are two confusing terms used above: > * The "current context" means the context which is currently running on the > - * GPU. The GPU has loaded it's state already and has stored away the gtt > + * GPU. The GPU has loaded its state already and has stored away the gtt > * offset of the BO. The GPU is not actively referencing the data at this > * offset, but it will on the next context switch. The only way to avoid this > * is to do a GPU reset. Acked-by: Ben Widawsky By the way, I plan to rewrite a lot of this once we land full PPGTT. -- Ben Widawsky, Intel Open Source Technology Center