Home
last modified time | relevance | path

Searched refs:num_virtual_links (Results 1 – 25 of 32) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/dc/resource/dce80/
H A Ddce80_resource.h35 uint8_t num_virtual_links,
39 uint8_t num_virtual_links,
43 uint8_t num_virtual_links,
H A Ddce80_resource.c922 uint8_t num_virtual_links, in dce80_construct() argument
1092 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce80_construct()
1107 uint8_t num_virtual_links, in dce80_create_resource_pool() argument
1116 if (dce80_construct(num_virtual_links, dc, pool)) in dce80_create_resource_pool()
1125 uint8_t num_virtual_links, in dce81_construct() argument
1292 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce81_construct()
1307 uint8_t num_virtual_links, in dce81_create_resource_pool() argument
1316 if (dce81_construct(num_virtual_links, dc, pool)) in dce81_create_resource_pool()
1325 uint8_t num_virtual_links, in dce83_construct() argument
1490 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce83_construct()
[all …]
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_vl.c321 int num_virtual_links = 0; in sja1105_init_virtual_links() local
330 num_virtual_links += hweight_long(rule->port_mask); in sja1105_init_virtual_links()
338 if (num_virtual_links > SJA1105_MAX_VL_LOOKUP_COUNT) { in sja1105_init_virtual_links()
348 max_sharindx = max_t(int, num_virtual_links, max_sharindx) + 1; in sja1105_init_virtual_links()
379 if (!num_virtual_links) in sja1105_init_virtual_links()
386 table->entries = kcalloc(num_virtual_links, in sja1105_init_virtual_links()
391 table->entry_count = num_virtual_links; in sja1105_init_virtual_links()
435 for (i = 0; i < num_virtual_links; i++) { in sja1105_init_virtual_links()
438 for (j = i + 1; j < num_virtual_links; j++) { in sja1105_init_virtual_links()
479 for (i = 0; i < num_virtual_links; i++) { in sja1105_init_virtual_links()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce60/
H A Ddce60_resource.c916 uint8_t num_virtual_links, in dce60_construct() argument
1081 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce60_construct()
1096 uint8_t num_virtual_links, in dce60_create_resource_pool() argument
1105 if (dce60_construct(num_virtual_links, dc, pool)) in dce60_create_resource_pool()
1114 uint8_t num_virtual_links, in dce61_construct() argument
1279 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce61_construct()
1294 uint8_t num_virtual_links, in dce61_create_resource_pool() argument
1303 if (dce61_construct(num_virtual_links, dc, pool)) in dce61_create_resource_pool()
1312 uint8_t num_virtual_links, in dce64_construct() argument
1476 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce64_construct()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dce120/
H A Ddce120_resource.h35 uint8_t num_virtual_links,
H A Ddce120_resource.c1062 uint8_t num_virtual_links, in dce120_resource_construct() argument
1255 if (!resource_construct(num_virtual_links, dc, &pool->base, res_funcs)) in dce120_resource_construct()
1293 uint8_t num_virtual_links, in dce120_create_resource_pool() argument
1302 if (dce120_resource_construct(num_virtual_links, dc, pool)) in dce120_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.h44 uint8_t num_virtual_links,
H A Ddce110_resource.c1351 uint8_t num_virtual_links, in dce110_resource_construct() argument
1512 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce110_resource_construct()
1538 uint8_t num_virtual_links, in dce110_create_resource_pool() argument
1548 if (dce110_resource_construct(num_virtual_links, dc, pool, asic_id)) in dce110_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c1032 uint8_t num_virtual_links, in dce100_resource_construct() argument
1198 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce100_resource_construct()
1213 uint8_t num_virtual_links, in dce100_create_resource_pool() argument
1222 if (dce100_resource_construct(num_virtual_links, dc, pool)) in dce100_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce112/
H A Ddce112_resource.c1227 uint8_t num_virtual_links, in dce112_resource_construct() argument
1397 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce112_resource_construct()
1421 uint8_t num_virtual_links, in dce112_create_resource_pool() argument
1430 if (dce112_resource_construct(num_virtual_links, dc, pool)) in dce112_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c272 init_data->num_virtual_links, dc); in dc_create_resource_pool()
276 init_data->num_virtual_links, dc); in dc_create_resource_pool()
280 init_data->num_virtual_links, dc); in dc_create_resource_pool()
285 init_data->num_virtual_links, dc); in dc_create_resource_pool()
289 init_data->num_virtual_links, dc); in dc_create_resource_pool()
293 init_data->num_virtual_links, dc); in dc_create_resource_pool()
297 init_data->num_virtual_links, dc); in dc_create_resource_pool()
301 init_data->num_virtual_links, dc, in dc_create_resource_pool()
307 init_data->num_virtual_links, dc); in dc_create_resource_pool()
312 init_data->num_virtual_links, dc); in dc_create_resource_pool()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c1088 uint8_t num_virtual_links, in dcn201_resource_construct() argument
1279 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn201_resource_construct()
1313 if (dcn201_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn201_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c1143 uint8_t num_virtual_links, in dcn303_resource_construct() argument
1409 if (!resource_construct(num_virtual_links, dc, pool, in dcn303_resource_construct()
1452 if (dcn303_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn303_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1314 uint8_t num_virtual_links, in dcn10_resource_construct() argument
1656 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn10_resource_construct()
1687 if (dcn10_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn10_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1202 uint8_t num_virtual_links, in dcn302_resource_construct() argument
1477 if (!resource_construct(num_virtual_links, dc, pool, in dcn302_resource_construct()
1520 if (dcn302_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn302_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1407 uint8_t num_virtual_links, in dcn301_resource_construct() argument
1697 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn301_resource_construct()
1732 if (dcn301_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn301_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c1385 uint8_t num_virtual_links, in dcn21_resource_construct() argument
1677 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn21_resource_construct()
1711 if (dcn21_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn21_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1728 uint8_t num_virtual_links, in dcn316_resource_construct() argument
2001 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn316_resource_construct()
2038 if (dcn316_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn316_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1813 uint8_t num_virtual_links, in dcn314_resource_construct() argument
2112 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn314_resource_construct()
2149 if (dcn314_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn314_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1853 uint8_t num_virtual_links, in dcn315_resource_construct() argument
2134 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn315_resource_construct()
2171 if (dcn315_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn315_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1882 uint8_t num_virtual_links, in dcn31_resource_construct() argument
2195 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn31_resource_construct()
2231 if (dcn31_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn31_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1788 uint8_t num_virtual_links, in dcn36_resource_construct() argument
2139 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn36_resource_construct()
2193 if (dcn36_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn36_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1809 uint8_t num_virtual_links, in dcn35_resource_construct() argument
2160 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn35_resource_construct()
2214 if (dcn35_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn35_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1782 uint8_t num_virtual_links, in dcn351_resource_construct() argument
2132 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn351_resource_construct()
2187 if (dcn351_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn351_create_resource_pool()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1634 uint8_t num_virtual_links, in dcn321_resource_construct() argument
1990 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn321_resource_construct()
2068 if (dcn321_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn321_create_resource_pool()

12