Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c32 static inline void inc_wptr(unsigned int *wptr, unsigned int increment_bytes, in inc_wptr() argument
35 unsigned int temp = *wptr + increment_bytes / sizeof(uint32_t); in inc_wptr()