Home
last modified time | relevance | path

Searched refs:dst_y_per_vm_flip (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c908 double dst_y_per_vm_flip; in dml_rq_dlg_get_dlg_params() local
1147 dst_y_per_vm_flip = get_dst_y_per_vm_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml_rq_dlg_get_dlg_params()
1160 dml_print("DML_DLG: %s: dst_y_per_vm_flip = %3.2f\n", __func__, dst_y_per_vm_flip); in dml_rq_dlg_get_dlg_params()
1480 disp_dlg_regs->dst_y_per_vm_flip = (unsigned int) (dst_y_per_vm_flip * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_params()
1488 …LG: %s: disp_dlg_regs->dst_y_per_vm_flip = 0x%x\n", __func__, disp_dlg_regs->dst_y_per_vm_flip); in dml_rq_dlg_get_dlg_params()
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20v2.c861 double dst_y_per_vm_flip; in dml20v2_rq_dlg_get_dlg_params() local
1097 dst_y_per_vm_flip = get_dst_y_per_vm_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml20v2_rq_dlg_get_dlg_params()
1407 disp_dlg_regs->dst_y_per_vm_flip = (unsigned int) (dst_y_per_vm_flip * dml_pow(2, 2)); in dml20v2_rq_dlg_get_dlg_params()
Ddisplay_rq_dlg_calc_20.c861 double dst_y_per_vm_flip; in dml20_rq_dlg_get_dlg_params() local
1097 dst_y_per_vm_flip = get_dst_y_per_vm_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx); in dml20_rq_dlg_get_dlg_params()
1407 disp_dlg_regs->dst_y_per_vm_flip = (unsigned int) (dst_y_per_vm_flip * dml_pow(2, 2)); in dml20_rq_dlg_get_dlg_params()
/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_rq_dlg_helpers.c227 dlg_regs.dst_y_per_vm_flip); in print__dlg_regs_st()
Ddisplay_mode_structs.h418 unsigned int dst_y_per_vm_flip; member
Ddisplay_mode_vba.h74 dml_get_pipe_attr_decl(dst_y_per_vm_flip);
Ddisplay_mode_vba.c130 dml_get_pipe_attr_func(dst_y_per_vm_flip, mode_lib->vba.DestinationLinesToRequestVMInImmediateFlip);
/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c263 dlg_regs->dst_y_per_vm_flip, dlg_regs->dst_y_per_row_flip, dlg_regs->ref_freq_to_pix_freq, in dcn10_get_dlg_states()
Ddcn10_hw_sequencer.c203 dlg_regs->dst_y_per_vm_flip, dlg_regs->dst_y_per_row_flip, dlg_regs->ref_freq_to_pix_freq, in dcn10_log_hubp_states()
/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c259 DST_Y_PER_VM_FLIP, dlg_attr->dst_y_per_vm_flip, in hubp2_setup_interdependent()