Home
last modified time | relevance | path

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

12

/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce60/
H A Ddce60_resource.h35 uint8_t num_virtual_links,
39 uint8_t num_virtual_links,
43 uint8_t num_virtual_links,
H A Ddce60_resource.c942 uint8_t num_virtual_links, in dce60_construct() argument
1104 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce60_construct()
1119 uint8_t num_virtual_links, in dce60_create_resource_pool() argument
1128 if (dce60_construct(num_virtual_links, dc, pool)) in dce60_create_resource_pool()
1137 uint8_t num_virtual_links, in dce61_construct() argument
1302 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce61_construct()
1317 uint8_t num_virtual_links, in dce61_create_resource_pool() argument
1326 if (dce61_construct(num_virtual_links, dc, pool)) in dce61_create_resource_pool()
1335 uint8_t num_virtual_links, in dce64_construct() argument
1496 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce64_construct()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/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.c949 uint8_t num_virtual_links, in dce80_construct() argument
1118 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce80_construct()
1133 uint8_t num_virtual_links, in dce80_create_resource_pool() argument
1142 if (dce80_construct(num_virtual_links, dc, pool)) in dce80_create_resource_pool()
1151 uint8_t num_virtual_links, in dce81_construct() argument
1318 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce81_construct()
1333 uint8_t num_virtual_links, in dce81_create_resource_pool() argument
1342 if (dce81_construct(num_virtual_links, dc, pool)) in dce81_create_resource_pool()
1351 uint8_t num_virtual_links, in dce83_construct() argument
1515 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce83_construct()
[all …]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce120/
H A Ddce120_resource.h35 uint8_t num_virtual_links,
H A Ddce120_resource.c1053 uint8_t num_virtual_links, in dce120_resource_construct() argument
1244 if (!resource_construct(num_virtual_links, dc, &pool->base, res_funcs)) in dce120_resource_construct()
1273 uint8_t num_virtual_links, in dce120_create_resource_pool() argument
1282 if (dce120_resource_construct(num_virtual_links, dc, pool)) in dce120_create_resource_pool()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce110/
H A Ddce110_resource.h44 uint8_t num_virtual_links,
H A Ddce110_resource.c1349 uint8_t num_virtual_links, in dce110_resource_construct() argument
1509 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce110_resource_construct()
1535 uint8_t num_virtual_links, in dce110_create_resource_pool() argument
1545 if (dce110_resource_construct(num_virtual_links, dc, pool, asic_id)) in dce110_create_resource_pool()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce100/
H A Ddce100_resource.h39 uint8_t num_virtual_links,
H A Ddce100_resource.c983 uint8_t num_virtual_links, in dce100_resource_construct() argument
1148 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce100_resource_construct()
1163 uint8_t num_virtual_links, in dce100_create_resource_pool() argument
1172 if (dce100_resource_construct(num_virtual_links, dc, pool)) in dce100_create_resource_pool()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dce112/
H A Ddce112_resource.h35 uint8_t num_virtual_links,
H A Ddce112_resource.c1223 uint8_t num_virtual_links, in dce112_resource_construct() argument
1392 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce112_resource_construct()
1416 uint8_t num_virtual_links, in dce112_create_resource_pool() argument
1425 if (dce112_resource_construct(num_virtual_links, dc, pool)) in dce112_create_resource_pool()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_resource.c206 init_data->num_virtual_links, dc); in dc_create_resource_pool()
210 init_data->num_virtual_links, dc); in dc_create_resource_pool()
214 init_data->num_virtual_links, dc); in dc_create_resource_pool()
219 init_data->num_virtual_links, dc); in dc_create_resource_pool()
223 init_data->num_virtual_links, dc); in dc_create_resource_pool()
227 init_data->num_virtual_links, dc); in dc_create_resource_pool()
231 init_data->num_virtual_links, dc); in dc_create_resource_pool()
235 init_data->num_virtual_links, dc, in dc_create_resource_pool()
241 init_data->num_virtual_links, dc); in dc_create_resource_pool()
246 init_data->num_virtual_links, d in dc_create_resource_pool()
357 resource_construct(unsigned int num_virtual_links,struct dc * dc,struct resource_pool * pool,const struct resource_create_funcs * create_funcs) resource_construct() argument
[all...]
/openbsd-src/sys/dev/pci/drm/amd/display/dc/inc/
H A Dresource.h90 unsigned int num_virtual_links,
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn201/
H A Ddcn201_resource.c1079 uint8_t num_virtual_links, in dcn201_resource_construct() argument
1269 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn201_resource_construct()
1301 if (dcn201_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn201_create_resource_pool()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn302/
H A Ddcn302_resource.c1194 uint8_t num_virtual_links, in dcn302_resource_construct() argument
1467 if (!resource_construct(num_virtual_links, dc, pool, in dcn302_resource_construct()
1508 if (dcn302_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn302_create_resource_pool()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn303/
H A Ddcn303_resource.c1117 uint8_t num_virtual_links, in dcn303_resource_construct() argument
1379 if (!resource_construct(num_virtual_links, dc, pool, in dcn303_resource_construct()
1420 if (dcn303_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn303_create_resource_pool()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1307 uint8_t num_virtual_links, in dcn10_resource_construct() argument
1648 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn10_resource_construct()
1679 if (dcn10_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn10_create_resource_pool()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c1401 uint8_t num_virtual_links, in dcn21_resource_construct() argument
1697 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn21_resource_construct()
1729 if (dcn21_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn21_create_resource_pool()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn301/
H A Ddcn301_resource.c1396 uint8_t num_virtual_links, in dcn301_resource_construct() argument
1685 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn301_resource_construct()
1718 if (dcn301_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn301_create_resource_pool()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.c1725 uint8_t num_virtual_links, in dcn316_resource_construct()
1997 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn316_resource_construct()
2032 if (dcn316_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn316_create_resource_pool()
1723 dcn316_resource_construct(uint8_t num_virtual_links,struct dc * dc,struct dcn316_resource_pool * pool) dcn316_resource_construct() argument
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn314/
H A Ddcn314_resource.c1843 uint8_t num_virtual_links, in dcn314_resource_construct()
2138 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn314_resource_construct()
2173 if (dcn314_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn314_create_resource_pool()
1838 dcn314_resource_construct(uint8_t num_virtual_links,struct dc * dc,struct dcn314_resource_pool * pool) dcn314_resource_construct() argument
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c1838 uint8_t num_virtual_links, in dcn315_resource_construct()
2110 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn315_resource_construct()
2145 if (dcn315_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn315_create_resource_pool()
1836 dcn315_resource_construct(uint8_t num_virtual_links,struct dc * dc,struct dcn315_resource_pool * pool) dcn315_resource_construct() argument
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn321/
H A Ddcn321_resource.c1622 uint8_t num_virtual_links, in dcn321_resource_construct()
1970 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn321_resource_construct()
2014 if (dcn321_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn321_create_resource_pool()
1620 dcn321_resource_construct(uint8_t num_virtual_links,struct dc * dc,struct dcn321_resource_pool * pool) dcn321_resource_construct() argument
/openbsd-src/sys/dev/pci/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c1869 uint8_t num_virtual_links, in dcn31_resource_construct()
2179 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn31_resource_construct()
2213 if (dcn31_resource_construct(init_data->num_virtual_links, dc, pool)) in dcn31_create_resource_pool()
1864 dcn31_resource_construct(uint8_t num_virtual_links,struct dc * dc,struct dcn31_resource_pool * pool) dcn31_resource_construct() argument

12