Changes between Version 31 and Version 32 of kernel_syscalls
- Timestamp:
- Feb 9, 2015, 7:24:07 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
kernel_syscalls
v31 v32 100 100 101 101 === 2) int '''_sys_fbf_cma_start'''( void* vbase0, void* vbase1, unsigned int length ) === 102 This function initializes the CMA channel to start the transfer of a stream of images from an user chbuf (two buffers) to the frame buffer chbuf (one single buffer). The user buffers must be aligned on a word boundary. 102 This function initializes the CMA channel to start the transfer of a stream of images from an user chbuf (two buffers) to the frame buffer chbuf (one single buffer). The user buffers must be aligned on a word boundary. The CMA component is configured in IN_ORDER transfer mode (blocking when the expected source or destination buffer is not available). 103 103 * '''vbase0''' : virtual base address of the first user buffer. 104 104 * '''vbase1''' : virtual base address of the second user buffer.