Home
last modified time | relevance | path

Searched refs:dce_version (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser_interface.c37 enum dce_version dce_version) in dal_bios_parser_create() argument
41 bios = firmware_parser_create(init, dce_version); in dal_bios_parser_create()
45 bios = bios_parser_create(init, dce_version); in dal_bios_parser_create()
H A Dbios_parser.h31 enum dce_version dce_version);
H A Dbios_parser2.h31 enum dce_version dce_version);
H A Dcommand_table_helper2.h38 enum dce_version dce);
H A Dbios_parser.c84 enum dce_version dce_version);
97 enum dce_version dce_version) in bios_parser_create() argument
105 if (bios_parser_construct(bp, init, dce_version)) in bios_parser_create()
2947 enum dce_version dce_version) in bios_parser_construct() argument
3020 dal_bios_parser_init_cmd_tbl_helper(&bp->cmd_helper, dce_version); in bios_parser_construct()
H A Dbios_parser2.c3697 enum dce_version dce_version) in bios_parser2_construct() argument
3781 dal_bios_parser_init_cmd_tbl_helper2(&bp->cmd_helper, dce_version); in bios_parser2_construct()
3792 enum dce_version dce_version) in firmware_parser_create() argument
3800 if (bios_parser2_construct(bp, init, dce_version)) in firmware_parser_create()
/linux/drivers/gpu/drm/amd/display/include/
H A Dbios_parser_interface.h40 enum dce_version dce_version);
/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_translate.h47 enum dce_version dce_version,
H A Dhw_factory.h74 enum dce_version dce_version,
H A Dgpio_service.c54 enum dce_version dce_version, in dal_gpio_service_create() argument
68 if (!dal_hw_translate_init(&service->translate, dce_version, in dal_gpio_service_create()
74 if (!dal_hw_factory_init(&service->factory, dce_version, in dal_gpio_service_create()
/linux/drivers/gpu/drm/amd/display/dc/soc_and_ip_translator/
H A Dsoc_and_ip_translator.c9 enum dce_version dc_version) in dc_construct_soc_and_ip_translator()
20 struct soc_and_ip_translator *dc_create_soc_and_ip_translator(enum dce_version dc_version) in dc_create_soc_and_ip_translator()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c780 if (dc->ctx->dce_version == DCN_VERSION_3_1 || in hdcp_create_workqueue()
781 dc->ctx->dce_version == DCN_VERSION_3_14 || in hdcp_create_workqueue()
782 dc->ctx->dce_version == DCN_VERSION_3_15 || in hdcp_create_workqueue()
783 dc->ctx->dce_version == DCN_VERSION_3_16 || in hdcp_create_workqueue()
784 dc->ctx->dce_version == DCN_VERSION_3_2 || in hdcp_create_workqueue()
785 dc->ctx->dce_version == DCN_VERSION_3_21 || in hdcp_create_workqueue()
786 dc->ctx->dce_version == DCN_VERSION_3_5 || in hdcp_create_workqueue()
787 dc->ctx->dce_version == DCN_VERSION_3_51 || in hdcp_create_workqueue()
788 dc->ctx->dce_version == DCN_VERSION_3_6 || in hdcp_create_workqueue()
789 dc->ctx->dce_version == DCN_VERSION_4_01) in hdcp_create_workqueue()
H A Damdgpu_dm_psr.c40 if (dc->ctx->dce_version < DCN_VERSION_3_1) in link_supports_psrsu()
H A Damdgpu_dm_crtc.c330 if (dc_supports_vrr(dm->dc->ctx->dce_version)) { in amdgpu_dm_crtc_set_vblank()
776 dm->adev->dm.dc->ctx->dce_version != DCN_VERSION_4_01; in amdgpu_dm_crtc_init()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn10/
H A Ddcn10_fpu.c130 if (dc->ctx->dce_version == DCN_VERSION_1_01) { in dcn10_resource_construct_fp()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/
H A Dclk_mgr.c270 if (ctx->dce_version == DCN_VERSION_2_01) { in dc_clk_mgr_create()
357 if (ctx->dce_version == DCN_VERSION_3_51) in dc_clk_mgr_create()
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_hpd.c140 if (link->ctx && link->ctx->dce_version <= DCN_VERSION_4_01) { in get_hpd_line()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddwb.h140 enum dce_version hw_version; /* DCN engine version. */
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1328 if (ctx->dce_version == DCN_VERSION_1_01) in dcn10_resource_construct()
1347 if (dc->ctx->dce_version == DCN_VERSION_1_01) in dcn10_resource_construct()
1422 if (dc->ctx->dce_version == DCN_VERSION_1_0) { in dcn10_resource_construct()
1431 if (dc->ctx->dce_version == DCN_VERSION_1_01) in dcn10_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn35/
H A Ddcn35_clk_mgr.c710 if (clk_mgr_base->ctx->dce_version == DCN_VERSION_3_51) { in dcn35_is_spll_ssc_enabled()
1417 if (ctx->dce_version != DCN_VERSION_3_51) { in dcn35_clk_mgr_construct()
1447 if (ctx->dce_version == DCN_VERSION_3_51) { in dcn35_clk_mgr_construct()
1487 if (ctx->dce_version == DCN_VERSION_3_51) { in dcn35_clk_mgr_construct()
1569 ctx->dce_version != DCN_VERSION_3_51 && in dcn35_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h817 enum dce_version dce_version; member
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
H A Ddcn32_clk_mgr.c670 …if (clk_mgr_base->ctx->dce_version != DCN_VERSION_3_21 && clk_mgr_base->clks.fclk_p_state_change_s… in dcn32_update_clocks()
739 …if (clk_mgr_base->ctx->dce_version != DCN_VERSION_3_21 && !clk_mgr_base->clks.fclk_p_state_change_… in dcn32_update_clocks()
1179 if (ctx->dce_version == DCN_VERSION_3_21) in dcn32_clk_mgr_construct()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c469 if (dc->ctx->dce_version > DCE_VERSION_MAX) { in dc_stream_adjust_vmin_vmax()
1036 dc_ctx->dce_version = resource_parse_asic_id(init_params->asic_id); in dc_construct_ctx()
1130 &bp_init_data, dc_ctx->dce_version); in dc_construct()
1144 dc_ctx->dce_version, in dc_construct()
1153 dc->res_pool = dc_create_resource_pool(dc, init_params, dc_ctx->dce_version); in dc_construct()
1173 dc->soc_and_ip_translator = dc_create_soc_and_ip_translator(dc_ctx->dce_version); in dc_construct()
1248 if (dc->ctx->dce_version >= DCN_VERSION_1_0) { in dc_update_visual_confirm_color()
1262 if (dc->ctx->dce_version < DCN_VERSION_2_0) in dc_update_visual_confirm_color()
1266 if (dc->ctx->dce_version >= DCN_VERSION_2_0) { in dc_update_visual_confirm_color()
2324 if (dc->ctx->dce_version >= DCE_VERSION_MAX) in dc_commit_state_no_check()
[all …]
H A Ddc_resource.c136 enum dce_version resource_parse_asic_id(struct hw_asic_id asic_id) in resource_parse_asic_id()
138 enum dce_version dc_version = DCE_VERSION_UNKNOWN; in resource_parse_asic_id()
264 enum dce_version dc_version) in dc_create_resource_pool()
1524 if (plane_state->ctx->dce_version > DCE_VERSION_MAX) in resource_build_scaling_params()
1566 if (plane_state->ctx->dce_version > DCE_VERSION_MAX) in resource_build_scaling_params()
3629 enum dce_version dc_version) in find_first_free_audio()
4047 &context->res_ctx, pool, pipe_ctx->stream_res.stream_enc->id, dc_ctx->dce_version); in resource_map_pool_resources()
5434 if (dc->ctx->dce_version == DCN_VERSION_3_1 && in resource_transmitter_to_phy_idx()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c895 if (dc->ctx->dce_version == DCE_VERSION_6_0 || in dce100_validate_bandwidth()
896 dc->ctx->dce_version == DCE_VERSION_6_4) in dce100_validate_bandwidth()

12