Searched refs:max_bytes_per_packet (Results 1 – 1 of 1) sorted by relevance
2494 static int amdgpu_calc_bytes_per_packet(u32 max_bytes_per_packet, in amdgpu_calc_bytes_per_packet() argument2498 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()