aboutsummaryrefslogtreecommitdiff
path: root/libdrm/intel/intel_bufmgr.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-10-06 15:25:21 -0700
committerEric Anholt <eric@anholt.net>2009-10-06 15:45:10 -0700
commit02c775fc750b48ae25b6a4af51afbfe090ebada4 (patch)
tree7cdceb7cdd4890c1bb566aa88116e9a71df212b2 /libdrm/intel/intel_bufmgr.h
parentd70d60529f77ec73322be7b887fd6a3faf133bce (diff)
intel: Fix up some stale doxygen comments.
Diffstat (limited to 'libdrm/intel/intel_bufmgr.h')
-rw-r--r--libdrm/intel/intel_bufmgr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libdrm/intel/intel_bufmgr.h b/libdrm/intel/intel_bufmgr.h
index 9f07a941..0dbe8801 100644
--- a/libdrm/intel/intel_bufmgr.h
+++ b/libdrm/intel/intel_bufmgr.h
@@ -56,8 +56,9 @@ struct _drm_intel_bo {
unsigned long align;
/**
- * Card virtual address (offset from the beginning of the aperture)
- * for the object. Only valid while validated.
+ * Last seen card virtual address (offset from the beginning of the
+ * aperture) for the object. This should be used to fill relocation
+ * entries when calling drm_intel_bo_emit_reloc()
*/
unsigned long offset;