Commit 98156359 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

media: mtk-vpu: add description for wdt fields at struct mtk_vpu

Fix those warnings:
  drivers/media/platform/mtk-vpu/mtk_vpu.c:223: warning: No description found for parameter 'wdt'
  drivers/media/platform/mtk-vpu/mtk_vpu.c:223: warning: No description found for parameter 'wdt_refcnt'
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent d714a755
...@@ -181,6 +181,7 @@ struct share_obj { ...@@ -181,6 +181,7 @@ struct share_obj {
* @extmem: VPU extended memory information * @extmem: VPU extended memory information
* @reg: VPU TCM and configuration registers * @reg: VPU TCM and configuration registers
* @run: VPU initialization status * @run: VPU initialization status
* @wdt: VPU watchdog workqueue
* @ipi_desc: VPU IPI descriptor * @ipi_desc: VPU IPI descriptor
* @recv_buf: VPU DTCM share buffer for receiving. The * @recv_buf: VPU DTCM share buffer for receiving. The
* receive buffer is only accessed in interrupt context. * receive buffer is only accessed in interrupt context.
...@@ -194,7 +195,7 @@ struct share_obj { ...@@ -194,7 +195,7 @@ struct share_obj {
* suppose a client is using VPU to decode VP8. * suppose a client is using VPU to decode VP8.
* If the other client wants to encode VP8, * If the other client wants to encode VP8,
* it has to wait until VP8 decode completes. * it has to wait until VP8 decode completes.
* @wdt_refcnt WDT reference count to make sure the watchdog can be * @wdt_refcnt: WDT reference count to make sure the watchdog can be
* disabled if no other client is using VPU service * disabled if no other client is using VPU service
* @ack_wq: The wait queue for each codec and mdp. When sleeping * @ack_wq: The wait queue for each codec and mdp. When sleeping
* processes wake up, they will check the condition * processes wake up, they will check the condition
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment