Re: [PATCH 1/4] drm/amdgpu: Add flag to wipe VRAM on release

2019-07-21 Thread Christian König
Am 20.07.19 um 00:02 schrieb Kuehling, Felix: This memory allocation flag will be used to indicate BOs containing sensitive data that should not be leaked to other processes. Just a nit pick, but I would reorder the series and make patch #3 the first and #2 the last one. Just to have a clean

[PATCH 1/4] drm/amdgpu: Add flag to wipe VRAM on release

2019-07-19 Thread Kuehling, Felix
This memory allocation flag will be used to indicate BOs containing sensitive data that should not be leaked to other processes. Signed-off-by: Felix Kuehling --- include/uapi/drm/amdgpu_drm.h | 4 1 file changed, 4 insertions(+) diff --git a/include/uapi/drm/amdgpu_drm.h b/include/uapi/dr