Searched defs:amdgpu_wb (Results 1 – 1 of 1) sorted by relevance
528 struct amdgpu_wb { struct529 struct amdgpu_bo *wb_obj;530 volatile uint32_t *wb;531 uint64_t gpu_addr;532 u32 num_wb; /* Number of wb slots actually reserved for amdgpu. */533 unsigned long used[DIV_ROUND_UP(AMDGPU_MAX_WB, NBBY*sizeof(unsigned long))];