Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
A Ddc_state.c795 struct dc_stream_status *phantom_stream_status; in dc_state_add_phantom_stream() local
811 phantom_stream_status = dc_state_get_stream_status(state, phantom_stream); in dc_state_add_phantom_stream()
812 if (phantom_stream_status) { in dc_state_add_phantom_stream()
813 phantom_stream_status->mall_stream_config.type = SUBVP_PHANTOM; in dc_state_add_phantom_stream()
814 phantom_stream_status->mall_stream_config.paired_stream = main_stream; in dc_state_add_phantom_stream()
825 struct dc_stream_status *phantom_stream_status; in dc_state_remove_phantom_stream() local
828 phantom_stream_status = dc_state_get_stream_status(state, phantom_stream); in dc_state_remove_phantom_stream()
829 if (phantom_stream_status) { in dc_state_remove_phantom_stream()
830 …main_stream_status = dc_state_get_stream_status(state, phantom_stream_status->mall_stream_config.p… in dc_state_remove_phantom_stream()
831 phantom_stream_status->mall_stream_config.type = SUBVP_NONE; in dc_state_remove_phantom_stream()
[all …]

Completed in 5 milliseconds