Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_state.c50 if (state->phantom_stream_count >= MAX_PHANTOM_PIPES) in dc_state_track_phantom_stream()
53 state->phantom_streams[state->phantom_stream_count++] = phantom_stream; in dc_state_track_phantom_stream()
64 for (i = 0; i < state->phantom_stream_count; i++) { in dc_state_untrack_phantom_stream()
77 state->phantom_stream_count--; in dc_state_untrack_phantom_stream()
78 for (; i < state->phantom_stream_count; i++) in dc_state_untrack_phantom_stream()
88 for (i = 0; i < state->phantom_stream_count; i++) { in dc_state_is_phantom_stream_tracked()
168 for (i = 0; i < dst_state->phantom_stream_count; i++) in dc_state_copy_internal()
317 for (i = 0; i < state->phantom_stream_count; i++) { in dc_state_destruct()
321 state->phantom_stream_count = 0; in dc_state_destruct()
946 phantom_count = state->phantom_stream_count; in dc_state_release_phantom_streams_and_planes()
H A Ddc_resource.c133 current_snapshot->phantom_stream_count = state->phantom_stream_count; in start_new_topology_snapshot()
2501 if (state->phantom_stream_count > 0) { in resource_log_pipe_topology_update()
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhw_shared.h100 int phantom_stream_count; member
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dcore_types.h630 uint8_t phantom_stream_count; member