Home
last modified time | relevance | path

Searched refs:hpd_source (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_link_encoder.c632 enum hpd_source_id hpd_source = enc110->base.hpd_source; in aux_initialize() local
636 set_reg_field_value(value, hpd_source, AUX_CONTROL, AUX_HPD_SEL); in aux_initialize()
710 enum hpd_source_id hpd_source = enc110->base.hpd_source; in hpd_initialize() local
712 REG_UPDATE(DIG_BE_CNTL, DIG_HPD_SELECT, hpd_source); in hpd_initialize()
826 enc110->base.hpd_source = init_data->hpd_source; in dce110_link_encoder_construct()
975 cntl.hpd_sel = enc110->base.hpd_source; in dce110_link_encoder_hw_init()
1074 cntl.hpd_sel = enc110->base.hpd_source; in dce110_link_encoder_enable_tmds_output()
1107 cntl.hpd_sel = enc110->base.hpd_source; in dce110_link_encoder_enable_lvds_output()
1144 cntl.hpd_sel = enc110->base.hpd_source; in dce110_link_encoder_enable_dp_output()
1183 cntl.hpd_sel = enc110->base.hpd_source; in dce110_link_encoder_enable_dp_mst_output()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_link_encoder.c562 enum hpd_source_id hpd_source = enc10->base.hpd_source; in hpd_initialize() local
564 REG_UPDATE(DIG_BE_CNTL, DIG_HPD_SELECT, hpd_source); in hpd_initialize()
688 enc10->base.hpd_source = init_data->hpd_source; in dcn10_link_encoder_construct()
844 cntl.hpd_sel = enc10->base.hpd_source; in dcn10_link_encoder_hw_init()
944 cntl.hpd_sel = enc10->base.hpd_source; in dcn10_link_encoder_enable_tmds_output()
982 cntl.hpd_sel = enc10->base.hpd_source; in dcn10_link_encoder_enable_dp_output()
1021 cntl.hpd_sel = enc10->base.hpd_source; in dcn10_link_encoder_enable_dp_mst_output()
1068 cntl.hpd_sel = enc10->base.hpd_source; in dcn10_link_encoder_disable_output()
1104 cntl.hpd_sel = enc10->base.hpd_source; in dcn10_link_encoder_dp_set_lane_settings()
1402 enum hpd_source_id hpd_source = enc10->base.hpd_source; in dcn10_aux_initialize() local
[all …]
H A Ddcn10_resource.c826 &link_enc_hpd_regs[enc_init_data->hpd_source], in dcn10_link_encoder_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_link_encoder.c121 enc->hpd_source = init_data->hpd_source; in virtual_link_encoder_construct()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dlink_encoder.h47 enum hpd_source_id hpd_source; member
116 enum hpd_source_id hpd_source; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_dio_link_encoder.c111 enc10->base.hpd_source = init_data->hpd_source; in dcn30_link_encoder_construct()
H A Ddcn30_resource.c1068 &link_enc_hpd_regs[enc_init_data->hpd_source], in dcn30_link_encoder_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_link_encoder.c351 enc10->base.hpd_source = init_data->hpd_source; in dcn21_link_encoder_construct()
H A Ddcn21_resource.c1712 &link_enc_hpd_regs[enc_init_data->hpd_source], in dcn21_link_encoder_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_link_encoder.c409 enc10->base.hpd_source = init_data->hpd_source; in dcn20_link_encoder_construct()
H A Ddcn20_resource.c1303 &link_enc_hpd_regs[enc_init_data->hpd_source], in dcn20_link_encoder_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce100/
H A Ddce100_resource.c639 &link_enc_hpd_regs[enc_init_data->hpd_source]); in dce100_link_encoder_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce120/
H A Ddce120_resource.c727 &link_enc_hpd_regs[enc_init_data->hpd_source]); in dce120_link_encoder_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_resource.c735 &link_enc_hpd_regs[enc_init_data->hpd_source]); in dce60_link_encoder_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce80/
H A Ddce80_resource.c740 &link_enc_hpd_regs[enc_init_data->hpd_source]); in dce80_link_encoder_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce112/
H A Ddce112_resource.c645 &link_enc_hpd_regs[enc_init_data->hpd_source]); in dce112_link_encoder_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c1504 enc_init_data.hpd_source = get_hpd_line(link); in dc_link_construct()
1506 link->hpd_src = enc_init_data.hpd_source; in dc_link_construct()
H A Ddc.c242 enc_init.hpd_source = HPD_SOURCEID_UNKNOWN; in create_links()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c882 cntl.hpd_sel = link->link_enc->hpd_source; in dce110_edp_power_control()
965 cntl.hpd_sel = link->link_enc->hpd_source; in dce110_edp_backlight_control()
H A Ddce110_resource.c689 &link_enc_hpd_regs[enc_init_data->hpd_source]); in dce110_link_encoder_create()