Searched refs:get_fb_location (Results 1 – 16 of 16) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gfxhub.h | 27 u64 (*get_fb_location)(struct amdgpu_device *adev); member
|
H A D | amdgpu_mmhub.h | 52 u64 (*get_fb_location)(struct amdgpu_device *adev); member
|
H A D | gfxhub_v2_0.c | 478 .get_fb_location = gfxhub_v2_0_get_fb_location,
|
H A D | gfxhub_v3_0_3.c | 495 .get_fb_location = gfxhub_v3_0_3_get_fb_location,
|
H A D | gfxhub_v3_0.c | 507 .get_fb_location = gfxhub_v3_0_get_fb_location,
|
H A D | mmhub_v3_0_2.c | 563 .get_fb_location = mmhub_v3_0_2_get_fb_location,
|
H A D | mmhub_v3_0_1.c | 583 .get_fb_location = mmhub_v3_0_1_get_fb_location,
|
H A D | mmhub_v3_0.c | 657 .get_fb_location = mmhub_v3_0_get_fb_location,
|
H A D | mmhub_v1_0.c | 792 .get_fb_location = mmhub_v1_0_get_fb_location,
|
H A D | gmc_v11_0.c | 680 base = adev->mmhub.funcs->get_fb_location(adev); in gmc_v11_0_vram_gtt_location()
|
H A D | gfxhub_v2_1.c | 689 .get_fb_location = gfxhub_v2_1_get_fb_location,
|
H A D | mmhub_v1_8.c | 562 .get_fb_location = mmhub_v1_8_get_fb_location,
|
H A D | gmc_v10_0.c | 774 base = adev->gfxhub.funcs->get_fb_location(adev); in gmc_v10_0_vram_gtt_location()
|
H A D | mmhub_v1_7.c | 1338 .get_fb_location = mmhub_v1_7_get_fb_location,
|
H A D | mmhub_v9_4.c | 1679 .get_fb_location = mmhub_v9_4_get_fb_location,
|
H A D | gmc_v9_0.c | 1670 u64 base = adev->mmhub.funcs->get_fb_location(adev); in gmc_v9_0_vram_gtt_location()
|