Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h160 enum dc_status (*add_stream_to_ctx)( member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce100/
Ddce100_resource.c977 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce120/
Ddce120_resource.c910 .add_stream_to_ctx = dce112_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn201/
Ddcn201_resource.c1075 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce112/
Ddce112_resource.c1057 .add_stream_to_ctx = dce112_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_resource.c936 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce80/
Ddce80_resource.c942 .add_stream_to_ctx = dce100_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dce110/
Ddce110_resource.c1240 .add_stream_to_ctx = dce110_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn302/
Ddcn302_resource.c1144 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn10/
Ddcn10_resource.c1286 .add_stream_to_ctx = dcn10_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn303/
Ddcn303_resource.c1089 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn301/
Ddcn301_resource.c1395 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn21/
Ddcn21_resource.c1371 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn316/
Ddcn316_resource.c1712 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn314/
Ddcn314_resource.c1769 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn321/
Ddcn321_resource.c1614 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn351/
Ddcn351_resource.c1749 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn315/
Ddcn315_resource.c1832 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn31/
Ddcn31_resource.c1835 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn35/
Ddcn35_resource.c1770 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn401/
Ddcn401_resource.c1702 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn30/
Ddcn30_resource.c2243 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn20/
Ddcn20_resource.c2254 .add_stream_to_ctx = dcn20_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/
Ddcn32_resource.c2052 .add_stream_to_ctx = dcn30_add_stream_to_ctx,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c2630 return dc->res_pool->funcs->add_stream_to_ctx(dc, new_ctx, stream); in resource_add_otg_master_for_stream_output()