Skip to content

Commit

Permalink
media: staging: ipu3-imgu: Document pages field
Browse files Browse the repository at this point in the history
The pages field in struct imgu_css_map was missing. Document it.

Reported-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
Sakari Ailus authored and Mauro Carvalho Chehab committed Jun 2, 2021
1 parent c19b93a commit cef944c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/media/ipu3/ipu3-css-pool.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ struct imgu_device;
* @size: size of the buffer in bytes.
* @vaddr: kernel virtual address.
* @daddr: iova dma address to access IPU3.
* @pages: pages mapped to this buffer
*/
struct imgu_css_map {
size_t size;
Expand Down

0 comments on commit cef944c

Please sign in to comment.