Re: [Patch v3] drm/amdgpu: add vram check function for GMC

2022-01-16 Thread Huang Rui
On Fri, Jan 14, 2022 at 05:23:38PM +0800, Du, Xiaojian wrote: > This will add vram check function for GMC block. > It will write pattern data to the vram and then read back from the vram, > so that to verify the work status of vram. > This patch will cover gmc v6/7/8/9/10. > > Signed-off-by: Xiao

Re: [Patch v3] drm/amdgpu: add vram check function for GMC

2022-01-14 Thread Alex Deucher
On Fri, Jan 14, 2022 at 4:24 AM Xiaojian Du wrote: > > This will add vram check function for GMC block. > It will write pattern data to the vram and then read back from the vram, > so that to verify the work status of vram. > This patch will cover gmc v6/7/8/9/10. > > Signed-off-by: Xiaojian Du