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/
H A Ddc_state.c790 struct dc_stream_status *phantom_stream_status; in dc_state_add_phantom_stream() local
806 phantom_stream_status = dc_state_get_stream_status(state, phantom_stream); in dc_state_add_phantom_stream()
807 if (phantom_stream_status) { in dc_state_add_phantom_stream()
808 phantom_stream_status->mall_stream_config.type = SUBVP_PHANTOM; in dc_state_add_phantom_stream()
809 phantom_stream_status->mall_stream_config.paired_stream = main_stream; in dc_state_add_phantom_stream()
810 phantom_stream_status->mall_stream_config.subvp_limit_cursor_size = false; in dc_state_add_phantom_stream()
811 phantom_stream_status->mall_stream_config.cursor_size_limit_subvp = false; in dc_state_add_phantom_stream()
824 struct dc_stream_status *phantom_stream_status; in dc_state_remove_phantom_stream() local
827 phantom_stream_status = dc_state_get_stream_status(state, phantom_stream); in dc_state_remove_phantom_stream()
828 if (phantom_stream_status) { in dc_state_remove_phantom_stream()
[all …]