Searched refs:increment_bytes (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_packet_manager.c33 static inline void inc_wptr(unsigned int *wptr, unsigned int increment_bytes, inc_wptr() argument
36 unsigned int temp = *wptr + increment_bytes / sizeof(uint32_t); inc_wptr()

Completed in 40 milliseconds