Commit 3976d8d8 authored by Kieran Bingham's avatar Kieran Bingham Committed by Mauro Carvalho Chehab

media: vsp1: Document vsp1_dl_body refcnt

In commit 2d9445db ("media: vsp1: Use reference counting for
bodies"), a new field was introduced to the vsp1_dl_body structure to
account for usage tracking of the body.

Document the newly added field in the kerneldoc.
Signed-off-by: default avatarKieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent d0dd962d
...@@ -43,6 +43,7 @@ struct vsp1_dl_entry { ...@@ -43,6 +43,7 @@ struct vsp1_dl_entry {
* struct vsp1_dl_body - Display list body * struct vsp1_dl_body - Display list body
* @list: entry in the display list list of bodies * @list: entry in the display list list of bodies
* @free: entry in the pool free body list * @free: entry in the pool free body list
* @refcnt: reference tracking for the body
* @pool: pool to which this body belongs * @pool: pool to which this body belongs
* @vsp1: the VSP1 device * @vsp1: the VSP1 device
* @entries: array of entries * @entries: array of entries
......
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