Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/
Ddml21_translation_helper.c1111 union dml2_global_sync_programming *global_sync = &stream_programming->global_sync; in dml21_populate_pipe_ctx_dlg_params() local
1123 global_sync = &stream_programming->phantom_stream.global_sync; in dml21_populate_pipe_ctx_dlg_params()
1126 pipe_ctx->pipe_dlg_param.vstartup_start = global_sync->dcn4x.vstartup_lines; in dml21_populate_pipe_ctx_dlg_params()
1127 pipe_ctx->pipe_dlg_param.vupdate_offset = global_sync->dcn4x.vupdate_offset_pixels; in dml21_populate_pipe_ctx_dlg_params()
1128 pipe_ctx->pipe_dlg_param.vupdate_width = global_sync->dcn4x.vupdate_vupdate_width_pixels; in dml21_populate_pipe_ctx_dlg_params()
1129 pipe_ctx->pipe_dlg_param.vready_offset = global_sync->dcn4x.vready_offset_pixels; in dml21_populate_pipe_ctx_dlg_params()
1130 pipe_ctx->pipe_dlg_param.pstate_keepout = global_sync->dcn4x.pstate_keepout_start_lines; in dml21_populate_pipe_ctx_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
Ddml_top_types.h280 union dml2_global_sync_programming global_sync; member
289 union dml2_global_sync_programming global_sync; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h387 uint32_t global_sync : 1; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_dcn4.c391 …ogramming->stream_programming[main_plane->stream_index].phantom_stream.global_sync, dml_internal_p… in pack_mode_programming_params_with_implicit_subvp()
Ddml2_core_shared.c11978 …out->global_sync.dcn4x.vready_offset_pixels = mode_lib->mp.VReadyOffsetPix[mode_lib->mp.pipe_plane… in dml2_core_shared_get_stream_programming()
11979 out->global_sync.dcn4x.vstartup_lines = mode_lib->mp.VStartup[mode_lib->mp.pipe_plane[pipe_index]]; in dml2_core_shared_get_stream_programming()
11980 …out->global_sync.dcn4x.vupdate_offset_pixels = mode_lib->mp.VUpdateOffsetPix[mode_lib->mp.pipe_pla… in dml2_core_shared_get_stream_programming()
11981 …out->global_sync.dcn4x.vupdate_vupdate_width_pixels = mode_lib->mp.VUpdateWidthPix[mode_lib->mp.pi… in dml2_core_shared_get_stream_programming()
Ddml2_core_dcn4_calcs.c12291 dml2_core_calcs_get_global_sync_programming(mode_lib, &out->global_sync, pipe_index); in dml2_core_calcs_get_stream_programming()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c1515 new_pipe->update_flags.bits.global_sync = 1; in dcn20_detect_pipe_changes()
1552 new_pipe->update_flags.bits.global_sync = 1; in dcn20_detect_pipe_changes()
1883 if (pipe_ctx->update_flags.bits.global_sync && !pipe_ctx->top_pipe in dcn20_program_pipe()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
Ddcn32_hwseq.c1464 phantom_pipe->update_flags.bits.global_sync = 1; in dcn32_apply_update_flags_for_phantom()