intel: Update stale comment for intel_miptree_slice::map
The comment referred to intel_tex_image_map/unmap, but should more accurately refer to intel_miptree_map/unmap. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
@@ -131,8 +131,8 @@ struct intel_mipmap_level
|
||||
/** \} */
|
||||
|
||||
/**
|
||||
* Pointer to mapping information, present across
|
||||
* intel_tex_image_map()/unmap of the slice.
|
||||
* Mapping information. Persistent for the duration of
|
||||
* intel_miptree_map/unmap on this slice.
|
||||
*/
|
||||
struct intel_miptree_map *map;
|
||||
} *slice;
|
||||
|
||||
Reference in New Issue
Block a user