diff options
author | 2017-04-04 14:15:29 +0200 | |
---|---|---|
committer | 2017-04-04 17:49:31 +0200 | |
commit | 2021d5b7d9f404bcb91301ececdf09a68b856ad7 (patch) | |
tree | 5e736d1f31a9a00ca71f87adb342bc98482dfb6d /drivers/gpu/drm/meson/meson_drv.c | |
parent | dt-bindings: Add bindings for the Amlogic Meson dw-hdmi extension (diff) | |
download | wireguard-linux-2021d5b7d9f404bcb91301ececdf09a68b856ad7.tar.xz wireguard-linux-2021d5b7d9f404bcb91301ececdf09a68b856ad7.zip |
drm/meson: Convert existing documentation to actual kerneldoc
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/gpu/drm/meson/meson_drv.c')
-rw-r--r-- | drivers/gpu/drm/meson/meson_drv.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/gpu/drm/meson/meson_drv.c b/drivers/gpu/drm/meson/meson_drv.c index a2e9f561ac89..75382f5f0fce 100644 --- a/drivers/gpu/drm/meson/meson_drv.c +++ b/drivers/gpu/drm/meson/meson_drv.c @@ -52,13 +52,14 @@ #define DRIVER_NAME "meson" #define DRIVER_DESC "Amlogic Meson DRM driver" -/* - * Video Processing Unit +/** + * DOC: Video Processing Unit * * VPU Handles the Global Video Processing, it includes management of the * clocks gates, blocks reset lines and power domains. * * What is missing : + * * - Full reset of entire video processing HW blocks * - Scaling and setup of the VPU clock * - Bus clock gates |