Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c1142 adev->wb.num_wb = AMDGPU_MAX_WB; in amdgpu_device_wb_init()
1163 unsigned long offset = find_first_zero_bit(adev->wb.used, adev->wb.num_wb); in amdgpu_device_wb_get()
1165 if (offset < adev->wb.num_wb) { in amdgpu_device_wb_get()
1185 if (wb < adev->wb.num_wb) in amdgpu_device_wb_free()
Damdgpu.h497 u32 num_wb; /* Number of wb slots actually reserved for amdgpu. */ member