OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fec_state
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_link.h
146
enum dc_link_fec_state
fec_state
;
member in struct:dc_link
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_dp.c
4107
link->
fec_state
= dc_link_fec_ready;
4110
link->
fec_state
= dc_link_fec_not_ready;
4113
} else if (link->
fec_state
== dc_link_fec_ready) {
4121
link->
fec_state
= dc_link_fec_not_ready;
4136
if (link->
fec_state
== dc_link_fec_ready && enable) {
4146
link->
fec_state
= dc_link_fec_enabled;
4147
} else if (link->
fec_state
== dc_link_fec_enabled && !enable) {
4149
link->
fec_state
= dc_link_fec_ready;
Completed in 16 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025