mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
drm/amdgpu: double AMDGPU_GTT_MAX_TRANSFER_SIZE
Makes copies/evictions faster when gart windows are required. Signed-off-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
f633edd265
commit
91ff83b58c
|
|
@ -39,7 +39,7 @@
|
|||
#define AMDGPU_PL_MMIO_REMAP (TTM_PL_PRIV + 5)
|
||||
#define __AMDGPU_PL_NUM (TTM_PL_PRIV + 6)
|
||||
|
||||
#define AMDGPU_GTT_MAX_TRANSFER_SIZE 512
|
||||
#define AMDGPU_GTT_MAX_TRANSFER_SIZE 1024
|
||||
|
||||
extern const struct attribute_group amdgpu_vram_mgr_attr_group;
|
||||
extern const struct attribute_group amdgpu_gtt_mgr_attr_group;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user