Home
last modified time | relevance | path

Searched refs:dce_version (Results 1 – 25 of 44) 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 Dcommand_table_helper.h38 enum dce_version dce);
H A Dcommand_table_helper2.c37 enum dce_version dce) in dal_bios_parser_init_cmd_tbl_helper2()
H A Dcommand_table_helper.c36 enum dce_version dce) in dal_bios_parser_init_cmd_tbl_helper()
H A Dbios_parser.c82 enum dce_version dce_version);
95 enum dce_version dce_version) in bios_parser_create() argument
103 if (bios_parser_construct(bp, init, dce_version)) in bios_parser_create()
2867 enum dce_version dce_version) in bios_parser_construct() argument
2940 dal_bios_parser_init_cmd_tbl_helper(&bp->cmd_helper, dce_version); in bios_parser_construct()
/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_translate.c63 enum dce_version dce_version, in dal_hw_translate_init() argument
66 switch (dce_version) { in dal_hw_translate_init()
H A Dhw_factory.c59 enum dce_version dce_version, in dal_hw_factory_init() argument
62 switch (dce_version) { in dal_hw_factory_init()
H A Dhw_translate.h47 enum dce_version dce_version,
H A Dhw_factory.h74 enum dce_version dce_version,
/linux/drivers/gpu/drm/amd/display/include/
H A Dbios_parser_interface.h40 enum dce_version dce_version);
H A Dgpio_service_interface.h45 enum dce_version dce_version,
H A Ddal_types.h34 enum dce_version { enum
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dresource.h42 enum dce_version resource_parse_asic_id(
96 enum dce_version dc_version);
/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.c271 if (ctx->dce_version == DCN_VERSION_2_01) { in dc_clk_mgr_create()
358 if (ctx->dce_version == DCN_VERSION_3_51) in dc_clk_mgr_create()
/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/amdgpu_dm/
H A Damdgpu_dm_psr.c40 if (dc->ctx->dce_version < DCN_VERSION_3_1) in link_supports_psrsu()
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_wrapper.c750 if ((in_dc->debug.using_dml21) && (in_dc->ctx->dce_version == DCN_VERSION_4_01)) { in dml2_init()
758 switch (in_dc->ctx->dce_version) { in dml2_init()
788 if ((in_dc->debug.using_dml21) && (in_dc->ctx->dce_version == DCN_VERSION_4_01)) in dml2_create()
857 if ((in_dc->debug.using_dml21) && (in_dc->ctx->dce_version == DCN_VERSION_4_01)) { in dml2_reinit()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_surface.c293 if (dc->ctx->dce_version >= DCE_VERSION_MAX) { in dc_plane_force_update_for_panic()
H A Ddc.c441 if (dc->ctx->dce_version > DCE_VERSION_MAX) in dc_stream_adjust_vmin_vmax()
1016 dc_ctx->dce_version = resource_parse_asic_id(init_params->asic_id); in dc_construct_ctx()
1110 &bp_init_data, dc_ctx->dce_version); in dc_construct()
1124 dc_ctx->dce_version, in dc_construct()
1133 dc->res_pool = dc_create_resource_pool(dc, init_params, dc_ctx->dce_version); in dc_construct()
1219 if (dc->ctx->dce_version >= DCN_VERSION_1_0) { in dc_update_visual_confirm_color()
1231 if (dc->ctx->dce_version < DCN_VERSION_2_0) in dc_update_visual_confirm_color()
1235 if (dc->ctx->dce_version >= DCN_VERSION_2_0) { in dc_update_visual_confirm_color()
2156 if (dc->ctx->dce_version >= DCE_VERSION_MAX) in dc_commit_state_no_check()
2400 if (dc->ctx->dce_version < DCE_VERSION_MAX) in dc_post_update_surfaces_to_stream()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1322 if (ctx->dce_version == DCN_VERSION_1_01) in dcn10_resource_construct()
1341 if (dc->ctx->dce_version == DCN_VERSION_1_01) in dcn10_resource_construct()
1414 if (dc->ctx->dce_version == DCN_VERSION_1_0) { in dcn10_resource_construct()
1423 if (dc->ctx->dce_version == DCN_VERSION_1_01) in dcn10_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h791 enum dce_version dce_version; member

12