1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/nouveau/nvkm/core
Lee Jones c6fd00a490 drm/nouveau/nvkm/core/firmware: Fix formatting, provide missing param description
... and demote non-conformant kernel-doc header.

Fixes the following W=1 kernel build warning(s):

 drivers/gpu/drm/nouveau/nvkm/core/firmware.c:71: warning: Function parameter or member 'subdev' not described in 'nvkm_firmware_get'
 drivers/gpu/drm/nouveau/nvkm/core/firmware.c:71: warning: Function parameter or member 'fwname' not described in 'nvkm_firmware_get'
 drivers/gpu/drm/nouveau/nvkm/core/firmware.c:71: warning: Function parameter or member 'ver' not described in 'nvkm_firmware_get'
 drivers/gpu/drm/nouveau/nvkm/core/firmware.c:71: warning: Function parameter or member 'fw' not described in 'nvkm_firmware_get'
 drivers/gpu/drm/nouveau/nvkm/core/firmware.c:106: warning: Function parameter or member 'fw' not described in 'nvkm_firmware_put'

Cc: Ben Skeggs <bskeggs@redhat.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: dri-devel@lists.freedesktop.org
Cc: nouveau@lists.freedesktop.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20201116174112.1833368-22-lee.jones@linaro.org
2020-11-17 20:02:03 +01:00
..
client.c drm/nouveau/mmu: define user interfaces to mmu memory allocation 2017-11-02 13:32:31 +10:00
engine.c drm/nouveau/core: ERR_PTR vs NULL bug in nvkm_engine_info() 2018-07-16 18:06:29 +10:00
enum.c drm/nouveau/sec: switch to subdev printk macros 2015-08-28 12:40:26 +10:00
event.c treewide: kzalloc() -> kcalloc() 2018-06-12 16:19:22 -07:00
firmware.c drm/nouveau/nvkm/core/firmware: Fix formatting, provide missing param description 2020-11-17 20:02:03 +01:00
gpuobj.c drm/nouveau/core/memory: add reference counting 2017-11-02 13:32:22 +10:00
ioctl.c drm/nouveau/mmu: define user interfaces to mmu memory allocation 2017-11-02 13:32:31 +10:00
Kbuild drm/nouveau: fix bogus GPL-2 license header 2019-07-19 16:26:51 +10:00
memory.c drm/nouveau/core/memory: remove redundant assignments to variable ret 2020-05-22 11:13:49 +10:00
mm.c drm/nouveau/core/mm: have users explicitly define heap identifiers 2017-11-02 13:32:22 +10:00
notify.c drm/nouveau/core: namespace + nvidia gpu names (no binary change) 2015-01-22 12:17:49 +10:00
object.c drm/nouveau/core/object: plumb the unmap ioctl through 2017-11-02 13:32:16 +10:00
oproxy.c drm/nouveau/core/object: plumb the unmap ioctl through 2017-11-02 13:32:16 +10:00
option.c drm/nouveau/pci: merge agp handling from nouveau drm 2015-08-28 12:40:49 +10:00
ramht.c treewide: Use struct_size() for vmalloc()-family 2018-06-06 11:15:43 -07:00
subdev.c drm/nouveau/core: add nvkm_subdev_new_() for bare subdevs 2020-05-22 11:13:48 +10:00