From 02c775fc750b48ae25b6a4af51afbfe090ebada4 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 6 Oct 2009 15:25:21 -0700 Subject: intel: Fix up some stale doxygen comments. --- libdrm/intel/intel_bufmgr.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libdrm/intel/intel_bufmgr.h') 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; -- cgit v1.2.3