OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cea_mode
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_edid.c
3257
cea_mode_alternate_clock(const struct drm_display_mode *
cea_mode
)
3259
unsigned int clock =
cea_mode
->clock;
3261
if (
cea_mode
->vrefresh % 6 != 0)
3269
if (
cea_mode
->vdisplay == 240 ||
cea_mode
->vdisplay == 480)
3325
struct drm_display_mode
cea_mode
= *cea_mode_for_vic(vic);
local in function:drm_match_cea_mode_clock_tolerance
3329
clock1 =
cea_mode
.clock;
3330
clock2 = cea_mode_alternate_clock(&
cea_mode
);
3337
if (drm_mode_match(to_match, &
cea_mode
, match_flags))
3339
} while (cea_mode_alternate_timings(vic, &
cea_mode
));
3364
struct drm_display_mode
cea_mode
= *
cea_mode
_for_vic(vic);
local in function:drm_match_cea_mode
3503
const struct drm_display_mode *
cea_mode
= NULL;
local in function:add_alternate_cea_modes
4175
const struct drm_display_mode *
cea_mode
;
local in function:fixup_detailed_cea_mode_clock
[
all
...]
drm_edid.c
3257
cea_mode_alternate_clock(const struct drm_display_mode *
cea_mode
)
3259
unsigned int clock =
cea_mode
->clock;
3261
if (
cea_mode
->vrefresh % 6 != 0)
3269
if (
cea_mode
->vdisplay == 240 ||
cea_mode
->vdisplay == 480)
3325
struct drm_display_mode
cea_mode
= *cea_mode_for_vic(vic);
local in function:drm_match_cea_mode_clock_tolerance
3329
clock1 =
cea_mode
.clock;
3330
clock2 = cea_mode_alternate_clock(&
cea_mode
);
3337
if (drm_mode_match(to_match, &
cea_mode
, match_flags))
3339
} while (cea_mode_alternate_timings(vic, &
cea_mode
));
3364
struct drm_display_mode
cea_mode
= *
cea_mode
_for_vic(vic);
local in function:drm_match_cea_mode
3503
const struct drm_display_mode *
cea_mode
= NULL;
local in function:add_alternate_cea_modes
4175
const struct drm_display_mode *
cea_mode
;
local in function:fixup_detailed_cea_mode_clock
[
all
...]
Completed in 278 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025