Searched refs:remove_stream_from_ctx (Results 1 – 16 of 16) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/ |
D | core_types.h | 144 enum dc_status (*remove_stream_from_ctx)( member
|
/linux-6.6.21/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_mst_types.c | 1330 if (res_pool->funcs->remove_stream_from_ctx && in compute_mst_dsc_configs_for_state() 1331 res_pool->funcs->remove_stream_from_ctx(stream->ctx->dc, dc_state, stream) != DC_OK) in compute_mst_dsc_configs_for_state()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn201/ |
D | dcn201_resource.c | 1070 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_resource.c | 1142 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | dcn303_resource.c | 1068 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_resource.c | 1385 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_resource.c | 1390 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn316/ |
D | dcn316_resource.c | 1711 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_resource.c | 2486 if (dc->res_pool->funcs->remove_stream_from_ctx) in dc_remove_stream_from_ctx() 2487 dc->res_pool->funcs->remove_stream_from_ctx(dc, new_ctx, stream); in dc_remove_stream_from_ctx()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_resource.c | 1801 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn315/ |
D | dcn315_resource.c | 1824 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn321/ |
D | dcn321_resource.c | 1594 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_resource.c | 1829 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_resource.c | 2222 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_resource.c | 2222 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_resource.c | 2044 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
|