Changes between Version 47 and Version 48 of kernel_syscalls
- Timestamp:
- Nov 1, 2015, 12:01:41 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_syscalls
v47 v48 207 207 It returns SYCALL_CHANNEL_NON_ALLOCATED if the CMA channel was not allocated. 208 208 209 === 6) int _sys_fbf_cma_init_buf'''( unsigned int index , void* buf_vaddr , void* sts_vaddr ) ===209 === 6) int '''_sys_fbf_cma_init_buf'''( unsigned int index , void* buf_vaddr , void* sts_vaddr ) === 210 210 This function register an user buffer and a buffer status in the the CHBUF descriptor associated to the 211 211 frame buffer. The <index> argument is the buffer index in the CHBUF. The <buf_vaddr> and <sts_vaddr> arguments are the pointers on the user buffer and status. Both the user buffer and the user status must be 64 bytes aligned.