aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gart.h
AgeCommit message (Collapse)AuthorFilesLines
2017-08-24drm/amdgpu: move default gart size setting into gmc modulesAlex Deucher1-1/+0
Move the asic specific code into the IP modules. Reviewed-by: Felix Kuehling <[email protected]> Reviewed-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
2017-07-14drm/amdgpu: move GART struct and function into amdgpu_gart.h v2Christian König1-0/+77
No functional change, just cleanup. v2: rebased, keep gart name. Signed-off-by: Christian König <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]>