Home
last modified time | relevance | path

Searched refs:vready_after_vcount0 (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml_display_rq_dlg_calc.c220 dml_uint_t vready_after_vcount0; in dml_rq_dlg_get_dlg_reg() local
329 vready_after_vcount0 = (dml_uint_t)(dml_get_vready_at_or_after_vsync(mode_lib, pipe_idx)); in dml_rq_dlg_get_dlg_reg()
330 disp_dlg_regs->vready_after_vcount0 = vready_after_vcount0; in dml_rq_dlg_get_dlg_reg()
332 …l_print("DML_DLG: %s: vready_after_vcount0 = %d\n", __func__, disp_dlg_regs->vready_after_vcount0); in dml_rq_dlg_get_dlg_reg()
H A Ddml2_translation_helper.c1512 out->dlg_regs.vready_after_vcount0 = disp_dlg_regs->vready_after_vcount0; in dml2_update_pipe_ctx_dchub_regs()
H A Ddisplay_mode_util.c297 dml_print("DML: vready_after_vcount0 = 0x%x\n", dlg_regs->vready_after_vcount0); in dml_print_dlg_regs_st()
H A Ddisplay_mode_core_structs.h1973 dml_uint_t vready_after_vcount0; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h659 unsigned int vready_after_vcount0; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1617 unsigned int vready_after_vcount0;
1614 unsigned int vready_after_vcount0; global() member
H A Ddml2_core_dcn4_calcs.c12567 l->vready_after_vcount0 = (unsigned int)(mode_lib->mp.VREADY_AT_OR_AFTER_VSYNC[mode_lib->mp.pipe_plane[pipe_idx]]); in rq_dlg_get_dlg_reg()
12568 disp_dlg_regs->vready_after_vcount0 = l->vready_after_vcount0; in rq_dlg_get_dlg_reg()
12570 DML_LOG_VERBOSE("DML_DLG: %s: vready_after_vcount0 = %d\n", __func__, disp_dlg_regs->vready_after_vcount0); in rq_dlg_get_dlg_reg()