[PATCH 2/4] drm/ttm: zero allocation only for CPU domain

2016-01-06 Thread zhoucm1
Thanks for reply, this patch is mainly for performance reason. since TTM is to clear page for all non-fixed memory (GTT and CPU domains), which takes much more CPU overhead. The patch is to remove 'clear page' for GTT domain. btw: Micheal has rejected this patch. Regards, David Zhou (Chunming)

[PATCH 2/4] drm/ttm: zero allocation only for CPU domain

2016-01-05 Thread Lucas Stach
Hi David, why is this patch 2/4 if it's just a single patch? Am Dienstag, den 05.01.2016, 11:55 +0800 schrieb david1.zhou at amd.com: > From: Chunming Zhou > > Change-Id: I653d61e32faaa11c39bb978bf90301513a0c35b8 This change-id is just pure noise when you submit something upstream. Please

[PATCH 2/4] drm/ttm: zero allocation only for CPU domain

2016-01-05 Thread david1.z...@amd.com
From: Chunming Zhou Change-Id: I653d61e32faaa11c39bb978bf90301513a0c35b8 Signed-off-by: Chunming Zhou --- drivers/gpu/drm/ttm/ttm_bo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c index 745e996..0633b65