| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | dml2_mall_phantom.c | 439 struct dc_stream_state *phantom_stream; in dml2_svp_drr_schedulable() local 462 phantom_stream = ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(context, pipe->stream); in dml2_svp_drr_schedulable() 464 phantom_timing = &phantom_stream->timing; in dml2_svp_drr_schedulable() 525 struct dc_stream_state *phantom_stream; in subvp_vblank_schedulable() local 557 …phantom_stream = ctx->config.svp_pstate.callbacks.get_paired_subvp_stream(context, subvp_pipe->str… in subvp_vblank_schedulable() 559 phantom_timing = &phantom_stream->timing; in subvp_vblank_schedulable() 653 struct dc_stream_state *phantom_stream, in set_phantom_stream_timing() argument 688 phantom_stream->timing.v_front_porch = 1; in set_phantom_stream_timing() 690 line_time = phantom_stream->timing.h_total / ((double)phantom_stream->timing.pix_clk_100hz * 100); in set_phantom_stream_timing() 691 …fp_and_sync_width_time = (phantom_stream->timing.v_front_porch + phantom_stream->timing.v_sync_wid… in set_phantom_stream_timing() [all …]
|
| /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/ |
| H A D | dc_state_priv.h | 57 struct dc_stream_state *phantom_stream); 65 struct dc_stream_state *phantom_stream, 69 struct dc_stream_state *phantom_stream); 73 struct dc_stream_state *phantom_stream, 79 struct dc_stream_state *phantom_stream, 85 struct dc_stream_state *phantom_stream, 91 struct dc_stream_state *phantom_stream,
|
| 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()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn4.c | 170 …const struct dml2_stream_parameters *phantom_stream, int phantom_stream_index, const struct dml2_s… in create_phantom_plane_from_main_plane() argument 178 …(double)main->composition.scaler_info.plane0.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane() 181 …(double)main->composition.scaler_info.plane1.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane() 196 const struct dml2_stream_parameters *phantom_stream; in expand_implict_subvp() local 237 …phantom_stream = &svp_expanded_display_cfg->stream_descriptors[scratch->svp_stream_index_from_main… in expand_implict_subvp() 239 …main_plane, phantom_stream, scratch->svp_stream_index_from_main_stream_index[main_plane->stream_in… in expand_implict_subvp() 264 const struct dml2_stream_parameters *phantom_stream; in pack_mode_programming_params_with_implicit_subvp() local 285 …phantom_stream = &svp_expanded_display_cfg->stream_descriptors[scratch->svp_stream_index_from_main… in pack_mode_programming_params_with_implicit_subvp() 294 if (main_stream != phantom_stream) { in pack_mode_programming_params_with_implicit_subvp() 296 programming->stream_programming[stream_index].phantom_stream.enabled = true; in pack_mode_programming_params_with_implicit_subvp() [all …]
|
| H A D | dml2_core_utils.c | 590 …const struct dml2_stream_parameters *phantom_stream, int phantom_stream_index, const struct dml2_s… in create_phantom_plane_from_main_plane() argument 598 …(double)main->composition.scaler_info.plane0.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane() 601 …(double)main->composition.scaler_info.plane1.v_ratio * (double)phantom_stream->timing.v_active, 16… in create_phantom_plane_from_main_plane() 616 const struct dml2_stream_parameters *phantom_stream; in dml2_core_utils_expand_implict_subvp() local 657 …phantom_stream = &svp_expanded_display_cfg->stream_descriptors[scratch->svp_stream_index_from_main… in dml2_core_utils_expand_implict_subvp() 659 …main_plane, phantom_stream, scratch->svp_stream_index_from_main_stream_index[main_plane->stream_in… in dml2_core_utils_expand_implict_subvp()
|
| /linux/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource.c | 1676 struct dc_stream_state *phantom_stream, in dcn32_enable_phantom_plane() argument 1709 phantom_plane->clip_rect.height = phantom_stream->src.height; in dcn32_enable_phantom_plane() 1711 dc_state_add_phantom_plane(dc, phantom_stream, phantom_plane, context); in dcn32_enable_phantom_plane() 1724 struct dc_stream_state *phantom_stream = NULL; in dcn32_enable_phantom_stream() local 1727 phantom_stream = dc_state_create_phantom_stream(dc, context, ref_pipe->stream); in dcn32_enable_phantom_stream() 1728 if (!phantom_stream) in dcn32_enable_phantom_stream() 1729 return phantom_stream; in dcn32_enable_phantom_stream() 1732 memcpy(&phantom_stream->timing, &ref_pipe->stream->timing, sizeof(phantom_stream->timing)); in dcn32_enable_phantom_stream() 1733 memcpy(&phantom_stream->src, &ref_pipe->stream->src, sizeof(phantom_stream->src)); in dcn32_enable_phantom_stream() 1734 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/dml/dcn32/ |
| H A D | dcn32_fpu.h | 42 struct dc_stream_state *phantom_stream,
|
| H A D | dcn32_fpu.c | 469 struct dc_stream_state *phantom_stream, in dcn32_set_phantom_stream_timing() argument 529 phantom_stream->dst.y = 0; in dcn32_set_phantom_stream_timing() 530 phantom_stream->dst.height = phantom_vactive; in dcn32_set_phantom_stream_timing() 536 phantom_stream->src.y = 0; in dcn32_set_phantom_stream_timing() 537 …phantom_stream->src.height = (double)phantom_vactive * (double)main_stream->src.height / (double)m… in dcn32_set_phantom_stream_timing() 539 phantom_stream->timing.v_addressable = phantom_vactive; in dcn32_set_phantom_stream_timing() 540 phantom_stream->timing.v_front_porch = 1; in dcn32_set_phantom_stream_timing() 541 phantom_stream->timing.v_total = phantom_stream->timing.v_addressable + in dcn32_set_phantom_stream_timing() 542 phantom_stream->timing.v_front_porch + in dcn32_set_phantom_stream_timing() 543 phantom_stream->timing.v_sync_width + in dcn32_set_phantom_stream_timing() [all …]
|