Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_packet_manager.c31 static inline void inc_wptr(unsigned int *wptr, unsigned int increment_bytes, in inc_wptr() argument
34 unsigned int temp = *wptr + increment_bytes / sizeof(uint32_t); in inc_wptr()