RE: [PATCH] drm/amdkfd: Fix byte align on VegaM

2019-07-23 Thread Russell, Kent
That was my thought too. I'll do that as a future patch. Kent From: Kuehling, Felix Sent: Tuesday, July 23, 2019 2:51 PM To: Russell, Kent ; Deucher, Alexander ; amd-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/amdkfd: Fix byte align on VegaM This was needed for VI chips before Fiji. I

Re: [PATCH] drm/amdkfd: Fix byte align on VegaM

2019-07-23 Thread Kuehling, Felix
) ) /|_| | /_/ \_\ |_| |_| |_/ |__/ \| facebook.com/AMD | amd.com From: amd-gfx on behalf of Russell, Kent Sent: Tuesday, July 23, 2019 11:18:52 AM To: Deucher, Alexander ; amd-gfx@lists.freedesktop.org Subject: RE: [PATCH] drm/amdkfd: Fix byte align on VegaM I’ll push this, I was just wondering if Felix

Re: [PATCH] drm/amdkfd: Fix byte align on VegaM

2019-07-23 Thread Deucher, Alexander
Reviewed-by: Alex Deucher From: amd-gfx on behalf of Russell, Kent Sent: Tuesday, July 23, 2019 10:22 AM To: amd-gfx@lists.freedesktop.org Cc: Russell, Kent Subject: [PATCH] drm/amdkfd: Fix byte align on VegaM This was missed during the addition of VegaM

[PATCH] drm/amdkfd: Fix byte align on VegaM

2019-07-23 Thread Russell, Kent
This was missed during the addition of VegaM support Change-Id: I61c8fbbea77338126e3ebdfa74c286b665bdd670 Signed-off-by: Kent Russell --- drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git