Home
last modified time | relevance | path

Searched refs:dc_version (Results 1 – 2 of 2) sorted by relevance

/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() argument
11 switch (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() argument
28 dc_construct_soc_and_ip_translator(soc_and_ip_translator, dc_version); in dc_create_soc_and_ip_translator()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c138 enum dce_version dc_version = DCE_VERSION_UNKNOWN; in resource_parse_asic_id() local
147 dc_version = DCE_VERSION_6_0; in resource_parse_asic_id()
149 dc_version = DCE_VERSION_6_4; in resource_parse_asic_id()
151 dc_version = DCE_VERSION_6_1; in resource_parse_asic_id()
155 dc_version = DCE_VERSION_8_0; in resource_parse_asic_id()
161 dc_version = DCE_VERSION_8_3; in resource_parse_asic_id()
163 dc_version = DCE_VERSION_8_1; in resource_parse_asic_id()
166 dc_version = DCE_VERSION_11_0; in resource_parse_asic_id()
172 dc_version = DCE_VERSION_10_0; in resource_parse_asic_id()
178 dc_version = DCE_VERSION_11_2; in resource_parse_asic_id()
[all …]