Symbol: dc_state_get_stream_subvp_type
sys/dev/pci/drm/amd/display/dc/clk_mgr/clk_mgr.c
67
if (dc_state_get_stream_subvp_type(context, stream) == SUBVP_PHANTOM)
sys/dev/pci/drm/amd/display/dc/core/dc.c
1359
bool is_phantom = dc_state_get_stream_subvp_type(dc->current_state, old_stream) == SUBVP_PHANTOM;
sys/dev/pci/drm/amd/display/dc/core/dc_resource.c
4184
if (dc_state_get_stream_subvp_type(context, del_streams[i]) == SUBVP_PHANTOM) {
sys/dev/pci/drm/amd/display/dc/core/dc_resource.c
5575
dml2_options->svp_pstate.callbacks.get_stream_subvp_type = &dc_state_get_stream_subvp_type;
sys/dev/pci/drm/amd/display/dc/core/dc_state.c
1072
if (dc_state_get_stream_subvp_type(state, state->streams[i]) != SUBVP_NONE)
sys/dev/pci/drm/amd/display/dc/core/dc_state.c
673
return dc_state_get_stream_subvp_type(state, pipe_ctx->stream);
sys/dev/pci/drm/amd/display/dc/dc_state_priv.h
39
enum mall_stream_type dc_state_get_stream_subvp_type(const struct dc_state *state,
sys/dev/pci/drm/amd/display/dc/dml2/dml2_translation_helper.c
1326
stream_mall_type = dc_state_get_stream_subvp_type(context, context->streams[i]);
sys/dev/pci/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
1843
if (dc_state_get_stream_subvp_type(context, stream) != SUBVP_PHANTOM &&
sys/dev/pci/drm/amd/display/dc/resource/dcn32/dcn32_resource.c
1892
mall_type = dc_state_get_stream_subvp_type(context, stream);
sys/dev/pci/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
255
if (dc_state_get_stream_subvp_type(context, context->streams[i]) != SUBVP_PHANTOM)
sys/dev/pci/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
324
if (dc_state_get_stream_subvp_type(context, context->streams[i]) != SUBVP_PHANTOM)
sys/dev/pci/drm/amd/display/dc/resource/dcn32/dcn32_resource_helpers.c
331
if (dc_state_get_stream_subvp_type(context, context->streams[i]) == SUBVP_PHANTOM)
sys/dev/pci/drm/amd/display/dc/resource/dcn401/dcn401_resource.c
1664
if (dc_state_get_stream_subvp_type(context, stream) != SUBVP_PHANTOM &&