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/
HDcore_types.h131 #define NO_UNDERLAY_PIPE -1 macro
/dragonfly/sys/dev/drm/amd/display/dc/dce80/
HDdce80_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/
HDdce100_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/
HDdce120_resource.c885 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in construct()
/dragonfly/sys/dev/drm/amd/display/dc/dce112/
HDdce112_resource.c1110 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in construct()
/dragonfly/sys/dev/drm/amd/display/dc/dcn10/
HDdcn10_resource.c1123 pool->base.underlay_pipe_index = NO_UNDERLAY_PIPE; in construct()
/dragonfly/sys/dev/drm/amd/display/dc/core/
HDdc.c690 if (dc->res_pool->underlay_pipe_index != NO_UNDERLAY_PIPE) in dc_create()