Home
last modified time | relevance | path

Searched refs:vready_offset (Results 1 – 25 of 37) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Doptc.h67 int vready_offset; member
83 int vready_offset,
102 int vready_offset,
H A Dtiming_generator.h339 int vready_offset,
425 int vready_offset,
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn401/
H A Ddcn401_optc.c406 int vready_offset, in optc401_program_global_sync() argument
414 optc1->vready_offset = vready_offset; in optc401_program_global_sync()
433 VREADY_OFFSET, optc1->vready_offset); in optc401_program_global_sync()
444 MASTER_UPDATE_LOCK_VUPDATE_KEEPOUT_END_OFFSET, optc1->vready_offset + 10, in optc401_set_vupdate_keepout()
H A Ddcn401_optc.h178 int vready_offset,
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.c65 int vready_offset, in optc1_program_global_sync() argument
73 optc1->vready_offset = vready_offset; in optc1_program_global_sync()
92 VREADY_OFFSET, optc1->vready_offset); in optc1_program_global_sync()
159 int vready_offset, in optc1_program_timing() argument
180 optc1->vready_offset = vready_offset; in optc1_program_timing()
287 vready_offset, in optc1_program_timing()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c910 pipe_ctx->pipe_dlg_param.vready_offset, in dcn20_enable_stream_timing()
1558 if (old_pipe->pipe_dlg_param.vready_offset != new_pipe->pipe_dlg_param.vready_offset in dcn20_detect_pipe_changes()
1868 int vready_offset = pipe->pipe_dlg_param.vready_offset; in dcn20_calculate_vready_offset_for_group() local
1872 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in dcn20_calculate_vready_offset_for_group()
1873 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in dcn20_calculate_vready_offset_for_group()
1876 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in dcn20_calculate_vready_offset_for_group()
1877 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in dcn20_calculate_vready_offset_for_group()
1880 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in dcn20_calculate_vready_offset_for_group()
1881 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in dcn20_calculate_vready_offset_for_group()
1884 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in dcn20_calculate_vready_offset_for_group()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c1156 int vready_offset = pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group() local
1160 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()
1161 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
1164 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()
1165 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
1168 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()
1169 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
1172 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()
1173 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
1176 return vready_offset; in calculate_vready_offset_for_group()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20v2.c857 unsigned int vready_offset; in dml20v2_rq_dlg_get_dlg_params() local
1005 vready_offset = dst->vready_offset; in dml20v2_rq_dlg_get_dlg_params()
1030 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20v2_rq_dlg_get_dlg_params()
1037 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20v2_rq_dlg_get_dlg_params()
H A Ddisplay_rq_dlg_calc_20.c857 unsigned int vready_offset; in dml20_rq_dlg_get_dlg_params() local
1004 vready_offset = dst->vready_offset; in dml20_rq_dlg_get_dlg_params()
1029 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20_rq_dlg_get_dlg_params()
1036 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c903 unsigned int vready_offset; in dml_rq_dlg_get_dlg_params() local
1044 vready_offset = dst->vready_offset; in dml_rq_dlg_get_dlg_params()
1069 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml_rq_dlg_get_dlg_params()
1076 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dce80/
H A Ddce80_timing_generator.c110 int vready_offset, in dce80_timing_generator_program_timing() argument
/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_timing_generator.h260 int vready_offset,
H A Ddce110_timing_generator_v.c437 int vready_offset, in dce110_timing_generator_v_program_timing() argument
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c969 unsigned int vready_offset = 0; in dml_rq_dlg_get_dlg_params() local
1105 vready_offset = dst->vready_offset; in dml_rq_dlg_get_dlg_params()
1130 - (double)(vready_offset + vupdate_width + vupdate_offset) / htotal in dml_rq_dlg_get_dlg_params()
1137 - (double)(vready_offset + vupdate_width + vupdate_offset) / htotal in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml1_display_rq_dlg_calc.c1062 unsigned int vready_offset; in dml1_rq_dlg_get_dlg_params() local
1244 vready_offset = e2e_pipe_param->pipe.dest.vready_offset; in dml1_rq_dlg_get_dlg_params()
1313 line_setup = (double) (vupdate_offset + vupdate_width + vready_offset) / (double) htotal; in dml1_rq_dlg_get_dlg_params()
1336 DTRACE("DLG: %s: vready_offset = %d", __func__, vready_offset); in dml1_rq_dlg_get_dlg_params()
H A Ddisplay_mode_lib.c236 dml_print("DML PARAMS: vready_offset = %d\n", pipe_dest->vready_offset); in dml_log_pipe_params()
H A Ddisplay_mode_structs.h525 unsigned int vready_offset; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c909 unsigned int vready_offset; in dml_rq_dlg_get_dlg_params() local
1024 vready_offset = dst->vready_offset; in dml_rq_dlg_get_dlg_params()
1028 …if (vstartup_start / 2.0 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal <= v… in dml_rq_dlg_get_dlg_params()
1033 …if (vstartup_start - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal <= vblank_… in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_timing_generator.c110 int vready_offset, in program_timing() argument
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c994 unsigned int vready_offset; in dml_rq_dlg_get_dlg_params() local
1111 vready_offset = dst->vready_offset; in dml_rq_dlg_get_dlg_params()
1115 …if (vstartup_start / 2.0 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal <= v… in dml_rq_dlg_get_dlg_params()
1120 …if (vstartup_start - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal <= vblank_… in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h687 __field(int, vready_offset)
705 __entry->vready_offset = optc_state->vupdate_offset;
726 __entry->vready_offset
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core.h184 dml_get_per_surface_var_decl(vready_offset, dml_uint_t);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2087 unsigned int vready_offset = pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group() local
2091 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
2092 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
2095 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
2096 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
2099 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
2100 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
2103 if (other_pipe->global_sync.dcn4x.vready_offset_pixels > vready_offset) in dcn401_calculate_vready_offset_for_group()
2104 vready_offset = other_pipe->global_sync.dcn4x.vready_offset_pixels; in dcn401_calculate_vready_offset_for_group()
2107 return vready_offset; in dcn401_calculate_vready_offset_for_group()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c1672 int vready_offset, in hwss_add_tg_program_global_sync() argument
1680 …e->steps[*seq_state->num_steps].params.tg_program_global_sync_params.vready_offset = vready_offset; in hwss_add_tg_program_global_sync()
2365 int vready_offset = params->tg_program_global_sync_params.vready_offset; in hwss_tg_program_global_sync() local
2372 tg->funcs->program_global_sync(tg, vready_offset, vstartup_lines, in hwss_tg_program_global_sync()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h271 int vready_offset; member
1670 int vready_offset,

12