]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: remove VRAM size reduction v2
authorChristian König <christian.koenig@amd.com>
Thu, 16 Nov 2017 18:36:10 +0000 (19:36 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 6 Dec 2017 17:47:58 +0000 (12:47 -0500)
commitbf86574de4e9172d7e04a739c97daa3550ea5edf
tree153150f40014206e92c8fc7988cb24349029aa57
parenta2b587811092dc05b504c0c1347b4658f86c4b5f
drm/amdgpu: remove VRAM size reduction v2

Remove some outdated comments and all code which tries to reduce the VRAM size
mapped into the MC.

This is superfluous and misleading since we never actually program the size.

v2: handle gmc_v6_0.c as well

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
drivers/gpu/drm/amd/amdgpu/gmc_v6_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c