Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c938 int vready_offset = pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group() local
942 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()
943 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
946 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()
947 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
950 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()
951 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
954 if (other_pipe->pipe_dlg_param.vready_offset > vready_offset) in calculate_vready_offset_for_group()
955 vready_offset = other_pipe->pipe_dlg_param.vready_offset; in calculate_vready_offset_for_group()
958 return vready_offset; in calculate_vready_offset_for_group()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20.c861 unsigned int vready_offset; in dml20_rq_dlg_get_dlg_params() local
1008 vready_offset = dst->vready_offset; in dml20_rq_dlg_get_dlg_params()
1033 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20_rq_dlg_get_dlg_params()
1040 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20_rq_dlg_get_dlg_params()
H A Ddisplay_rq_dlg_calc_20v2.c861 unsigned int vready_offset; in dml20v2_rq_dlg_get_dlg_params() local
1009 vready_offset = dst->vready_offset; in dml20v2_rq_dlg_get_dlg_params()
1034 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20v2_rq_dlg_get_dlg_params()
1041 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal in dml20v2_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c913 unsigned int vready_offset; in dml_rq_dlg_get_dlg_params() local
1028 vready_offset = dst->vready_offset; in dml_rq_dlg_get_dlg_params()
1032 …if (vstartup_start / 2.0 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal <= v… in dml_rq_dlg_get_dlg_params()
1037 …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/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c973 unsigned int vready_offset = 0; in dml_rq_dlg_get_dlg_params() local
1109 vready_offset = dst->vready_offset; in dml_rq_dlg_get_dlg_params()
1134 - (double)(vready_offset + vupdate_width + vupdate_offset) / htotal in dml_rq_dlg_get_dlg_params()
1141 - (double)(vready_offset + vupdate_width + vupdate_offset) / htotal 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.c998 unsigned int vready_offset; in dml_rq_dlg_get_dlg_params() local
1115 vready_offset = dst->vready_offset; in dml_rq_dlg_get_dlg_params()
1119 …if (vstartup_start / 2.0 - (double) (vready_offset + vupdate_width + vupdate_offset) / htotal <= v… in dml_rq_dlg_get_dlg_params()
1124 …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/dml2/
H A Ddisplay_mode_core.h184 dml_get_per_surface_var_decl(vready_offset, dml_uint_t);
H A Ddisplay_mode_core.c10311 dml_get_per_surface_var_func(vready_offset, dml_uint_t, mode_lib->mp.VReadyOffsetPix);
/linux/drivers/gpu/drm/amd/display/dc/dml/
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_vba.h141 dml_get_pipe_attr_decl(vready_offset);
H A Ddisplay_mode_vba.c181 dml_get_pipe_attr_func(vready_offset, mode_lib->vba.VReadyOffsetPix);
/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c1211 pipe->pipe_dlg_param.vready_offset = v->v_ready_offset_pix[input_idx]; in dcn_validate_bandwidth()
1252 hsplit_pipe->pipe_dlg_param.vready_offset = v->v_ready_offset_pix[input_idx]; in dcn_validate_bandwidth()
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/
H A Ddml21_translation_helper.c1129 pipe_ctx->pipe_dlg_param.vready_offset = global_sync->dcn4x.vready_offset_pixels; in dml21_populate_pipe_ctx_dlg_params()