Re: [PATCH 2/3] drm/amdgpu/gmc: set a default disable value for AGP

2023-09-22 Thread Christian König
Am 21.09.23 um 16:12 schrieb Alex Deucher: To disable AGP, the start needs to be set to a higher value than the end. Set a default disable value for the AGP aperture and allow the IP specific GMC code to enable it selectively be calling amdgpu_gmc_agp_location(). Signed-off-by: Alex Deucher

[PATCH 2/3] drm/amdgpu/gmc: set a default disable value for AGP

2023-09-21 Thread Alex Deucher
To disable AGP, the start needs to be set to a higher value than the end. Set a default disable value for the AGP aperture and allow the IP specific GMC code to enable it selectively be calling amdgpu_gmc_agp_location(). Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c