OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:edid_cea_modes_1
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_edid.c
725
static const struct drm_display_mode
edid_cea_modes_1
[] = {
variable in typeref:typename:const struct drm_display_mode[]
3230
BUILD_BUG_ON(1 + ARRAY_SIZE(
edid_cea_modes_1
) - 1 != 127);
3233
if (vic >= 1 && vic < 1 + ARRAY_SIZE(
edid_cea_modes_1
))
3234
return &
edid_cea_modes_1
[vic - 1];
3247
if (++vic == 1 + ARRAY_SIZE(
edid_cea_modes_1
))
Completed in 15 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025