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
This commit is contained in:
Jani Nikula
2019-06-05 12:56:57 +03:00
rodzic 8a6f43d4d9
commit affa22b5f0
5 zmienionych plików z 5 dodań i 9 usunięć

Wyświetl plik

@@ -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.