Commit 1e52b54b authored by Philipp Gerlesberger's avatar Philipp Gerlesberger Committed by Mauro Carvalho Chehab
parent 6cef8028
...@@ -282,7 +282,8 @@ void ia_css_rmgr_acq_vbuf(struct ia_css_rmgr_vbuf_pool *pool, ...@@ -282,7 +282,8 @@ void ia_css_rmgr_acq_vbuf(struct ia_css_rmgr_vbuf_pool *pool,
} }
if ((*handle)->vptr == 0x0) { if ((*handle)->vptr == 0x0) {
/* we need to allocate */ /* we need to allocate */
(*handle)->vptr = hmm_alloc((*handle)->size, HMM_BO_PRIVATE, 0, NULL, 0); (*handle)->vptr = hmm_alloc((*handle)->size,
HMM_BO_PRIVATE, 0, NULL, 0);
} else { } else {
/* we popped a buffer */ /* we popped a buffer */
return; return;
......
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