OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tile_h_loc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_connector.h
1412
/** @
tile_h_loc
: horizontal location of this tile */
1414
uint8_t
tile_h_loc
, tile_v_loc;
member in struct:drm_connector
/src/sys/external/bsd/drm2/dist/drm/
drm_edid.c
5707
u8 tile_v_loc,
tile_h_loc
;
local
5717
tile_h_loc
= (tile->topo[1] >> 4) | (((tile->topo[2] >> 2) & 0x3) << 4);
5725
connector->
tile_h_loc
=
tile_h_loc
;
5733
num_h_tile + 1, num_v_tile + 1,
tile_h_loc
, tile_v_loc);
Completed in 194 milliseconds
Indexes created Sun Feb 15 12:34:49 CET 2026