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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h 146 uint32_t min_bandwidth; member in struct:kfd_iolink_properties
kfd_crat.c 390 props->min_bandwidth = iolink->minimum_bandwidth_mbs;
kfd_topology.c 287 sysfs_show_32bit_prop(buffer, "min_bandwidth", iolink->min_bandwidth);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_si.c 2151 u32 min_bandwidth; local
2169 min_bandwidth = min(dfixed_trunc(b1), dfixed_trunc(b2));
2171 a.full = dfixed_const(min_bandwidth);

Completed in 28 milliseconds