Home
last modified time | relevance | path

Searched refs:vratio_prefetch_c (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h635 unsigned int vratio_prefetch_c; member
H A Ddisplay_mode_vba.h83 dml_get_pipe_attr_decl(vratio_prefetch_c);
H A Ddisplay_mode_vba.c144 dml_get_pipe_attr_func(vratio_prefetch_c, mode_lib->vba.VRatioPrefetchC);
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml_display_rq_dlg_calc.c423 disp_dlg_regs->vratio_prefetch_c = (dml_uint_t)(vratio_pre_c * dml_pow(2, 19)); in dml_rq_dlg_get_dlg_reg()
H A Ddml2_translation_helper.c1479 out->dlg_regs.vratio_prefetch_c = disp_dlg_regs->vratio_prefetch_c; in dml2_update_pipe_ctx_dchub_regs()
H A Ddisplay_mode_util.c269 dml_print("DML: vratio_prefetch_c = 0x%x\n", dlg_regs->vratio_prefetch_c); in dml_print_dlg_regs_st()
H A Ddisplay_mode_core_structs.h1944 dml_uint_t vratio_prefetch_c; member
H A Ddisplay_mode_core.c10289 dml_get_per_surface_var_func(vratio_prefetch_c, dml_float_t, mode_lib->mp.VRatioPrefetchC);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2830 || (old_dlg_regs.vratio_prefetch_c != new_dlg_regs->vratio_prefetch_c) in dcn401_detect_pipe_changes()
2848 old_dlg_regs.vratio_prefetch_c = new_dlg_regs->vratio_prefetch_c; in dcn401_detect_pipe_changes()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h3017 …uint32_t vratio_prefetch_c; /* PREFETCH_SETTINS_C->VRATIO_PREFETCH_C from dlg_regs.vr… member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn4_calcs.c12626 disp_dlg_regs->vratio_prefetch_c = (unsigned int)(l->vratio_pre_c * math_pow(2, 19)); in rq_dlg_get_dlg_reg()