Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_ttm.c1992 BUG_ON(adev->mman.buffer_funcs->copy_max_bytes < in amdgpu_map_buffer()
2060 max_bytes = adev->mman.buffer_funcs->copy_max_bytes; in amdgpu_copy_buffer()
H A Dsdma_v2_4.c1288 .copy_max_bytes = 0x1fffff,
H A Dsdma_v3_0.c1728 .copy_max_bytes = 0x3fffe0, /* not 0x3fffff due to HW limitation */
H A Dsdma_v4_0.c1730 .copy_max_bytes = 0x400000,
H A Damdgpu.h282 uint32_t copy_max_bytes; member