Searched refs:vratio_pre_l (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/ |
| H A D | dml_display_rq_dlg_calc.c | 234 dml_float_t vratio_pre_l; in dml_rq_dlg_get_dlg_reg() local 362 vratio_pre_l = dml_get_vratio_prefetch_l(mode_lib, pipe_idx); in dml_rq_dlg_get_dlg_reg() 365 dml_print("DML_DLG: %s: vratio_pre_l = %3.2f\n", __func__, vratio_pre_l); in dml_rq_dlg_get_dlg_reg() 422 disp_dlg_regs->vratio_prefetch = (dml_uint_t)(vratio_pre_l * dml_pow(2, 19)); in dml_rq_dlg_get_dlg_reg()
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/ |
| H A D | dml2_core_dcn6_calcs_dchub.c | 810 l->vratio_pre_l = mode_lib->mp.VRatioPrefetchY[mode_lib->mp.pipe_plane[pipe_idx]]; in dcn6_rq_dlg_get_dlg_reg() 813 DML_LOG_VERBOSE("DML_DLG: %s: vratio_pre_l = %3.2f\n", __func__, l->vratio_pre_l); in dcn6_rq_dlg_get_dlg_reg() 868 disp_dlg_regs->vratio_prefetch = (unsigned int)(l->vratio_pre_l * math_pow(2, 19)); in dcn6_rq_dlg_get_dlg_reg()
|
| H A D | dml2_core_shared_types.h | 1702 double vratio_pre_l; member
|
| H A D | dml2_core_dcn5_calcs_dchub.c | 5644 l->vratio_pre_l = mode_lib->mp.VRatioPrefetchY[mode_lib->mp.pipe_plane[pipe_idx]]; in dcn5_rq_dlg_get_dlg_reg() 5647 DML_LOG_VERBOSE("DML_DLG: %s: vratio_pre_l = %3.2f\n", __func__, l->vratio_pre_l); in dcn5_rq_dlg_get_dlg_reg() 5702 disp_dlg_regs->vratio_prefetch = (unsigned int)(l->vratio_pre_l * math_pow(2, 19)); in dcn5_rq_dlg_get_dlg_reg()
|