diff options
author | Jani Nikula <jani.nikula@intel.com> | 2019-06-05 12:56:57 +0300 |
---|---|---|
committer | Jani Nikula <jani.nikula@intel.com> | 2019-06-06 11:13:20 +0300 |
commit | affa22b5f0f7e9caf61887671abe38819737bf16 (patch) | |
tree | 4ffab6c93e21245592bb0ba93dedd882bd9ab9fd /drivers/gpu/drm/i915/i915_vma.h | |
parent | 8a6f43d4d92d730dbe20fb84b72563be87d61446 (diff) | |
download | linux-affa22b5f0f7e9caf61887671abe38819737bf16.tar.xz |
drm/i915: fix documentation build warnings
Just a straightforward bag of fixes for a clean htmldocs build.
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190605095657.23601-2-jani.nikula@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/i915_vma.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_vma.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_vma.h b/drivers/gpu/drm/i915/i915_vma.h index 2657c99fe187..bc15083bd479 100644 --- a/drivers/gpu/drm/i915/i915_vma.h +++ b/drivers/gpu/drm/i915/i915_vma.h @@ -40,6 +40,8 @@ enum i915_cache_level; /** + * DOC: Virtual Memory Address + * * A VMA represents a GEM BO that is bound into an address space. Therefore, a * VMA's presence cannot be guaranteed before binding, or after unbinding the * object into/from the address space. |