Searched hist:"5 e3c4f907043a7fae1b48e86536dc7b9efa07e29" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_device.c | diff 5e3c4f907043a7fae1b48e86536dc7b9efa07e29 Thu Jul 02 18:54:12 CDT 2015 Grigori Goronzy <greg@chown.ath.cx> drm/radeon: default to 2048 MB GART size on SI+
Newer ASICs have more VRAM on average and allocating more GART as well can have advantages. Also see commit edcd26e8.
Ideally, we should scale GART size based on actual VRAM size, but that requires significant restructuring of initialization.
v2: extract small helper, apply to error paths
Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Grigori Goronzy <greg@chown.ath.cx> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
|