aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Lespiau2014-06-19 05:25:48 -0500
committerDamien Lespiau2014-06-19 12:29:20 -0500
commit20edfb9a16414688670439f8849488e08b64c5e7 (patch)
tree470116515fb6b7a96a749424bbdb16847321effe /include/drm
parent3cde43f5669bf5edbd6adef7902e96411fc53e9c (diff)
downloadexternal-libgbm-20edfb9a16414688670439f8849488e08b64c5e7.tar.gz
external-libgbm-20edfb9a16414688670439f8849488e08b64c5e7.tar.xz
external-libgbm-20edfb9a16414688670439f8849488e08b64c5e7.zip
intel: Sync typo fix from the kernel sources.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/i915_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
index 980dbf8f..8eb0cb39 100644
--- a/include/drm/i915_drm.h
+++ b/include/drm/i915_drm.h
@@ -722,7 +722,7 @@ struct drm_i915_gem_execbuffer2 {
722 */ 722 */
723#define I915_EXEC_IS_PINNED (1<<10) 723#define I915_EXEC_IS_PINNED (1<<10)
724 724
725/** Provide a hint to the kernel that the command stream and auxilliary 725/** Provide a hint to the kernel that the command stream and auxiliary
726 * state buffers already holds the correct presumed addresses and so the 726 * state buffers already holds the correct presumed addresses and so the
727 * relocation process may be skipped if no buffers need to be moved in 727 * relocation process may be skipped if no buffers need to be moved in
728 * preparation for the execbuffer. 728 * preparation for the execbuffer.