Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h139 enum dc_status (*add_stream_to_ctx)( member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c977 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c910 .add_stream_to_ctx = dce112_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_resource.c1068 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c1059 .add_stream_to_ctx = dce112_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c936 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c943 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c1239 .add_stream_to_ctx = dce110_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c1140 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c1066 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1278 .add_stream_to_ctx = dcn10_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1383 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c1388 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1709 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1799 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1822 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1592 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1827 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c2220 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2220 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c2042 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2432 res = dc->res_pool->funcs->add_stream_to_ctx(dc, new_ctx, stream); in dc_add_stream_to_ctx()