OSDN Git Service

drm/amdgpu/gmc10: free stolen memory in late_init
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 9 Jan 2020 03:14:24 +0000 (22:14 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 14 Jan 2020 15:18:10 +0000 (10:18 -0500)
commit1499bcc7a216770c9946f1ec1aa331604338f7e2
tree36d16b9c56b13dc84173204eb85c0c12e67b104b
parentbbde7162f7085884476a4a17b9792748e3c69b64
drm/amdgpu/gmc10: free stolen memory in late_init

We don't need to store the pre-OS console memory after
the driver has loaded so free it.

Reviewed-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c