Re: [PATCH 4/5] drm/amdgpu: Support snooped PTE flag

2019-08-09 Thread Koenig, Christian
Am 09.08.19 um 16:24 schrieb Zeng, Oak: > > Regards, > Oak > > -Original Message- > From: Koenig, Christian > Sent: Friday, August 9, 2019 8:31 AM > To: Zeng, Oak ; amd-gfx@lists.freedesktop.org > Cc: Kuehling, Felix ; Keely, Sean > Subject: Re: [PATCH 4/

RE: [PATCH 4/5] drm/amdgpu: Support snooped PTE flag

2019-08-09 Thread Zeng, Oak
Regards, Oak -Original Message- From: Koenig, Christian Sent: Friday, August 9, 2019 8:31 AM To: Zeng, Oak ; amd-gfx@lists.freedesktop.org Cc: Kuehling, Felix ; Keely, Sean Subject: Re: [PATCH 4/5] drm/amdgpu: Support snooped PTE flag Am 09.08.19 um 04:15 schrieb Zeng, Oak: >

Re: [PATCH 4/5] drm/amdgpu: Support snooped PTE flag

2019-08-09 Thread Koenig, Christian
Am 09.08.19 um 04:15 schrieb Zeng, Oak: > Set snooped PTE flag according to mapping flag. Write request to a > page with snooped bit set, will send out invalidate probe request > to TCC of the remote GPU where the vram page resides. > > Change-Id: I799f68ec7a5a1abf32075f5ef31051641a0b3736 >

[PATCH 4/5] drm/amdgpu: Support snooped PTE flag

2019-08-08 Thread Zeng, Oak
Set snooped PTE flag according to mapping flag. Write request to a page with snooped bit set, will send out invalidate probe request to TCC of the remote GPU where the vram page resides. Change-Id: I799f68ec7a5a1abf32075f5ef31051641a0b3736 Signed-off-by: Oak Zeng ---

[PATCH 4/5] drm/amdgpu: Support snooped PTE flag

2019-08-06 Thread Zeng, Oak
Set snooped PTE flag according to mapping flag Change-Id: I799f68ec7a5a1abf32075f5ef31051641a0b3736 Signed-off-by: Oak Zeng --- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c