/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
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-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
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()
|
D | dml2_translation_helper.c | 1477 out->dlg_regs.vready_after_vcount0 = disp_dlg_regs->vready_after_vcount0; in dml2_update_pipe_ctx_dchub_regs()
|
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()
|
D | display_mode_core_structs.h | 1915 dml_uint_t vready_after_vcount0; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
D | dml_top_dchub_registers.h | 45 uint32_t vready_after_vcount0; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_rq_dlg_calc_31.c | 1033 disp_dlg_regs->vready_after_vcount0 = 1; in dml_rq_dlg_get_dlg_params() 1035 disp_dlg_regs->vready_after_vcount0 = 0; in dml_rq_dlg_get_dlg_params() 1038 disp_dlg_regs->vready_after_vcount0 = 1; in dml_rq_dlg_get_dlg_params() 1040 disp_dlg_regs->vready_after_vcount0 = 0; in dml_rq_dlg_get_dlg_params() 1043 …l_print("DML_DLG: %s: vready_after_vcount0 = %d\n", __func__, disp_dlg_regs->vready_after_vcount0); in dml_rq_dlg_get_dlg_params()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_rq_dlg_calc_314.c | 1120 disp_dlg_regs->vready_after_vcount0 = 1; in dml_rq_dlg_get_dlg_params() 1122 disp_dlg_regs->vready_after_vcount0 = 0; in dml_rq_dlg_get_dlg_params() 1125 disp_dlg_regs->vready_after_vcount0 = 1; in dml_rq_dlg_get_dlg_params() 1127 disp_dlg_regs->vready_after_vcount0 = 0; in dml_rq_dlg_get_dlg_params() 1130 …l_print("DML_DLG: %s: vready_after_vcount0 = %d\n", __func__, disp_dlg_regs->vready_after_vcount0); in dml_rq_dlg_get_dlg_params()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.c | 1075 disp_dlg_regs->vready_after_vcount0 = 1; in dml_rq_dlg_get_dlg_params() 1077 disp_dlg_regs->vready_after_vcount0 = 0; in dml_rq_dlg_get_dlg_params() 1082 disp_dlg_regs->vready_after_vcount0 = 1; in dml_rq_dlg_get_dlg_params() 1084 disp_dlg_regs->vready_after_vcount0 = 0; in dml_rq_dlg_get_dlg_params()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20.c | 1035 disp_dlg_regs->vready_after_vcount0 = 1; in dml20_rq_dlg_get_dlg_params() 1037 disp_dlg_regs->vready_after_vcount0 = 0; in dml20_rq_dlg_get_dlg_params() 1042 disp_dlg_regs->vready_after_vcount0 = 1; in dml20_rq_dlg_get_dlg_params() 1044 disp_dlg_regs->vready_after_vcount0 = 0; in dml20_rq_dlg_get_dlg_params()
|
D | display_rq_dlg_calc_20v2.c | 1036 disp_dlg_regs->vready_after_vcount0 = 1; in dml20v2_rq_dlg_get_dlg_params() 1038 disp_dlg_regs->vready_after_vcount0 = 0; in dml20v2_rq_dlg_get_dlg_params() 1043 disp_dlg_regs->vready_after_vcount0 = 1; in dml20v2_rq_dlg_get_dlg_params() 1045 disp_dlg_regs->vready_after_vcount0 = 0; in dml20v2_rq_dlg_get_dlg_params()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_rq_dlg_helpers.c | 308 dlg_regs->vready_after_vcount0); in print__dlg_regs_st()
|
D | display_mode_structs.h | 659 unsigned int vready_after_vcount0; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_rq_dlg_calc_30.c | 1136 disp_dlg_regs->vready_after_vcount0 = 1; in dml_rq_dlg_get_dlg_params() 1138 disp_dlg_regs->vready_after_vcount0 = 0; in dml_rq_dlg_get_dlg_params() 1143 disp_dlg_regs->vready_after_vcount0 = 1; in dml_rq_dlg_get_dlg_params() 1145 disp_dlg_regs->vready_after_vcount0 = 0; in dml_rq_dlg_get_dlg_params()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
D | dml21_utils.c | 221 out->dlg_regs.vready_after_vcount0 = disp_dlg_regs->vready_after_vcount0; in dml21_update_pipe_ctx_dchub_regs()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer_debug.c | 276 … dlg_regs->chunk_hdl_adjust_cur1, dlg_regs->vready_after_vcount0, dlg_regs->dst_y_delta_drq_limit, in dcn10_get_dlg_states()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1407 unsigned int vready_after_vcount0; member
|
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()
|
D | dml2_core_dcn4_calcs.c | 12023 …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() 12024 disp_dlg_regs->vready_after_vcount0 = l->vready_after_vcount0; in rq_dlg_get_dlg_reg() 12026 …_printf("DML_DLG: %s: vready_after_vcount0 = %d\n", __func__, disp_dlg_regs->vready_after_vcount0); in rq_dlg_get_dlg_reg()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
D | dcn10_hwseq.c | 261 … dlg_regs->chunk_hdl_adjust_cur1, dlg_regs->vready_after_vcount0, dlg_regs->dst_y_delta_drq_limit, in dcn10_log_hubp_states()
|