Home
last modified time | relevance | path

Searched refs:get_fb_location (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfxhub.h27 u64 (*get_fb_location)(struct amdgpu_device *adev); member
Damdgpu_mmhub.h30 u64 (*get_fb_location)(struct amdgpu_device *adev); member
Dgfxhub_v2_0.c477 .get_fb_location = gfxhub_v2_0_get_fb_location,
Dgfxhub_v2_1.c536 .get_fb_location = gfxhub_v2_1_get_fb_location,
Dmmhub_v1_0.c783 .get_fb_location = mmhub_v1_0_get_fb_location,
Dgmc_v10_0.c694 base = adev->gfxhub.funcs->get_fb_location(adev); in gmc_v10_0_vram_gtt_location()
Dgmc_v9_0.c1238 base = adev->mmhub.funcs->get_fb_location(adev); in gmc_v9_0_vram_gtt_location()
Dmmhub_v9_4.c1659 .get_fb_location = mmhub_v9_4_get_fb_location,