Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h183 enum dc_status (*add_stream_to_ctx)( member
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce100/
Ddce100_resource.c973 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c909 .add_stream_to_ctx = dce112_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_resource.c1075 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_resource.c1053 .add_stream_to_ctx = dce112_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c936 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_resource.c939 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_resource.c1236 .add_stream_to_ctx = dce110_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_resource.c1144 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_resource.c1075 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c1412 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1407 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1285 .add_stream_to_ctx = dcn10_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_resource.c1701 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn315/
Ddcn315_resource.c1737 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn316/
Ddcn316_resource.c1739 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn321/
Ddcn321_resource.c1609 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_resource.c1832 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c2224 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_resource.c2021 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2219 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2170 res = dc->res_pool->funcs->add_stream_to_ctx(dc, new_ctx, stream); in dc_add_stream_to_ctx()