Home
last modified time | relevance | path

Searched refs:refcyc_per_vm_group_flip (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/
H A Ddcn21_hubp.c84 uint32_t refcyc_per_vm_group_flip; in apply_DEDCN21_142_wa_for_hostvm_deadline() local
105 REFCYC_PER_VM_GROUP_FLIP, &refcyc_per_vm_group_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline()
107 if (refcyc_per_vm_group_flip == uninitialized_hw_default || in apply_DEDCN21_142_wa_for_hostvm_deadline()
108 refcyc_per_vm_group_flip > dlg_attr->refcyc_per_vm_group_flip) in apply_DEDCN21_142_wa_for_hostvm_deadline()
110 REFCYC_PER_VM_GROUP_FLIP, dlg_attr->refcyc_per_vm_group_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline()
561 REFCYC_PER_VM_GROUP_FLIP, &dlg_attr.refcyc_per_vm_group_flip); in hubp21_validate_dml_output()
577 if (dlg_attr.refcyc_per_vm_group_flip != dml_dlg_attr->refcyc_per_vm_group_flip) in hubp21_validate_dml_output()
579 dml_dlg_attr->refcyc_per_vm_group_flip, dlg_attr.refcyc_per_vm_group_flip); in hubp21_validate_dml_output()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/inc/
H A Ddml_top_dchub_registers.h40 uint32_t refcyc_per_vm_group_flip; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml_display_rq_dlg_calc.c431 …disp_dlg_regs->refcyc_per_vm_group_flip = (dml_uint_t)(dml_get_refcyc_per_vm_group_flip_in_us(mo… in dml_rq_dlg_get_dlg_reg()
511 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (dml_uint_t)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_reg()
512 disp_dlg_regs->refcyc_per_vm_group_flip = (dml_uint_t)(dml_pow(2, 23) - 1); in dml_rq_dlg_get_dlg_reg()
H A Ddisplay_mode_util.c288 dml_print("DML: refcyc_per_vm_group_flip = 0x%x\n", dlg_regs->refcyc_per_vm_group_flip); in dml_print_dlg_regs_st()
H A Ddisplay_mode_core_structs.h1966 dml_uint_t refcyc_per_vm_group_flip; member
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_rq_dlg_calc_32.c461 …dlg_regs->refcyc_per_vm_group_flip = get_refcyc_per_vm_group_flip_in_us(mode_lib, e2e_pipe_param, … in dml32_rq_dlg_get_dlg_reg()
561 if (dlg_regs->refcyc_per_vm_group_flip >= (unsigned int) dml_pow(2, 23)) in dml32_rq_dlg_get_dlg_reg()
562 dlg_regs->refcyc_per_vm_group_flip = dml_pow(2, 23) - 1; in dml32_rq_dlg_get_dlg_reg()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h668 unsigned int refcyc_per_vm_group_flip; member
H A Ddisplay_mode_vba.h112 dml_get_pipe_attr_decl(refcyc_per_vm_group_flip);
H A Ddisplay_mode_vba.c153 dml_get_pipe_attr_func(refcyc_per_vm_group_flip, mode_lib->vba.TimePerVMGroupFlip);