Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_device.c1046 adev->wb.num_wb = AMDGPU_MAX_WB; in amdgpu_device_wb_init()
1067 unsigned long offset = find_first_zero_bit(adev->wb.used, adev->wb.num_wb); in amdgpu_device_wb_get()
1069 if (offset < adev->wb.num_wb) { in amdgpu_device_wb_get()
1089 if (wb < adev->wb.num_wb) in amdgpu_device_wb_free()
Damdgpu.h487 u32 num_wb; /* Number of wb slots actually reserved for amdgpu. */ member