Searched defs:amdgpu_wb (Results 1 – 1 of 1) sorted by relevance
515 struct amdgpu_wb { struct516 struct amdgpu_bo *wb_obj;517 volatile uint32_t *wb;518 uint64_t gpu_addr;519 u32 num_wb; /* Number of wb slots actually reserved for amdgpu. */520 unsigned long used[DIV_ROUND_UP(AMDGPU_MAX_WB, BITS_PER_LONG)];521 spinlock_t lock;