Home
last modified time | relevance | path

Searched refs:add_stream_to_ctx (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h114 enum dc_status (*add_stream_to_ctx)( member
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c807 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c724 .add_stream_to_ctx = dce112_add_stream_to_ctx
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c785 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c1040 .add_stream_to_ctx = dce110_add_stream_to_ctx,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c925 .add_stream_to_ctx = dce112_add_stream_to_ctx,
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1084 .add_stream_to_ctx = dcn10_add_stream_to_ctx
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1755 res = dc->res_pool->funcs->add_stream_to_ctx(dc, new_ctx, stream); in dc_add_stream_to_ctx()