Re: [PATCH 2/3] drm/amdgpu/gmc: add a flag to disable AGP

2023-09-21 Thread Christian König
Am 20.09.23 um 19:58 schrieb Alex Deucher: Allows the driver to disable the AGP aperture when it's not needed. Program AGP explictly for all asics, but set the flag to align with previous behavior. No functional change. v2: rework patch v3: fix broken rebase Signed-off-by: Alex Deucher ---

[PATCH 2/3] drm/amdgpu/gmc: add a flag to disable AGP

2023-09-20 Thread Alex Deucher
Allows the driver to disable the AGP aperture when it's not needed. Program AGP explictly for all asics, but set the flag to align with previous behavior. No functional change. v2: rework patch v3: fix broken rebase Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c

[PATCH 2/3] drm/amdgpu/gmc: add a flag to disable AGP

2023-09-20 Thread Alex Deucher
Allows the driver to disable the AGP aperture when it's not needed. Program AGP explictly for all asics, but set the flag to align with previous behavior. No functional change. v2: rework patch Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c | 2 +- drivers/g