Home
last modified time | relevance | path

Searched refs:NO_UNDERLAY_PIPE (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c959 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce60_construct()
1154 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce61_construct()
1352 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce64_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c966 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce80_construct()
1168 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce81_construct()
1368 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce83_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h205 #define NO_UNDERLAY_PIPE -1 macro
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c995 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce100_resource_construct()
1067 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce100_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c1073 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce120_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_resource.c1094 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn201_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c1238 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce112_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1335 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn10_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c1212 pool->underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn302_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c1135 pool->underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn303_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c1425 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn21_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1419 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn301_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1740 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn316_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1854 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn314_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1853 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn315_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1683 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn321_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1881 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn31_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c2276 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn30_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2416 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn20_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c2134 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dcn32_resource_construct()
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/core/
Ddc.c1353 if (dc->res_pool->underlay_pipe_index != NO_UNDERLAY_PIPE) in dc_create()