Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h159 enum dc_status (*add_stream_to_ctx)( member
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c977 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn201/
H A Ddcn201_resource.c1074 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dce112/
H A Ddce112_resource.c1057 .add_stream_to_ctx = dce112_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dce80/
H A Ddce80_resource.c942 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dce60/
H A Ddce60_resource.c936 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn302/
H A Ddcn302_resource.c1143 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dce110/
H A Ddce110_resource.c1240 .add_stream_to_ctx = dce110_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn10/
H A Ddcn10_resource.c1283 .add_stream_to_ctx = dcn10_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn303/
H A Ddcn303_resource.c1088 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1394 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn21/
H A Ddcn21_resource.c1370 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1711 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn314/
H A Ddcn314_resource.c1770 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1776 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1748 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1841 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn36/
H A Ddcn36_resource.c1750 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1607 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1784 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c2241 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2100 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c2226 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c2840 return dc->res_pool->funcs->add_stream_to_ctx(dc, new_ctx, stream); in resource_add_otg_master_for_stream_output()