Home
last modified time | relevance | path

Searched refs:dce_environment (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/gpio/
Dhw_translate.c59 enum dce_environment dce_environment) in dal_hw_translate_init() argument
61 if (IS_FPGA_MAXIMUS_DC(dce_environment)) { in dal_hw_translate_init()
Dhw_factory.c59 enum dce_environment dce_environment) in dal_hw_factory_init() argument
61 if (IS_FPGA_MAXIMUS_DC(dce_environment)) { in dal_hw_factory_init()
Dhw_translate.h48 enum dce_environment dce_environment);
Dhw_factory.h72 enum dce_environment dce_environment);
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/
Ddc_types.h46 enum dce_environment { enum
58 #define IS_FPGA_MAXIMUS_DC(dce_environment) \ argument
59 (dce_environment == DCE_ENV_FPGA_MAXIMUS)
61 #define IS_DIAG_DC(dce_environment) \ argument
62 (IS_FPGA_MAXIMUS_DC(dce_environment) || (dce_environment == DCE_ENV_DIAG))
82 enum dce_environment dce_environment; member
Ddc.h348 enum dce_environment dce_environment; member
Ddc_helper.c222 if (IS_FPGA_MAXIMUS_DC(ctx->dce_environment)) { in generic_reg_wait()
253 if (!IS_FPGA_MAXIMUS_DC(ctx->dce_environment)) in generic_reg_wait()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_hw_sequencer.c123 if (IS_FPGA_MAXIMUS_DC(ctx->dce_environment)) in dce112_enable_display_power_gating()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_hw_sequencer.c162 if (IS_FPGA_MAXIMUS_DC(ctx->dce_environment)) in dce120_enable_display_power_gating()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/i2caux/
Di2caux.c76 if (IS_FPGA_MAXIMUS_DC(ctx->dce_environment)) { in dal_i2caux_create()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc.c568 dc_ctx->dce_environment = init_params->dce_environment; in construct()
607 dc_ctx->dce_environment, in construct()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1133 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in construct()
1333 (!IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment) ? in construct()
Ddcn10_hw_sequencer.c721 if (!IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment)) { in reset_back_end_for_pipe()
960 if (IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment)) { in dcn10_init_hw()
1062 if (IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment)) in dcn10_init_hw()
2365 if (!IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment)) { in dcn10_set_bandwidth()
Ddcn10_optc.c625 if (optc->ctx->dce_environment != DCE_ENV_FPGA_MAXIMUS) in optc1_lock()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/
Ddce_clocks.c334 if (!IS_FPGA_MAXIMUS_DC(core_dc->ctx->dce_environment)) { in dce112_set_clock()
Ddce_clock_source.c913 if (IS_FPGA_MAXIMUS_DC(clock_source->ctx->dce_environment)) { in dce110_program_pix_clk()
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c199 if (IS_FPGA_MAXIMUS_DC(ctx->dce_environment)) in dce110_enable_display_power_gating()
1373 if (IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment)) { in apply_single_controller_ctx_to_hw()
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c434 init_data.dce_environment = DCE_ENV_PRODUCTION_DRV; in amdgpu_dm_init()