HomeSort by: relevance | last modified time | path
    Searched refs:num_wb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_device.c 880 adev->wb.num_wb = AMDGPU_MAX_WB;
901 unsigned long offset = find_first_zero_bit(adev->wb.used, adev->wb.num_wb);
903 if (offset < adev->wb.num_wb) {
923 if (wb < adev->wb.num_wb)
amdgpu.h 536 u32 num_wb; /* Number of wb slots actually reserved for amdgpu. */ member in struct:amdgpu_wb

Completed in 16 milliseconds