Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
db7f516b
Commit
db7f516b
authored
Jan 06, 2018
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed width and length of transfer
parent
fe2e4881
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
x393_videomem.c
src/drivers/elphel/x393_videomem.c
+2
-2
No files found.
src/drivers/elphel/x393_videomem.c
View file @
db7f516b
...
...
@@ -801,8 +801,8 @@ static int videomem_open(struct inode *inode, struct file *filp)
(
privData
->
phys_addr
)
>>
3
,
(
privData
->
buf_size
)
>>
3
,
0
,
// start offset?
width_bursts
*
height_marg
,
width_bursts
(
width_marg
*
height_marg
)
>>
3
,
(
width_marg
)
>>
3
);
s1
=
get_x393_membridge_scanline_status_cntrl
();
...
...
Write
Preview
Markdown
is supported
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