Skip to content

Commit 34fd3e1

Browse files
standby24x7Jiri Kosina
authored andcommitted
drm/i915 Fix typos in i915_gem_fence.c
This patch fix some spelling typos found in Documentation/Docbook gpu/ch04s03.html. This file was generated from comments within source, so I have to fix typos in i915_gem_fence.c. Signed-off-by: Masanari Iida <[email protected]> Acked-by: Randy Dunlap <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 11f0090 commit 34fd3e1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

drivers/gpu/drm/i915/i915_gem_fence.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
* set of these objects.
3535
*
3636
* Fences are used to detile GTT memory mappings. They're also connected to the
37-
* hardware frontbuffer render tracking and hence interract with frontbuffer
38-
* conmpression. Furthermore on older platforms fences are required for tiled
37+
* hardware frontbuffer render tracking and hence interact with frontbuffer
38+
* compression. Furthermore on older platforms fences are required for tiled
3939
* objects used by the display engine. They can also be used by the render
4040
* engine - they're required for blitter commands and are optional for render
4141
* commands. But on gen4+ both display (with the exception of fbc) and rendering
@@ -46,8 +46,8 @@
4646
*
4747
* Finally note that because fences are such a restricted resource they're
4848
* dynamically associated with objects. Furthermore fence state is committed to
49-
* the hardware lazily to avoid unecessary stalls on gen2/3. Therefore code must
50-
* explictly call i915_gem_object_get_fence() to synchronize fencing status
49+
* the hardware lazily to avoid unnecessary stalls on gen2/3. Therefore code must
50+
* explicitly call i915_gem_object_get_fence() to synchronize fencing status
5151
* for cpu access. Also note that some code wants an unfenced view, for those
5252
* cases the fence can be removed forcefully with i915_gem_object_put_fence().
5353
*
@@ -532,7 +532,7 @@ void i915_gem_restore_fences(struct drm_device *dev)
532532
* required.
533533
*
534534
* When bit 17 is XORed in, we simply refuse to tile at all. Bit
535-
* 17 is not just a page offset, so as we page an objet out and back in,
535+
* 17 is not just a page offset, so as we page an object out and back in,
536536
* individual pages in it will have different bit 17 addresses, resulting in
537537
* each 64 bytes being swapped with its neighbor!
538538
*

0 commit comments

Comments
 (0)