/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_rq_dlg_calc_32.c | 235 unsigned int vready_after_vcount0; in dml32_rq_dlg_get_dlg_reg() local 288 vready_after_vcount0 = get_vready_at_or_after_vsync(mode_lib, e2e_pipe_param, num_pipes, in dml32_rq_dlg_get_dlg_reg() 290 dlg_regs->vready_after_vcount0 = vready_after_vcount0; in dml32_rq_dlg_get_dlg_reg() 292 dml_print("DML_DLG: %s: vready_after_vcount0 = %d\n", __func__, dlg_regs->vready_after_vcount0); in dml32_rq_dlg_get_dlg_reg()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml_display_rq_dlg_calc.c | 220 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 D | dml2_translation_helper.c | 1517 out->dlg_regs.vready_after_vcount0 = disp_dlg_regs->vready_after_vcount0; in dml2_update_pipe_ctx_dchub_regs()
|
H A D | display_mode_util.c | 294 dml_print("DML: vready_after_vcount0 = 0x%x\n", dlg_regs->vready_after_vcount0); in dml_print_dlg_regs_st()
|
H A D | display_mode_core_structs.h | 1972 dml_uint_t vready_after_vcount0; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
H A D | dml_top_dchub_registers.h | 45 uint32_t vready_after_vcount0; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | display_rq_dlg_calc_20.c | 1031 disp_dlg_regs->vready_after_vcount0 = 1; in dml20_rq_dlg_get_dlg_params() 1033 disp_dlg_regs->vready_after_vcount0 = 0; in dml20_rq_dlg_get_dlg_params() 1038 disp_dlg_regs->vready_after_vcount0 = 1; in dml20_rq_dlg_get_dlg_params() 1040 disp_dlg_regs->vready_after_vcount0 = 0; in dml20_rq_dlg_get_dlg_params()
|
H A D | display_rq_dlg_calc_20v2.c | 1032 disp_dlg_regs->vready_after_vcount0 = 1; in dml20v2_rq_dlg_get_dlg_params() 1034 disp_dlg_regs->vready_after_vcount0 = 0; in dml20v2_rq_dlg_get_dlg_params() 1039 disp_dlg_regs->vready_after_vcount0 = 1; in dml20v2_rq_dlg_get_dlg_params() 1041 disp_dlg_regs->vready_after_vcount0 = 0; in dml20v2_rq_dlg_get_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
H A D | display_rq_dlg_calc_21.c | 1071 disp_dlg_regs->vready_after_vcount0 = 1; in dml_rq_dlg_get_dlg_params() 1073 disp_dlg_regs->vready_after_vcount0 = 0; in dml_rq_dlg_get_dlg_params() 1078 disp_dlg_regs->vready_after_vcount0 = 1; in dml_rq_dlg_get_dlg_params() 1080 disp_dlg_regs->vready_after_vcount0 = 0; in dml_rq_dlg_get_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_rq_dlg_helpers.c | 308 dlg_regs->vready_after_vcount0); in print__dlg_regs_st()
|
H A D | display_mode_structs.h | 659 unsigned int vready_after_vcount0; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
H A D | display_rq_dlg_calc_30.c | 1132 disp_dlg_regs->vready_after_vcount0 = 1; in dml_rq_dlg_get_dlg_params() 1134 disp_dlg_regs->vready_after_vcount0 = 0; in dml_rq_dlg_get_dlg_params() 1139 disp_dlg_regs->vready_after_vcount0 = 1; in dml_rq_dlg_get_dlg_params() 1141 disp_dlg_regs->vready_after_vcount0 = 0; in dml_rq_dlg_get_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared_types.h | 1434 unsigned int vready_after_vcount0; member
|
H A D | dml2_core_shared.c | 11705 …l->vready_after_vcount0 = (unsigned int)(mode_lib->mp.VREADY_AT_OR_AFTER_VSYNC[mode_lib->mp.pipe_p… in rq_dlg_get_dlg_reg() 11706 disp_dlg_regs->vready_after_vcount0 = l->vready_after_vcount0; in rq_dlg_get_dlg_reg() 11708 …_printf("DML_DLG: %s: vready_after_vcount0 = %d\n", __func__, disp_dlg_regs->vready_after_vcount0); in rq_dlg_get_dlg_reg()
|
H A D | dml2_core_dcn4_calcs.c | 12466 …l->vready_after_vcount0 = (unsigned int)(mode_lib->mp.VREADY_AT_OR_AFTER_VSYNC[mode_lib->mp.pipe_p… in rq_dlg_get_dlg_reg() 12467 disp_dlg_regs->vready_after_vcount0 = l->vready_after_vcount0; in rq_dlg_get_dlg_reg() 12469 …_printf("DML_DLG: %s: vready_after_vcount0 = %d\n", __func__, disp_dlg_regs->vready_after_vcount0); in rq_dlg_get_dlg_reg()
|