[PATCH v3] misc: sram: Add DMA-BUF Heap exporting of SRAM areas

Greg Kroah-Hartman gregkh at linuxfoundation.org
Thu Jul 13 19:27:07 UTC 2023


On Thu, Jul 13, 2023 at 02:13:16PM -0500, Andrew Davis wrote:
> +int sram_add_dma_heap(struct sram_dev *sram,
> +		      struct sram_reserve *block,
> +		      phys_addr_t start,
> +		      struct sram_partition *part)
> +{
> +	struct sram_dma_heap *sram_dma_heap;
> +	struct dma_heap_export_info exp_info;
> +
> +	dev_info(sram->dev, "Exporting SRAM Heap '%s'\n", block->label);

When drivers are working properly, they are quiet.

thanks,

greg k-h


More information about the dri-devel mailing list