Changes between Version 3 and Version 4 of cma_driver
- Timestamp:
- Oct 8, 2014, 3:50:59 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cma_driver
v3 v4 6 6 7 7 It supports the SOCLIB ''vci_chbuf_dma'' component, that is a multi channels, chained buffer DMA controller. 8 This component can be used in conjonction with the SOCLIB ''vci_frame_buffer'' to display images, or with the SOCLIB ''vci_multi_nic controller'' to transfer both RX and TX packets between NICand memory buffers.8 This component can be used in conjonction with the SOCLIB ''vci_frame_buffer'' to display images, or with the SOCLIB ''vci_multi_nic'' controller to transfer RX or TX packets between NIC buffers and memory buffers. 9 9 10 The SEG_CMA_BASE address must be defined in the hard_config.h file 10 The SEG_CMA_BASE address must be defined in the hard_config.h file. 11 11 12 12 All accesses to CMA registers are done by the two _cma_set_register() and _cma_get_register() low-level functions, that are handling the extended physical addresses.