Searched refs:fpo_candidate_stream (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/resource/dcn32/ |
| H A D | dcn32_resource_helpers.c | 427 struct dc_stream_state *fpo_candidate_stream, in get_frame_rate_at_max_stretch_100hz() argument 440 if (fpo_candidate_stream == NULL) in get_frame_rate_at_max_stretch_100hz() 444 timing = &fpo_candidate_stream->timing; in get_frame_rate_at_max_stretch_100hz() 468 if (fpo_candidate_stream == NULL) in is_refresh_rate_support_mclk_switch_using_fw_based_vblank_stretch() 490 if (fpo_candidate_stream == NULL) in get_refresh_rate() 494 timing = &fpo_candidate_stream->timing; in get_refresh_rate() 545 if (fpo_candidate_stream) in dcn32_can_support_mclk_switch_using_fw_based_vblank_stretch() 553 fpo_candidate_stream = context->streams[0]; in dcn32_can_support_mclk_switch_using_fw_based_vblank_stretch() 554 if (fpo_candidate_stream) in dcn32_can_support_mclk_switch_using_fw_based_vblank_stretch() 580 if (!fpo_candidate_stream->allow_freesync) in dcn32_can_support_mclk_switch_using_fw_based_vblank_stretch() [all …]
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | dcn32_fpu.h | 72 …date(struct dc *dc, const struct dc_state *context, struct dc_stream_state **fpo_candidate_stream); 74 …t dc *dc, const struct dc_state *context, struct dc_stream_state *fpo_candidate_stream, uint32_t v…
|
| H A D | dcn32_fpu.c | 2318 struct dc_stream_state *fpo_candidate_stream = NULL; in dcn32_calculate_wm_and_dlg_fpu() local 2364 fpo_candidate_stream = dcn32_can_support_mclk_switch_using_fw_based_vblank_stretch(dc, context); in dcn32_calculate_wm_and_dlg_fpu() 2365 if (fpo_candidate_stream) { in dcn32_calculate_wm_and_dlg_fpu() 2366 stream_status = dc_state_get_stream_status(context, fpo_candidate_stream); in dcn32_calculate_wm_and_dlg_fpu() 3518 …idate(struct dc *dc, const struct dc_state *context, struct dc_stream_state **fpo_candidate_stream) in dcn32_assign_fpo_vactive_candidate() argument 3538 *fpo_candidate_stream = pipe->stream; in dcn32_assign_fpo_vactive_candidate() 3555 …t dc *dc, const struct dc_state *context, struct dc_stream_state *fpo_candidate_stream, uint32_t v… in dcn32_find_vactive_pipe() argument 3569 if (fpo_candidate_stream && pipe->stream == fpo_candidate_stream) { in dcn32_find_vactive_pipe()
|