drm/ttm: add ttm_set_memory header (v2)
authorHuang Rui <ray.huang@amd.com>
Thu, 26 Jul 2018 08:32:08 +0000 (16:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Jul 2018 19:59:52 +0000 (14:59 -0500)
commit2ac305b7c8d7f93a6ef0018391e9865ea4ac0d65
tree660a640244b629334f300c8f36be83bc177624ad
parentf1e582ebfd703ea01dc4caf4d339b7c84ec3ff29
drm/ttm: add ttm_set_memory header (v2)

This patch moves all non-x86 abstraction to the ttm_set_memory header.
It is to make function calling more clearly.

(v2): add ttm_ prefix.

Suggested-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Bas Nieuwenhuizen <basni@chromium.org>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
include/drm/ttm/ttm_set_memory.h [new file with mode: 0644]