Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c2494 static int amdgpu_calc_bytes_per_packet(u32 max_bytes_per_packet, in amdgpu_calc_bytes_per_packet() argument
2498 if (!(byte_count & 0x3) && byte_count <= max_bytes_per_packet) in amdgpu_calc_bytes_per_packet()
2499 return max_bytes_per_packet; in amdgpu_calc_bytes_per_packet()
2512 return ALIGN_DOWN(max_bytes_per_packet, SZ_256); in amdgpu_calc_bytes_per_packet()