Searched refs:get_fb_location (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_gfxhub.h | 27 u64 (*get_fb_location)(struct amdgpu_device *adev); member
|
A D | amdgpu_mmhub.h | 29 u64 (*get_fb_location)(struct amdgpu_device *adev); member
|
A D | gfxhub_v2_0.c | 477 .get_fb_location = gfxhub_v2_0_get_fb_location,
|
A D | gfxhub_v3_0_3.c | 495 .get_fb_location = gfxhub_v3_0_3_get_fb_location,
|
A D | gfxhub_v3_0.c | 529 .get_fb_location = gfxhub_v3_0_get_fb_location,
|
A D | mmhub_v3_0_2.c | 563 .get_fb_location = mmhub_v3_0_2_get_fb_location,
|
A D | mmhub_v3_0_1.c | 583 .get_fb_location = mmhub_v3_0_1_get_fb_location,
|
A D | mmhub_v3_0.c | 654 .get_fb_location = mmhub_v3_0_get_fb_location,
|
A D | mmhub_v1_0.c | 790 .get_fb_location = mmhub_v1_0_get_fb_location,
|
A D | gfxhub_v2_1.c | 688 .get_fb_location = gfxhub_v2_1_get_fb_location,
|
A D | gmc_v11_0.c | 672 base = adev->mmhub.funcs->get_fb_location(adev); in gmc_v11_0_vram_gtt_location()
|
A D | gmc_v10_0.c | 801 base = adev->gfxhub.funcs->get_fb_location(adev); in gmc_v10_0_vram_gtt_location()
|
A D | mmhub_v1_7.c | 1338 .get_fb_location = mmhub_v1_7_get_fb_location,
|
A D | gmc_v9_0.c | 1488 u64 base = adev->mmhub.funcs->get_fb_location(adev); in gmc_v9_0_vram_gtt_location()
|
A D | mmhub_v9_4.c | 1679 .get_fb_location = mmhub_v9_4_get_fb_location,
|
Completed in 24 milliseconds