Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c837 (unsigned int)pipe_ctx->global_sync.dcn4x.vready_offset_pixels, in dcn401_enable_stream_timing()
838 (unsigned int)pipe_ctx->global_sync.dcn4x.vstartup_lines, in dcn401_enable_stream_timing()
839 (unsigned int)pipe_ctx->global_sync.dcn4x.vupdate_offset_pixels, in dcn401_enable_stream_timing()
840 (unsigned int)pipe_ctx->global_sync.dcn4x.vupdate_vupdate_width_pixels, in dcn401_enable_stream_timing()
841 (unsigned int)pipe_ctx->global_sync.dcn4x.pstate_keepout_start_lines, in dcn401_enable_stream_timing()
2082 unsigned int vready_offset = pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
2086 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
2087 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
2090 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
2091 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/inc/
H A Dcore_types.h408 uint32_t global_sync : 1; member
494 union dml2_global_sync_programming global_sync; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2964 union dml2_global_sync_programming *global_sync = params->hubp_setup2_params.global_sync; in hwss_hubp_setup2() local
2968 hubp->funcs->hubp_setup2(hubp, hubp_regs, global_sync, timing); in hwss_hubp_setup2()
3808 union dml2_global_sync_programming *global_sync, in hwss_add_hubp_setup2() argument
3815 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/hwss/
H A Dhw_sequencer.h644 union dml2_global_sync_programming *global_sync; member
1919 union dml2_global_sync_programming *global_sync,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1525 new_pipe->update_flags.bits.global_sync = 1; in dcn20_detect_pipe_changes()
1562 new_pipe->update_flags.bits.global_sync = 1; in dcn20_detect_pipe_changes()
1695 &pipe_ctx->global_sync, in dcn20_update_dchubp_dpp()
1933 if (pipe_ctx->update_flags.bits.global_sync && !pipe_ctx->top_pipe in dcn20_program_pipe()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1484 phantom_pipe->update_flags.bits.global_sync = 1; in dcn32_apply_update_flags_for_phantom()
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn401/
H A Ddcn401_resource.c1811 return pipe_ctx->global_sync.dcn4x.vstartup_lines; in dcn401_get_vstartup_for_pipe()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12768 dml2_core_calcs_get_global_sync_programming(mode_lib, &out->global_sync, pipe_index); in dml2_core_calcs_get_stream_programming()