soc15.h (d68c51e0b377838dd31b37707813bb62089f399c) | soc15.h (aecbe64f2b926c7422ce6f0c4d18b7f7dc4a9677) |
---|---|
1/* 2 * Copyright 2016 Advanced Micro Devices, Inc. 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 * and/or sell copies of the Software, and to permit persons to whom the --- 11 unchanged lines hidden (view full) --- 20 * OTHER DEALINGS IN THE SOFTWARE. 21 * 22 */ 23 24#ifndef __SOC15_H__ 25#define __SOC15_H__ 26 27#include "nbio_v6_1.h" | 1/* 2 * Copyright 2016 Advanced Micro Devices, Inc. 3 * 4 * Permission is hereby granted, free of charge, to any person obtaining a 5 * copy of this software and associated documentation files (the "Software"), 6 * to deal in the Software without restriction, including without limitation 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 8 * and/or sell copies of the Software, and to permit persons to whom the --- 11 unchanged lines hidden (view full) --- 20 * OTHER DEALINGS IN THE SOFTWARE. 21 * 22 */ 23 24#ifndef __SOC15_H__ 25#define __SOC15_H__ 26 27#include "nbio_v6_1.h" |
28#include "nbio_v7_0.h" |
|
28 29extern const struct amd_ip_funcs soc15_common_ip_funcs; 30 31void soc15_grbm_select(struct amdgpu_device *adev, 32 u32 me, u32 pipe, u32 queue, u32 vmid); 33int soc15_set_ip_blocks(struct amdgpu_device *adev); 34 35#endif | 29 30extern const struct amd_ip_funcs soc15_common_ip_funcs; 31 32void soc15_grbm_select(struct amdgpu_device *adev, 33 u32 me, u32 pipe, u32 queue, u32 vmid); 34int soc15_set_ip_blocks(struct amdgpu_device *adev); 35 36#endif |