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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
link_encoder.h 49 enum hpd_source_id hpd_source; member in struct:encoder_init_data
117 enum hpd_source_id hpd_source; member in struct:link_encoder
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_link_encoder.c 501 enum hpd_source_id hpd_source = enc110->base.hpd_source; local in function:aux_initialize
505 set_reg_field_value(value, hpd_source, AUX_CONTROL, AUX_HPD_SEL);
579 enum hpd_source_id hpd_source = enc110->base.hpd_source; local in function:hpd_initialize
581 REG_UPDATE(DIG_BE_CNTL, DIG_HPD_SELECT, hpd_source);
695 enc110->base.hpd_source = init_data->hpd_source;
844 cntl.hpd_sel = enc110->base.hpd_source;
943 cntl.hpd_sel = enc110->base.hpd_source;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_link_encoder.c 567 enum hpd_source_id hpd_source = enc10->base.hpd_source; local in function:hpd_initialize
569 REG_UPDATE(DIG_BE_CNTL, DIG_HPD_SELECT, hpd_source);
687 enc10->base.hpd_source = init_data->hpd_source;
837 cntl.hpd_sel = enc10->base.hpd_source;
937 cntl.hpd_sel = enc10->base.hpd_source;
975 cntl.hpd_sel = enc10->base.hpd_source;
1014 cntl.hpd_sel = enc10->base.hpd_source;
1061 cntl.hpd_sel = enc10->base.hpd_source;
1396 enum hpd_source_id hpd_source = enc10->base.hpd_source; local in function:dcn10_aux_initialize
    [all...]

Completed in 15 milliseconds