Re: [PATCH 1/3] drm/amdgpu: recreate retired page's bo if vram get lost in gpu reset

2019-09-30 Thread Christian König
Subject: Re: [PATCH 1/3] drm/amdgpu: recreate retired page's bo if vram get lost in gpu reset Am 30.09.19 um 05:19 schrieb Zhou1, Tao: the info of retired page's bo may be lost if vram lost is encountered in gpu reset (gpu page table in vram may be lost), force to recreate all bos v2: simplify NULL

RE: [PATCH 1/3] drm/amdgpu: recreate retired page's bo if vram get lost in gpu reset

2019-09-30 Thread Zhou1, Tao
; Chen, Guchun > ; Zhang, Hawking > Subject: Re: [PATCH 1/3] drm/amdgpu: recreate retired page's bo if vram get > lost in gpu reset > > Am 30.09.19 um 05:19 schrieb Zhou1, Tao: > > the info of retired page's bo may be lost if vram lost is encountered > > in gpu reset (

Re: [PATCH 1/3] drm/amdgpu: recreate retired page's bo if vram get lost in gpu reset

2019-09-30 Thread Christian König
Am 30.09.19 um 05:19 schrieb Zhou1, Tao: the info of retired page's bo may be lost if vram lost is encountered in gpu reset (gpu page table in vram may be lost), force to recreate all bos v2: simplify NULL pointer check add more comments Repeating on the v2 of the patch set, this is