soc15.h (c25141062a82ae8bddced1b3ce2b57a1c0efabe0) soc15.h (4522824c488e93755b10349cf6af0e967fb73186)
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

--- 19 unchanged lines hidden (view full) ---

28#include "nbio_v7_0.h"
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
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

--- 19 unchanged lines hidden (view full) ---

28#include "nbio_v7_0.h"
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
36int vega10_reg_base_init(struct amdgpu_device *adev);
37
36#endif
38#endif