mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:24:45 +01:00
drm/i915: Fixed an typo in i915_gem_gtt.c
in function `i915_gem_gtt_reserve` @node comment, i915_vma has no `mode` member, `i915_vma.node` is the correct name Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Signed-off-by: Zhang He <zhanghe9702@163.com> Link: https://patchwork.freedesktop.org/patch/msgid/20241120123245.71101-1-zhanghe9702@163.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
This commit is contained in:
parent
f0fa762400
commit
de5c149a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ void i915_gem_gtt_finish_pages(struct drm_i915_gem_object *obj,
|
|||
* i915_gem_gtt_reserve - reserve a node in an address_space (GTT)
|
||||
* @vm: the &struct i915_address_space
|
||||
* @ww: An optional struct i915_gem_ww_ctx.
|
||||
* @node: the &struct drm_mm_node (typically i915_vma.mode)
|
||||
* @node: the &struct drm_mm_node (typically i915_vma.node)
|
||||
* @size: how much space to allocate inside the GTT,
|
||||
* must be #I915_GTT_PAGE_SIZE aligned
|
||||
* @offset: where to insert inside the GTT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue