soc15.c (1e3944578b749449bd7fa6bf0bae4c3d3f5f1733) soc15.c (994470b252dcc0a430da866a17753b5ca3f5cd34)
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

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

701
702static void soc15_enable_doorbell_aperture(struct amdgpu_device *adev,
703 bool enable)
704{
705 adev->nbio.funcs->enable_doorbell_aperture(adev, enable);
706 adev->nbio.funcs->enable_doorbell_selfring_aperture(adev, enable);
707}
708
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

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

701
702static void soc15_enable_doorbell_aperture(struct amdgpu_device *adev,
703 bool enable)
704{
705 adev->nbio.funcs->enable_doorbell_aperture(adev, enable);
706 adev->nbio.funcs->enable_doorbell_selfring_aperture(adev, enable);
707}
708
709static const struct amdgpu_ip_block_version vega10_common_ip_block =
709const struct amdgpu_ip_block_version vega10_common_ip_block =
710{
711 .type = AMD_IP_BLOCK_TYPE_COMMON,
712 .major = 2,
713 .minor = 0,
714 .rev = 0,
715 .funcs = &soc15_common_ip_funcs,
716};
717

--- 949 unchanged lines hidden ---
710{
711 .type = AMD_IP_BLOCK_TYPE_COMMON,
712 .major = 2,
713 .minor = 0,
714 .rev = 0,
715 .funcs = &soc15_common_ip_funcs,
716};
717

--- 949 unchanged lines hidden ---