projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a7e0c2
)
drm/i915: It's its!
author
Damien Lespiau
<
[email protected]
>
Fri, 30 Aug 2013 13:40:26 +0000
(14:40 +0100)
committer
Daniel Vetter
<
[email protected]
>
Wed, 4 Sep 2013 15:34:54 +0000
(17:34 +0200)
Signed-off-by: Damien Lespiau <
[email protected]
>
Acked-by: Ben Widawsky <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/i915_gem_context.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_gem_context.c
b/drivers/gpu/drm/i915/i915_gem_context.c
index b6da70b51aeaad8aad9013fb4939949bc0586984..26c3fccc95991d702f9af5d3293560e94954da9f 100644
(file)
--- 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.