Re: [PATCH 01/13] ttm: abstruct evictable bo

2018-05-09 Thread Alex Deucher
On Wed, May 9, 2018 at 6:06 AM, zhoucm1 wrote: > > > On 2018年05月09日 17:50, Daniel Vetter wrote: >> >> On Wed, May 09, 2018 at 10:34:51AM +0200, Lucas Stach wrote: >>> >>> All of those changes are including a Change-Id that has no bearing in >>> upstream patches and are missing a proper commit desc

Re: [PATCH 01/13] ttm: abstruct evictable bo

2018-05-09 Thread zhoucm1
On 2018年05月09日 17:50, Daniel Vetter wrote: On Wed, May 09, 2018 at 10:34:51AM +0200, Lucas Stach wrote: All of those changes are including a Change-Id that has no bearing in upstream patches and are missing a proper commit description explaining why a specific change is done. Imo the Change-I

Re: [PATCH 01/13] ttm: abstruct evictable bo

2018-05-09 Thread Daniel Vetter
On Wed, May 09, 2018 at 10:34:51AM +0200, Lucas Stach wrote: > All of those changes are including a Change-Id that has no bearing in > upstream patches and are missing a proper commit description explaining > why a specific change is done. Imo the Change-Id: is ok if it makes people happy wrt inte

Re: [PATCH 01/13] ttm: abstruct evictable bo

2018-05-09 Thread Lucas Stach
All of those changes are including a Change-Id that has no bearing in upstream patches and are missing a proper commit description explaining why a specific change is done. Regards, Lucas Am Mittwoch, den 09.05.2018, 14:45 +0800 schrieb Chunming Zhou: > Change-Id: Ie81985282fab1e564fc2948109fae21

[PATCH 01/13] ttm: abstruct evictable bo

2018-05-08 Thread Chunming Zhou
Change-Id: Ie81985282fab1e564fc2948109fae2173613b465 Signed-off-by: Chunming Zhou --- drivers/gpu/drm/ttm/ttm_bo.c | 35 --- 1 file changed, 24 insertions(+), 11 deletions(-) diff --git a/drivers/gpu/drm/ttm/ttm_bo.c b/drivers/gpu/drm/ttm/ttm_bo.c index 98e06f8bf2