#include "amdgpu.h"
#include "gfxhub_v1_0.h"
#include "gfxhub_v1_1.h"
#include "gc/gc_9_0_offset.h"
#include "gc/gc_9_0_sh_mask.h"
#include "gc/gc_9_0_default.h"
#include "vega10_enum.h"
#include "soc15_common.h"
static u64 gfxhub_v1_0_get_mc_fb_offset(struct amdgpu_device *adev)
{ … }
static void gfxhub_v1_0_setup_vm_pt_regs(struct amdgpu_device *adev,
uint32_t vmid,
uint64_t page_table_base)
{ … }
static void gfxhub_v1_0_init_gart_aperture_regs(struct amdgpu_device *adev)
{ … }
static void gfxhub_v1_0_init_system_aperture_regs(struct amdgpu_device *adev)
{ … }
static void gfxhub_v1_0_init_tlb_regs(struct amdgpu_device *adev)
{ … }
static void gfxhub_v1_0_init_cache_regs(struct amdgpu_device *adev)
{ … }
static void gfxhub_v1_0_enable_system_domain(struct amdgpu_device *adev)
{ … }
static void gfxhub_v1_0_disable_identity_aperture(struct amdgpu_device *adev)
{ … }
static void gfxhub_v1_0_setup_vmid_config(struct amdgpu_device *adev)
{ … }
static void gfxhub_v1_0_program_invalidation(struct amdgpu_device *adev)
{ … }
static int gfxhub_v1_0_gart_enable(struct amdgpu_device *adev)
{ … }
static void gfxhub_v1_0_gart_disable(struct amdgpu_device *adev)
{ … }
static void gfxhub_v1_0_set_fault_enable_default(struct amdgpu_device *adev,
bool value)
{ … }
static void gfxhub_v1_0_init(struct amdgpu_device *adev)
{ … }
static bool gfxhub_v1_0_query_utcl2_poison_status(struct amdgpu_device *adev,
int xcc_id)
{ … }
const struct amdgpu_gfxhub_funcs gfxhub_v1_0_funcs = …;