Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_optc.c62 int vready_offset, in optc1_program_global_sync() argument
69 optc1->vready_offset = vready_offset; in optc1_program_global_sync()
87 VREADY_OFFSET, optc1->vready_offset); in optc1_program_global_sync()
142 int vready_offset, in optc1_program_timing() argument
162 optc1->vready_offset = vready_offset; in optc1_program_timing()
270 vready_offset, in optc1_program_timing()
Ddcn10_optc.h579 int vready_offset; member
620 int vready_offset,
640 int vready_offset,
Ddcn10_hubp.c131 if ((pipe_dest->vstartup_start - 2*(pipe_dest->vready_offset+pipe_dest->vupdate_width in hubp1_vready_workaround()
Ddcn10_hw_sequencer.c816 pipe_ctx->pipe_dlg_param.vready_offset, in dcn10_enable_stream_timing()
2733 pipe_ctx->pipe_dlg_param.vready_offset, in dcn10_program_all_pipe_in_tree()
/drivers/gpu/drm/amd/display/dc/inc/hw/
Dtiming_generator.h154 int vready_offset,
234 int vready_offset,
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c866 unsigned int vready_offset; in dml20_rq_dlg_get_dlg_params() local
1014 vready_offset = dst->vready_offset; in dml20_rq_dlg_get_dlg_params()
1039 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20_rq_dlg_get_dlg_params()
1046 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20_rq_dlg_get_dlg_params()
Ddisplay_rq_dlg_calc_20v2.c866 unsigned int vready_offset; in dml20v2_rq_dlg_get_dlg_params() local
1015 vready_offset = dst->vready_offset; in dml20v2_rq_dlg_get_dlg_params()
1040 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20v2_rq_dlg_get_dlg_params()
1047 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20v2_rq_dlg_get_dlg_params()
/drivers/gpu/drm/amd/display/dc/dce80/
Ddce80_timing_generator.c110 int vready_offset, in program_timing() argument
/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_timing_generator.h260 int vready_offset,
Ddce110_timing_generator_v.c438 int vready_offset, in dce110_timing_generator_v_program_timing() argument
Ddce110_timing_generator.c1960 int vready_offset, in dce110_tg_program_timing() argument
/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c1063 unsigned int vready_offset; in dml1_rq_dlg_get_dlg_params() local
1245 vready_offset = e2e_pipe_param.pipe.dest.vready_offset; in dml1_rq_dlg_get_dlg_params()
1314 line_setup = (double) (vupdate_offset + vupdate_width + vready_offset) / (double) htotal; in dml1_rq_dlg_get_dlg_params()
1341 DTRACE("DLG: %s: vready_offset = %d", __func__, vready_offset); in dml1_rq_dlg_get_dlg_params()
Ddisplay_mode_structs.h346 unsigned int vready_offset; member
Ddisplay_mode_lib.c203 dml_print("DML PARAMS: vready_offset = %d\n", pipe_dest->vready_offset); in dml_log_pipe_params()
Ddisplay_mode_vba.h104 dml_get_pipe_attr_decl(vready_offset);
Ddisplay_mode_vba.c160 dml_get_pipe_attr_func(vready_offset, mode_lib->vba.VReadyOffsetPix);
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c912 unsigned int vready_offset; in dml_rq_dlg_get_dlg_params() local
1054 vready_offset = dst->vready_offset; in dml_rq_dlg_get_dlg_params()
1079 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml_rq_dlg_get_dlg_params()
1086 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml_rq_dlg_get_dlg_params()
/drivers/gpu/drm/amd/display/dc/dce60/
Ddce60_timing_generator.c110 int vready_offset, in program_timing() argument
/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c1066 unsigned int vready_offset = 0; in dml_rq_dlg_get_dlg_params() local
1203 vready_offset = dst->vready_offset; in dml_rq_dlg_get_dlg_params()
1228 - (double)(vready_offset + vupdate_width + vupdate_offset) / htotal in dml_rq_dlg_get_dlg_params()
1235 - (double)(vready_offset + vupdate_width + vupdate_offset) / htotal in dml_rq_dlg_get_dlg_params()
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c700 pipe_ctx->pipe_dlg_param.vready_offset, in dcn20_enable_stream_timing()
1275 if (old_pipe->pipe_dlg_param.vready_offset != new_pipe->pipe_dlg_param.vready_offset in dcn20_detect_pipe_changes()
1582 pipe_ctx->pipe_dlg_param.vready_offset, in dcn20_program_pipe()
1836 pipe_ctx->pipe_dlg_param.vready_offset, in dcn20_update_bandwidth()
Ddcn20_hubp.c185 if ((pipe_dest->vstartup_start - (pipe_dest->vready_offset+pipe_dest->vupdate_width in hubp2_vready_at_or_After_vsync()
Ddcn20_resource.c3101 …pipes[pipe_idx].pipe.dest.vready_offset = get_vready_offset(&context->bw_ctx.dml, pipes, pipe_cnt,…
/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_timing_generator.c739 int vready_offset, in dce120_tg_program_timing() argument
/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calcs.c1229 pipe->pipe_dlg_param.vready_offset = v->v_ready_offset_pix[input_idx]; in dcn_validate_bandwidth()
1270 hsplit_pipe->pipe_dlg_param.vready_offset = v->v_ready_offset_pix[input_idx]; in dcn_validate_bandwidth()