Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h634 unsigned int vratio_prefetch; member
H A Ddml1_display_rq_dlg_calc.c1519 disp_dlg_regs->vratio_prefetch = (unsigned int) dml_pow(2, 21) - 1; in dml1_rq_dlg_get_dlg_params()
1521 disp_dlg_regs->vratio_prefetch = (unsigned int) (vratio_pre_l * dml_pow(2, 19)); in dml1_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1626 old_dlg_attr.vratio_prefetch != new_dlg_attr->vratio_prefetch || in dcn20_detect_pipe_changes()
1644 old_dlg_attr.vratio_prefetch = new_dlg_attr->vratio_prefetch; in dcn20_detect_pipe_changes()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2878 || (old_dlg_regs.vratio_prefetch != new_dlg_regs->vratio_prefetch) in dcn401_detect_pipe_changes()
2896 old_dlg_regs.vratio_prefetch = new_dlg_regs->vratio_prefetch; in dcn401_detect_pipe_changes()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h2884 …uint32_t vratio_prefetch; /* PREFETCH_SETTINS->VRATIO_PREFETCH from dlg_regs.vratio… member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1943 dml_uint_t vratio_prefetch; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c6666 state->hubp[i].vratio_prefetch = pipe_ctx->dlg_regs.vratio_prefetch; in dc_capture_register_software_state()