Home
last modified time | relevance | path

Searched refs:remove_stream_from_ctx (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h125 enum dc_status (*remove_stream_from_ctx)( member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/
Ddc_resource.c1747 if (dc->res_pool->funcs->remove_stream_from_ctx) in dc_remove_stream_from_ctx()
1748 dc->res_pool->funcs->remove_stream_from_ctx(dc, new_ctx, stream); in dc_remove_stream_from_ctx()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c1426 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_resource.c2891 .remove_stream_from_ctx = dcn20_remove_stream_from_ctx,