OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:has_hdmi_infoframe
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_connector.h
440
* @
has_hdmi_infoframe
: Does the sink support the HDMI infoframe?
442
bool
has_hdmi_infoframe
;
member in struct:drm_display_info
/src/sys/external/bsd/drm2/dist/drm/
drm_edid.c
3945
info->
has_hdmi_infoframe
= true;
4735
display->
has_hdmi_infoframe
= true;
4916
info->
has_hdmi_infoframe
= false;
5360
bool
has_hdmi_infoframe
= connector ?
local in function:drm_mode_hdmi_vic
5361
connector->display_info.
has_hdmi_infoframe
: false;
5363
if (!
has_hdmi_infoframe
)
5672
bool
has_hdmi_infoframe
= connector ?
local in function:drm_hdmi_vendor_infoframe_from_display_mode
5673
connector->display_info.
has_hdmi_infoframe
: false;
5679
if (!
has_hdmi_infoframe
)
Completed in 16 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025