Re: [PATCH] amdgpu: expose the AMDGPU_GEM_CREATE_VRAM_CLEARED flag

2016-07-21 Thread Alexandre Demers
Forget my question, I just saw your other patches. ;) Alexandre Demers On 2016-07-22 02:32, Alexandre Demers wrote: Hi Flora. I suppose this addition preceeds AMDGPU_GEM_CREATE_VRAM_CLEARED's usage that will be introduced in upcoming patches? Could you fix the commit message VARM -> VRAM? W

Re: [PATCH] amdgpu: expose the AMDGPU_GEM_CREATE_VRAM_CLEARED flag

2016-07-21 Thread Alexandre Demers
Hi Flora. I suppose this addition preceeds AMDGPU_GEM_CREATE_VRAM_CLEARED's usage that will be introduced in upcoming patches? Could you fix the commit message VARM -> VRAM? With that fixed, you can add my Reviewed-by: Alexandre Demers Alexandre Demers On 2016-07-22 00:02, Flora Cui wrote

[PATCH] amdgpu: expose the AMDGPU_GEM_CREATE_VRAM_CLEARED flag

2016-07-21 Thread Flora Cui
With this flag specified, VARM buffer will be cleared at allocation time. Change-Id: Ic587ed7e524a3bfc3862a57b42aa95ff458fe880 Signed-off-by: Flora Cui --- include/drm/amdgpu_drm.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h index fbd