lkml.org 
[lkml]   [2019]   [Aug]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.2 29/59] drm/amdkfd: Fix byte align on VegaM
    Date
    From: Kent Russell <kent.russell@amd.com>

    [ Upstream commit d65848657c3da5c0d4b685f823d0230f151ab34e ]

    This was missed during the addition of VegaM support

    Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
    Signed-off-by: Kent Russell <kent.russell@amd.com>
    Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 3 ++-
    1 file changed, 2 insertions(+), 1 deletion(-)

    diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
    index 4b192e0ce92f4..ed7977d0dd018 100644
    --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
    +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c
    @@ -1148,7 +1148,8 @@ int amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu(
    adev->asic_type != CHIP_FIJI &&
    adev->asic_type != CHIP_POLARIS10 &&
    adev->asic_type != CHIP_POLARIS11 &&
    - adev->asic_type != CHIP_POLARIS12) ?
    + adev->asic_type != CHIP_POLARIS12 &&
    + adev->asic_type != CHIP_VEGAM) ?
    VI_BO_SIZE_ALIGN : 1;

    mapping_flags = AMDGPU_VM_PAGE_READABLE;
    --
    2.20.1
    \
     
     \ /
      Last update: 2019-08-06 23:56    [W:4.172 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site