Commit db7f516b authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed width and length of transfer

parent fe2e4881
...@@ -801,8 +801,8 @@ static int videomem_open(struct inode *inode, struct file *filp) ...@@ -801,8 +801,8 @@ static int videomem_open(struct inode *inode, struct file *filp)
(privData->phys_addr)>>3, (privData->phys_addr)>>3,
(privData->buf_size)>>3, (privData->buf_size)>>3,
0, // start offset? 0, // start offset?
width_bursts*height_marg, (width_marg*height_marg)>>3,
width_bursts (width_marg)>>3
); );
s1 = get_x393_membridge_scanline_status_cntrl(); s1 = get_x393_membridge_scanline_status_cntrl();
......
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