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/
HDamdgpu_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()
HDsdma_v2_4.c1288 .copy_max_bytes = 0x1fffff,
HDsdma_v3_0.c1728 .copy_max_bytes = 0x3fffe0, /* not 0x3fffff due to HW limitation */
HDsdma_v4_0.c1730 .copy_max_bytes = 0x400000,
HDamdgpu.h282 uint32_t copy_max_bytes; member