Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
linux-next
Commits
a54f25f1
Commit
a54f25f1
authored
Sep 20, 2021
by
Dorota Czaplejewicz
Browse files
More data
parent
c76a81e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
drivers/staging/media/imx/imx7-media-csi.c
View file @
a54f25f1
...
...
@@ -371,7 +371,7 @@ static int imx7_csi_dma_setup(struct imx7_csi *csi)
struct
imx_media_video_dev
*
vdev
=
csi
->
vdev
;
int
ret
;
v4l2_warn
(
&
csi
->
sd
,
"buffer aloc size %d
"
,
vdev
->
fmt
.
sizeimage
);
v4l2_warn
(
&
csi
->
sd
,
"buffer aloc size %d
x%d = %d"
,
vdev
->
fmt
.
width
,
vdev
->
fmt
.
height
,
vdev
->
fmt
.
sizeimage
);
ret
=
imx_media_alloc_dma_buf
(
csi
->
dev
,
&
csi
->
underrun_buf
,
vdev
->
fmt
.
sizeimage
);
if
(
ret
<
0
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment