Home
last modified time | relevance | path

Searched refs:copy_max_bytes (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsi_dma.c855 .copy_max_bytes = 0xffff8,
Damdgpu_ttm.c1970 BUG_ON(adev->mman.buffer_funcs->copy_max_bytes < in amdgpu_map_buffer()
2038 max_bytes = adev->mman.buffer_funcs->copy_max_bytes; in amdgpu_copy_buffer()
Dcik_sdma.c1362 .copy_max_bytes = 0x1fffff,
Dsdma_v2_4.c1288 .copy_max_bytes = 0x1fffff,
Dsdma_v3_0.c1728 .copy_max_bytes = 0x3fffe0, /* not 0x3fffff due to HW limitation */
Dsdma_v4_0.c1729 .copy_max_bytes = 0x400000,
Damdgpu.h277 uint32_t copy_max_bytes; member