]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/amdgpu/gmc10: adjust gart size for parts that support S/G display
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 9 May 2022 15:40:09 +0000 (11:40 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 12 Jul 2022 14:03:20 +0000 (10:03 -0400)
commit88c775bbebc9c5b080d3cbbdef73a31eaead9e5b
tree180115b71f1ec19ae60b2f9298e709a6df07ef80
parent737dad0b5d609f464cae73292de646d3d016ec73
drm/amdgpu/gmc10: adjust gart size for parts that support S/G display

For GMC 10 parts which support scatter/gather display (display
from system memory), we should allocate a larger gart size
to better handler larger displays.  This mirrors what we already
do for GMC 9 parts.

v2: fix typo (Alex)

Acked-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