OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:edid_corrupt
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_connector.h
1360
* @
edid_corrupt
: Indicates whether the last read EDID was corrupt. Used
1364
bool
edid_corrupt
;
member in struct:drm_connector
drm_edid.h
502
bool *
edid_corrupt
);
/src/sys/external/bsd/drm2/dist/drm/
drm_edid.c
1621
* @
edid_corrupt
: if true, the header or checksum is invalid
1629
bool *
edid_corrupt
)
1643
if (
edid_corrupt
)
1644
*
edid_corrupt
= false;
1651
if (
edid_corrupt
)
1652
*
edid_corrupt
= true;
1656
if (
edid_corrupt
)
1657
*
edid_corrupt
= true;
1664
if (
edid_corrupt
)
1665
*
edid_corrupt
= true
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp.c
4945
connector->
edid_corrupt
||
Completed in 19 milliseconds
Indexes created Tue Oct 21 07:10:13 GMT 2025