[Intel-gfx] [PATCH 1/4] drm/i915: Fix doclinks
Souza, Jose
jose.souza at intel.com
Wed Mar 4 23:38:50 UTC 2020
On Tue, 2020-03-03 at 09:20 +0000, Chris Wilson wrote:
> Update locations for
>
> ./drivers/gpu/drm/i915/i915_vma.h:1: warning: 'Virtual Memory
> Address' not found
> ./drivers/gpu/drm/i915/i915_gem_gtt.c:1: warning: 'Global GTT views'
> not found
Reviewed-by: José Roberto de Souza <jose.souza at intel.com>
>
> Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> ---
> Documentation/gpu/i915.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/gpu/i915.rst b/Documentation/gpu/i915.rst
> index cc74e24ca3b5..f6d363b6756e 100644
> --- a/Documentation/gpu/i915.rst
> +++ b/Documentation/gpu/i915.rst
> @@ -332,7 +332,7 @@ This process is dubbed relocation.
> GEM BO Management Implementation Details
> ----------------------------------------
>
> -.. kernel-doc:: drivers/gpu/drm/i915/i915_vma.h
> +.. kernel-doc:: drivers/gpu/drm/i915/i915_vma_types.h
> :doc: Virtual Memory Address
>
> Buffer Object Eviction
> @@ -382,7 +382,7 @@ Logical Rings, Logical Ring Contexts and
> Execlists
> Global GTT views
> ----------------
>
> -.. kernel-doc:: drivers/gpu/drm/i915/i915_gem_gtt.c
> +.. kernel-doc:: drivers/gpu/drm/i915/i915_vma_types.h
> :doc: Global GTT views
>
> .. kernel-doc:: drivers/gpu/drm/i915/i915_gem_gtt.c
More information about the Intel-gfx
mailing list