Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_translate.h48 enum dce_environment dce_environment);
H A Dhw_translate.c63 enum dce_environment dce_environment) in dal_hw_translate_init() argument
H A Dhw_factory.c59 enum dce_environment dce_environment) in dal_hw_factory_init() argument
H A Dhw_factory.h75 enum dce_environment dce_environment);
H A Dgpio_service.c55 enum dce_environment dce_environment, in dal_gpio_service_create() argument
69 dce_environment)) { in dal_gpio_service_create()
75 dce_environment)) { in dal_gpio_service_create()
/openbmc/linux/drivers/gpu/drm/amd/display/include/
H A Dgpio_service_interface.h46 enum dce_environment dce_environment,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_types.h56 enum dce_environment { enum
795 enum dce_environment dce_environment; member
H A Ddc.h1019 enum dce_environment dce_environment; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c868 dc_ctx->dce_environment = init_params->dce_environment; in dc_construct_ctx()
978 dc_ctx->dce_environment, in dc_construct()
1300 if (init_params->dce_environment == DCE_ENV_VIRTUAL_HW) { in dc_create()
1374 if (dc->ctx->dce_environment != DCE_ENV_VIRTUAL_HW) in dc_hardware_init()
2019 if (dc->ctx->dce_environment == DCE_ENV_VIRTUAL_HW) in dc_commit_streams()
4576 if (dc->ctx->dce_environment != DCE_ENV_VIRTUAL_HW && in dc_power_down_on_boot()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c1416 if (IS_FPGA_MAXIMUS_DC(dc->ctx->dce_environment)) in dcn21_resource_construct()
1484 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn21_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clk_mgr.c331 if (!IS_FPGA_MAXIMUS_DC(core_dc->ctx->dce_environment)) { in dce112_set_clock()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c1288 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn302_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c1212 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn303_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1393 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn10_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c1490 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn301_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.c1815 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn316_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c1928 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn315_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c1781 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn321_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.c1938 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn314_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c1966 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn31_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_resource.c2358 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn30_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_resource.c2243 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn32_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_resource.c2470 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn20_resource_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c1609 init_data.dce_environment = DCE_ENV_PRODUCTION_DRV; in amdgpu_dm_init()