OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm_mode_match
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_modes.h
517
bool
drm_mode_match
(const struct drm_display_mode *mode1,
/src/sys/external/bsd/drm2/dist/drm/
drm_modes.c
1010
*
drm_mode_match
- test modes for (partial) equality
1020
bool
drm_mode_match
(const struct drm_display_mode *mode1,
function
1052
EXPORT_SYMBOL(
drm_mode_match
);
variable
1067
return
drm_mode_match
(mode1, mode2,
1090
return
drm_mode_match
(mode1, mode2,
1111
return
drm_mode_match
(mode1, mode2,
drm_client_modeset.c
300
if (!
drm_mode_match
(modes[j], modes[i],
323
if (
drm_mode_match
(mode, dmt_mode,
drm_edid.c
3337
if (
drm_mode_match
(to_match, &cea_mode, match_flags))
3376
if (
drm_mode_match
(to_match, &cea_mode, match_flags))
3439
if (
drm_mode_match
(to_match, hdmi_mode, match_flags))
3475
drm_mode_match
(to_match, hdmi_mode, match_flags))
drm_connector.c
2177
if (
drm_mode_match
(mode_itr, mode,
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c
62
return
drm_mode_match
(downclock_mode, fixed_mode,
Completed in 35 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026