HomeSort by: relevance | last modified time | path
    Searched defs:fec_config (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_dp.c 4092 uint8_t fec_config = 0; local in function:dp_set_fec_ready
4101 fec_config = 1;
4104 &fec_config,
4105 sizeof(fec_config)) == DC_OK) {
4114 fec_config = 0;
4117 &fec_config,
4118 sizeof(fec_config));
amdgpu_dc_link_dp.c 4092 uint8_t fec_config = 0; local in function:dp_set_fec_ready
4101 fec_config = 1;
4104 &fec_config,
4105 sizeof(fec_config)) == DC_OK) {
4114 fec_config = 0;
4117 &fec_config,
4118 sizeof(fec_config));

Completed in 31 milliseconds