[PATCH 1/2] drm/amdgpu: unity mc base address for arcturus
Deng, Emily
Emily.Deng at amd.com
Wed Aug 21 10:13:13 UTC 2019
Series
Reviewed-by: Emily Deng <Emily.Deng at amd.com>
>-----Original Message-----
>From: amd-gfx <amd-gfx-bounces at lists.freedesktop.org> On Behalf Of
>Frank.Min
>Sent: Wednesday, August 21, 2019 6:01 PM
>To: amd-gfx at lists.freedesktop.org
>Cc: Min, Frank <Frank.Min at amd.com>
>Subject: [PATCH 1/2] drm/amdgpu: unity mc base address for arcturus
>
>arcturus for sriov would use the unified mc base address
>
>Change-Id: I3f10f88877aa38145a259b88c11a6aa2329f3fe2
>---
> drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
>diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
>b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
>index 6de1726..683f47d 100644
>--- a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
>+++ b/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c
>@@ -920,12 +920,12 @@ static void gmc_v9_0_vram_gtt_location(struct
>amdgpu_device *adev,
> struct amdgpu_gmc *mc)
> {
> u64 base = 0;
>- if (!amdgpu_sriov_vf(adev)) {
>- if (adev->asic_type == CHIP_ARCTURUS)
>- base = mmhub_v9_4_get_fb_location(adev);
>- else
>- base = mmhub_v1_0_get_fb_location(adev);
>- }
>+
>+ if (adev->asic_type == CHIP_ARCTURUS)
>+ base = mmhub_v9_4_get_fb_location(adev);
>+ else if (!amdgpu_sriov_vf(adev))
>+ base = mmhub_v1_0_get_fb_location(adev);
>+
> /* add the xgmi offset of the physical node */
> base += adev->gmc.xgmi.physical_node_id * adev-
>>gmc.xgmi.node_segment_size;
> amdgpu_gmc_vram_location(adev, mc, base);
>--
>2.7.4
>
>_______________________________________________
>amd-gfx mailing list
>amd-gfx at lists.freedesktop.org
>https://lists.freedesktop.org/mailman/listinfo/amd-gfx
More information about the amd-gfx
mailing list