Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/display/dc/inc/
H A Dcore_types.h131 #define NO_UNDERLAY_PIPE -1 macro
/dragonfly/sys/dev/drm/amd/display/dc/dce80/
H A Ddce80_resource.c817 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce80_construct()
1010 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce81_construct()
1196 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in dce83_construct()
/dragonfly/sys/dev/drm/amd/display/dc/dce100/
H A Ddce100_resource.c835 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in construct()
924 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in construct()
/dragonfly/sys/dev/drm/amd/display/dc/dce120/
H A Ddce120_resource.c885 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in construct()
/dragonfly/sys/dev/drm/amd/display/dc/dce112/
H A Ddce112_resource.c1110 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in construct()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
H A Ddcn10_resource.c1123 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in construct()
/dragonfly/sys/dev/drm/amd/display/dc/core/
H A Ddc.c690 if (dc->res_pool->underlay_pipe_index != NO_UNDERLAY_PIPE) in dc_create()