Home
last modified time | relevance | path

Searched refs:get_mc_fb_offset (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfxhub.h28 u64 (*get_mc_fb_offset)(struct amdgpu_device *adev); member
H A Damdgpu_mmhub.h53 u64 (*get_mc_fb_offset)(struct amdgpu_device *adev); member
H A Dgfxhub_v3_0_3.c495 .get_mc_fb_offset = gfxhub_v3_0_3_get_mc_fb_offset,
H A Dgfxhub_v2_0.c482 .get_mc_fb_offset = gfxhub_v2_0_get_mc_fb_offset,
H A Dgfxhub_v11_5_0.c510 .get_mc_fb_offset = gfxhub_v11_5_0_get_mc_fb_offset,
H A Dgfxhub_v3_0.c507 .get_mc_fb_offset = gfxhub_v3_0_get_mc_fb_offset,
H A Dgfxhub_v12_0.c515 .get_mc_fb_offset = gfxhub_v12_0_get_mc_fb_offset,
H A Dmmhub_v3_0_2.c564 .get_mc_fb_offset = mmhub_v3_0_2_get_mc_fb_offset,
H A Dmmhub_v3_0_1.c591 .get_mc_fb_offset = mmhub_v3_0_1_get_mc_fb_offset,
H A Dmmhub_v3_0.c658 .get_mc_fb_offset = mmhub_v3_0_get_mc_fb_offset,
H A Dmmhub_v4_1_0.c641 .get_mc_fb_offset = mmhub_v4_1_0_get_mc_fb_offset,
H A Dgmc_v9_0.c1659 adev->vm_manager.vram_base_offset = adev->gfxhub.funcs->get_mc_fb_offset(adev); in gmc_v9_0_vram_gtt_location()
1716 adev->gfxhub.funcs->get_mc_fb_offset(adev) + in gmc_v9_0_mc_init()
H A Dmmhub_v4_2_0.c880 .get_mc_fb_offset = mmhub_v4_2_0_get_mc_fb_offset,
H A Damdgpu_device.c5288 adev->vm_manager.vram_base_offset = adev->gfxhub.funcs->get_mc_fb_offset(adev);