29 Oct, 2020

1 commit

  • As reported by kernel-doc:
    ./drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c:1: warning: no structured comments found
    ./drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1: warning: no structured comments found

    Those files only contain

    /**
    * DOC:
    */

    markups, but they're included twice there: one to parse
    such markup, and another one to parse internal functions.

    In the case of amdgpu_xgmi.c, as it has just one such
    markup, we can simply include the file once, and let it
    parse the entire file without passing arguments to kernel-doc.

    This should place everything altogether.

    For amdgpu_ras.c, however, we need to remove the kernel-doc
    with just internal. This should be re-introduced if this
    file ever gets new non-DOC markups.

    Signed-off-by: Mauro Carvalho Chehab
    Link: https://lore.kernel.org/r/bd070923591ae54f9587e7407b6291ac116952b2.1603791716.git.mchehab+huawei@kernel.org
    Signed-off-by: Jonathan Corbet

    Mauro Carvalho Chehab
     

15 Oct, 2020

1 commit


23 Sep, 2020

1 commit


27 Aug, 2020

1 commit

  • Fix Documentation errors for amdgpu.rst due to file rename (moved
    to another subdirectory).

    Error: Cannot open file ../drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c
    WARNING: kernel-doc '../scripts/kernel-doc -rst -enable-lineno -function hwmon ../drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c' failed with return code 1

    Fixes: e098bc9612c2 ("drm/amd/pm: optimize the power related source code layout")
    Signed-off-by: Randy Dunlap
    Cc: Evan Quan
    Cc: Alex Deucher
    Reviewed-by: Evan Quan
    Signed-off-by: Alex Deucher

    Randy Dunlap
     

07 Aug, 2020

1 commit


18 Jun, 2020

1 commit


02 Apr, 2020

4 commits


07 Nov, 2019

1 commit


03 Oct, 2019

2 commits


06 Jun, 2019

1 commit

  • This file was renamed, but docs weren't updated accordingly.

    WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -function PRIME Buffer Sharing ./drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c' failed with return code 1
    WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -internal ./drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c' failed with return code 2

    Fixes: 2fbd6f94accdbb223a ("drm/amdgpu: rename amdgpu_prime.[ch] into amdgpu_dma_buf.[ch]")
    Reviewed-by: Christian König
    Signed-off-by: Mauro Carvalho Chehab
    Signed-off-by: Alex Deucher

    Mauro Carvalho Chehab
     

25 May, 2019

2 commits


06 Jul, 2018

2 commits


16 Jun, 2018

9 commits