Home
last modified time | relevance | path

Searched refs:DCE_ENV_PRODUCTION_DRV (Results 1 – 15 of 15) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/
Ddc_types.h56 DCE_ENV_PRODUCTION_DRV = 0, enumerator
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c1287 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn302_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c1218 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn303_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c1507 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn21_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1441 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn10_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1511 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn301_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1832 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn314_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1839 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn315_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1841 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn316_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1772 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn321_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1962 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn31_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c2188 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn32_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c2357 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) in dcn30_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2468 if (dc->ctx->dce_environment == DCE_ENV_PRODUCTION_DRV) { in dcn20_resource_construct()
/Linux-v6.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c1476 init_data.dce_environment = DCE_ENV_PRODUCTION_DRV; in amdgpu_dm_init()