Searched refs:phantom_stream (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_state.c | 48 struct dc_stream_state *phantom_stream) in dc_state_track_phantom_stream() argument 53 state->phantom_streams[state->phantom_stream_count++] = phantom_stream; in dc_state_track_phantom_stream() 58 …ool dc_state_untrack_phantom_stream(struct dc_state *state, struct dc_stream_state *phantom_stream) in dc_state_untrack_phantom_stream() argument 65 if (state->phantom_streams[i] == phantom_stream) { in dc_state_untrack_phantom_stream() 84 … dc_state_is_phantom_stream_tracked(struct dc_state *state, struct dc_stream_state *phantom_stream) in dc_state_is_phantom_stream_tracked() argument 89 if (state->phantom_streams[i] == phantom_stream) in dc_state_is_phantom_stream_tracked() 713 struct dc_stream_state *phantom_stream; in dc_state_create_phantom_stream() local 717 phantom_stream = dc_create_stream_for_sink(main_stream->sink); in dc_state_create_phantom_stream() 719 if (!phantom_stream) { in dc_state_create_phantom_stream() 725 dc_state_track_phantom_stream(state, phantom_stream); in dc_state_create_phantom_stream() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 1641 struct dc_stream_state *phantom_stream, in dcn32_enable_phantom_plane() argument 1674 phantom_plane->clip_rect.height = phantom_stream->src.height; in dcn32_enable_phantom_plane() 1676 dc_state_add_phantom_plane(dc, phantom_stream, phantom_plane, context); in dcn32_enable_phantom_plane() 1689 struct dc_stream_state *phantom_stream = NULL; in dcn32_enable_phantom_stream() local 1692 phantom_stream = dc_state_create_phantom_stream(dc, context, ref_pipe->stream); in dcn32_enable_phantom_stream() 1693 if (!phantom_stream) in dcn32_enable_phantom_stream() 1694 return phantom_stream; in dcn32_enable_phantom_stream() 1697 memcpy(&phantom_stream->timing, &ref_pipe->stream->timing, sizeof(phantom_stream->timing)); in dcn32_enable_phantom_stream() 1698 memcpy(&phantom_stream->src, &ref_pipe->stream->src, sizeof(phantom_stream->src)); in dcn32_enable_phantom_stream() 1699 memcpy(&phantom_stream->dst, &ref_pipe->stream->dst, sizeof(phantom_stream->dst)); in dcn32_enable_phantom_stream() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_dmub_srv.c | 588 …struct dc_stream_state *phantom_stream = dc_state_get_paired_subvp_stream(context, subvp_pipe->str… in populate_subvp_cmd_drr_info() local 604 if (!phantom_stream) in populate_subvp_cmd_drr_info() 607 phantom_timing = &phantom_stream->timing; in populate_subvp_cmd_drr_info() 791 …struct dc_stream_state *phantom_stream = dc_state_get_paired_subvp_stream(context, subvp_pipe->str… in populate_subvp_cmd_pipe_info() local 796 if (!phantom_stream) in populate_subvp_cmd_pipe_info() 799 phantom_timing = &phantom_stream->timing; in populate_subvp_cmd_pipe_info()
|