HomeSort by: relevance | last modified time | path
    Searched defs:topo (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_query.c 44 struct drm_i915_query_topology_info topo; local in function:query_topology_info
59 total_length = sizeof(topo) + slice_length + subslice_length +
62 ret = copy_query_item(&topo, sizeof(topo), total_length,
67 if (topo.flags != 0)
70 memset(&topo, 0, sizeof(topo));
71 topo.max_slices = sseu->max_slices;
72 topo.max_subslices = sseu->max_subslices;
73 topo.max_eus_per_subslice = sseu->max_eus_per_subslice
    [all...]
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_displayid.h 73 u8 topo[3]; member in struct:displayid_tiled_block
  /src/sys/dev/ic/
isp.c 2561 int topo = (int) mbs.param[6]; local in function:isp_fclink_test
2562 if (topo < TOPO_NL_PORT || topo > TOPO_PTP_STUB) {
2563 topo = TOPO_PTP_STUB;
2565 fcp->isp_topo = topo;
5700 int topo = fcp->isp_topo; local in function:isp_parse_async_fc
5723 if (topo == TOPO_NL_PORT || topo == TOPO_FL_PORT) {

Completed in 16 milliseconds