xref: /openbmc/linux/drivers/gpu/drm/amd/amdgpu/si_dma.h (revision a1255107)
130d1574fSKen Wang /*
230d1574fSKen Wang  * Copyright 2015 Advanced Micro Devices, Inc.
330d1574fSKen Wang  *
430d1574fSKen Wang  * Permission is hereby granted, free of charge, to any person obtaining a
530d1574fSKen Wang  * copy of this software and associated documentation files (the "Software"),
630d1574fSKen Wang  * to deal in the Software without restriction, including without limitation
730d1574fSKen Wang  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
830d1574fSKen Wang  * and/or sell copies of the Software, and to permit persons to whom the
930d1574fSKen Wang  * Software is furnished to do so, subject to the following conditions:
1030d1574fSKen Wang  *
1130d1574fSKen Wang  * The above copyright notice and this permission notice shall be included in
1230d1574fSKen Wang  * all copies or substantial portions of the Software.
1330d1574fSKen Wang  *
1430d1574fSKen Wang  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1530d1574fSKen Wang  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1630d1574fSKen Wang  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
1730d1574fSKen Wang  * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
1830d1574fSKen Wang  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1930d1574fSKen Wang  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
2030d1574fSKen Wang  * OTHER DEALINGS IN THE SOFTWARE.
2130d1574fSKen Wang  *
2230d1574fSKen Wang  */
2330d1574fSKen Wang 
2430d1574fSKen Wang #ifndef __SI_DMA_H__
2530d1574fSKen Wang #define __SI_DMA_H__
2630d1574fSKen Wang 
27a1255107SAlex Deucher extern const struct amdgpu_ip_block_version si_dma_ip_block;
2830d1574fSKen Wang 
2930d1574fSKen Wang #endif
30