Searched defs:amdgpu_wb (Results 1 – 2 of 2) sorted by relevance
546 struct amdgpu_wb { struct547 struct amdgpu_bo *wb_obj;548 volatile uint32_t *wb;549 uint64_t gpu_addr;550 u32 num_wb; /* Number of wb slots actually reserved for amdgpu. */551 unsigned long used[DIV_ROUND_UP(AMDGPU_MAX_WB, BITS_PER_LONG)];
483 struct amdgpu_wb { struct484 struct amdgpu_bo *wb_obj;485 volatile uint32_t *wb;486 uint64_t gpu_addr;487 u32 num_wb; /* Number of wb slots actually reserved for amdgpu. */488 unsigned long used[DIV_ROUND_UP(AMDGPU_MAX_WB, BITS_PER_LONG)];