OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topo
(Results
1 - 4
of
4
) 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/external/bsd/drm2/dist/drm/
drm_edid.c
5714
num_v_tile = (tile->
topo
[0] & 0xf) | (tile->
topo
[2] & 0x30);
5715
num_h_tile = (tile->
topo
[0] >> 4) | ((tile->
topo
[2] >> 2) & 0x30);
5716
tile_v_loc = (tile->
topo
[1] & 0xf) | ((tile->
topo
[2] & 0x3) << 4);
5717
tile_h_loc = (tile->
topo
[1] >> 4) | (((tile->
topo
[2] >> 2) & 0x3) << 4);
5732
DRM_DEBUG_KMS("
topo
num tiles %dx%d, location %dx%d\n",
/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 43 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025