Home
last modified time | relevance | path

Searched refs:global_sync (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c728 (unsigned int)pipe_ctx->global_sync.dcn4x.vready_offset_pixels, in dcn401_enable_stream_timing()
729 (unsigned int)pipe_ctx->global_sync.dcn4x.vstartup_lines, in dcn401_enable_stream_timing()
730 (unsigned int)pipe_ctx->global_sync.dcn4x.vupdate_offset_pixels, in dcn401_enable_stream_timing()
731 (unsigned int)pipe_ctx->global_sync.dcn4x.vupdate_vupdate_width_pixels, in dcn401_enable_stream_timing()
732 (unsigned int)pipe_ctx->global_sync.dcn4x.pstate_keepout_start_lines, in dcn401_enable_stream_timing()
2011 unsigned int vready_offset = pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
2015 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
2016 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
2019 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
2020 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/
H A Ddml21_utils.c151 union dml2_global_sync_programming *global_sync = &stream_programming->global_sync; in dml21_pipe_populate_global_sync() local
155 global_sync = &stream_programming->phantom_stream.global_sync; in dml21_pipe_populate_global_sync()
158 memcpy(&pipe_ctx->global_sync, in dml21_pipe_populate_global_sync()
159 global_sync, in dml21_pipe_populate_global_sync()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2987 union dml2_global_sync_programming *global_sync = params->hubp_setup2_params.global_sync; in hwss_hubp_setup2() local
2991 hubp->funcs->hubp_setup2(hubp, hubp_regs, global_sync, timing); in hwss_hubp_setup2()
3845 union dml2_global_sync_programming *global_sync, in hwss_add_hubp_setup2() argument
3852 seq_state->steps[*seq_state->num_steps].params.hubp_setup2_params.global_sync = global_sync; in hwss_add_hubp_setup2()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4.c513 …ogramming->stream_programming[main_plane->stream_index].phantom_stream.global_sync, dml_internal_p… in pack_mode_programming_params_with_implicit_subvp()
H A Ddml2_core_dcn4_calcs.c12811 dml2_core_calcs_get_global_sync_programming(mode_lib, &out->global_sync, pipe_index); in dml2_core_calcs_get_stream_programming()