commit | 967c650d4973dd87355c8540a18e6fa58844e547 | [log] [tgz] |
---|---|---|
author | Junwei Zhang <Jerry.Zhang@amd.com> | Fri May 11 10:54:40 2018 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue May 15 13:44:23 2018 -0500 |
tree | 296d29590a533bf5866285eaa7dd4b813fef3936 | |
parent | 9164e8b7b32edeea75bf713a61f8bd1701b9a61b [diff] |
drm/ttm: remove priority hard code when initializing ttm bo Then priority could be set before initialization. By default, it requires to kzalloc ttm bo. In fact, we always do so. Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com> Reviewed-by: David Zhou <david1.zhou@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>