]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/i915: It's its!
authorDamien Lespiau <damien.lespiau@intel.com>
Fri, 30 Aug 2013 13:40:26 +0000 (14:40 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 4 Sep 2013 15:34:54 +0000 (17:34 +0200)
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Acked-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem_context.c

index b6da70b51aeaad8aad9013fb4939949bc0586984..26c3fccc95991d702f9af5d3293560e94954da9f 100644 (file)
@@ -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.