commit | 842cde05840e9203d13383d30cc479f44f4ab599 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed Nov 08 21:02:31 2017 +0100 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Dec 06 12:47:19 2017 -0500 |
tree | 017ea4357f3539fbf173dc684091e897b2675eb8 | |
parent | 36a0680aac137a9b956fb454d6bf642c9aae0be1 [diff] |
drm/ttm: user reservation object wrappers v2 Consistently use the reservation object wrappers instead of accessing the ww_mutex directly. Additional to that use the reservation object wrappers directly instead of calling __ttm_bo_reserve with fixed parameters. v2: fix typo Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>