drm/ttm: move the page_alignment into the BO v2
authorChristian König <christian.koenig@amd.com>
Fri, 5 Feb 2021 15:17:07 +0000 (16:17 +0100)
committerChristian König <christian.koenig@amd.com>
Fri, 23 Apr 2021 14:23:02 +0000 (16:23 +0200)
commitc777dc9e793342ecdfc95045d2127a3ea32791a0
tree19374d31192d8143db67d3576dd389974f6dd306
parent65747ded86b4608387d5618d14f0fe9dc88e17ea
drm/ttm: move the page_alignment into the BO v2

The alignment is a constant property and shouldn't change.

v2: move documentation as well as suggested by Matthew.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210413135248.1266-4-christian.koenig@amd.com
drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c
drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c
drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c
drivers/gpu/drm/radeon/radeon_object.h
drivers/gpu/drm/ttm/ttm_bo.c
drivers/gpu/drm/ttm/ttm_range_manager.c
drivers/gpu/drm/vmwgfx/vmwgfx_thp.c
include/drm/ttm/ttm_bo_api.h
include/drm/ttm/ttm_resource.h