Searched refs:global_sync (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
H A D | dcn401_hwseq.c | 820 (unsigned int)pipe_ctx->global_sync.dcn4x.vready_offset_pixels, in dcn401_enable_stream_timing() 821 (unsigned int)pipe_ctx->global_sync.dcn4x.vstartup_lines, in dcn401_enable_stream_timing() 822 (unsigned int)pipe_ctx->global_sync.dcn4x.vupdate_offset_pixels, in dcn401_enable_stream_timing() 823 (unsigned int)pipe_ctx->global_sync.dcn4x.vupdate_vupdate_width_pixels, in dcn401_enable_stream_timing() 824 (unsigned int)pipe_ctx->global_sync.dcn4x.pstate_keepout_start_lines, in dcn401_enable_stream_timing() 1910 unsigned int vready_offset = pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group() 1914 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group() 1915 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group() 1918 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group() 1919 vready_offset = other_pipe->global_sync in dcn401_calculate_vready_offset_for_group() [all...] |
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
H A D | dml21_utils.c | 150 union dml2_global_sync_programming *global_sync = &stream_programming->global_sync; in dml21_pipe_populate_global_sync() local 154 global_sync = &stream_programming->phantom_stream.global_sync; in dml21_pipe_populate_global_sync() 157 memcpy(&pipe_ctx->global_sync, in dml21_pipe_populate_global_sync() 158 global_sync, in dml21_pipe_populate_global_sync()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
H A D | dml_top_types.h | 271 union dml2_global_sync_programming global_sync; member 280 union dml2_global_sync_programming global_sync; member
|
/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | core_types.h | 406 uint32_t global_sync : 1; member 485 union dml2_global_sync_programming global_sync; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_dcn4.c | 399 dml2_core_calcs_get_global_sync_programming(&core->clean_me_up.mode_lib, &programming->stream_programming[main_plane->stream_index].phantom_stream.global_sync, dml_internal_pipe_index); in pack_mode_programming_params_with_implicit_subvp()
|
H A D | dml2_core_dcn4_calcs.c | 12718 dml2_core_calcs_get_global_sync_programming(mode_lib, &out->global_sync, pipe_index); in dml2_core_calcs_get_stream_programming()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
H A D | dcn32_hwseq.c | 1474 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 D | dcn401_resource.c | 1770 return pipe_ctx->global_sync.dcn4x.vstartup_lines; in dcn401_get_vstartup_for_pipe()
|