Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dce80/
H A Ddce80_resource.c1092 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce80_construct()
1292 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce81_construct()
1490 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce83_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce60/
H A Ddce60_resource.c1081 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce60_construct()
1279 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce61_construct()
1476 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce64_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c1198 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce100_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce120/
H A Ddce120_resource.c1255 if (!resource_construct(num_virtual_links, dc, &pool->base, res_funcs)) in dce120_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c1279 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn201_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce112/
H A Ddce112_resource.c1397 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce112_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c1409 if (!resource_construct(num_virtual_links, dc, pool, in dcn303_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1656 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn10_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c1512 if (!resource_construct(num_virtual_links, dc, &pool->base, in dce110_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1477 if (!resource_construct(num_virtual_links, dc, pool, in dcn302_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c1677 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn21_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1697 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn301_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c2001 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn316_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c2112 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn314_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c2134 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn315_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c2195 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn31_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c2139 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn36_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c2160 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn35_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c2132 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn351_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1990 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn321_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c2231 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn401_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c2577 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn30_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c2715 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn20_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2493 if (!resource_construct(num_virtual_links, dc, &pool->base, in dcn32_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c434 bool resource_construct( in resource_construct() function