]> Git Repo - J-linux.git/blob - arch/mips/sibyte/common/dma.c
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / arch / mips / sibyte / common / dma.c
1 // SPDX-License-Identifier: GPL-2.0+
2 /*
3  *      DMA support for Broadcom SiByte platforms.
4  *
5  *      Copyright (c) 2018  Maciej W. Rozycki
6  */
7
8 #include <linux/swiotlb.h>
9 #include <asm/bootinfo.h>
10
11 void __init plat_swiotlb_setup(void)
12 {
13         swiotlb_init(true, SWIOTLB_VERBOSE);
14 }
This page took 0.032494 seconds and 4 git commands to generate.