Home
last modified time | relevance | path

Searched refs:refcyc_per_vm_req_flip (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubp.c85 uint32_t refcyc_per_vm_req_flip; in apply_DEDCN21_142_wa_for_hostvm_deadline() local
113 REFCYC_PER_VM_REQ_FLIP, &refcyc_per_vm_req_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline()
115 if (refcyc_per_vm_req_flip == uninitialized_hw_default || in apply_DEDCN21_142_wa_for_hostvm_deadline()
116 refcyc_per_vm_req_flip > dlg_attr->refcyc_per_vm_req_flip) in apply_DEDCN21_142_wa_for_hostvm_deadline()
118 REFCYC_PER_VM_REQ_FLIP, dlg_attr->refcyc_per_vm_req_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline()
563 REFCYC_PER_VM_REQ_FLIP, &dlg_attr.refcyc_per_vm_req_flip); in hubp21_validate_dml_output()
580 if (dlg_attr.refcyc_per_vm_req_flip != dml_dlg_attr->refcyc_per_vm_req_flip) in hubp21_validate_dml_output()
582 dml_dlg_attr->refcyc_per_vm_req_flip, dlg_att in hubp21_validate_dml_output()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubp.c85 uint32_t refcyc_per_vm_req_flip; in apply_DEDCN21_142_wa_for_hostvm_deadline() local
113 REFCYC_PER_VM_REQ_FLIP, &refcyc_per_vm_req_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline()
115 if (refcyc_per_vm_req_flip == uninitialized_hw_default || in apply_DEDCN21_142_wa_for_hostvm_deadline()
116 refcyc_per_vm_req_flip > dlg_attr->refcyc_per_vm_req_flip) in apply_DEDCN21_142_wa_for_hostvm_deadline()
118 REFCYC_PER_VM_REQ_FLIP, dlg_attr->refcyc_per_vm_req_flip); in apply_DEDCN21_142_wa_for_hostvm_deadline()
563 REFCYC_PER_VM_REQ_FLIP, &dlg_attr.refcyc_per_vm_req_flip); in hubp21_validate_dml_output()
580 if (dlg_attr.refcyc_per_vm_req_flip != dml_dlg_attr->refcyc_per_vm_req_flip) in hubp21_validate_dml_output()
582 dml_dlg_attr->refcyc_per_vm_req_flip, dlg_att in hubp21_validate_dml_output()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_rq_dlg_calc_32.c466 dlg_regs->refcyc_per_vm_req_flip = get_refcyc_per_vm_req_flip_in_us(mode_lib, e2e_pipe_param, num_pipes, in dml32_rq_dlg_get_dlg_reg()
568 if (dlg_regs->refcyc_per_vm_req_flip >= (unsigned int) dml_pow(2, 23)) in dml32_rq_dlg_get_dlg_reg()
569 dlg_regs->refcyc_per_vm_req_flip = dml_pow(2, 23) - 1; in dml32_rq_dlg_get_dlg_reg()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h485 unsigned int refcyc_per_vm_req_flip; member
H A Ddisplay_mode_vba.h77 dml_get_pipe_attr_decl(refcyc_per_vm_req_flip); variable
H A Ddisplay_mode_vba.c133 dml_get_pipe_attr_func(refcyc_per_vm_req_flip, mode_lib->vba.TimePerVMRequestFlip);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c1531 disp_dlg_regs->refcyc_per_vm_req_flip = get_refcyc_per_vm_req_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); in dml_rq_dlg_get_dlg_params()
1543 if (disp_dlg_regs->refcyc_per_vm_req_flip >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1544 disp_dlg_regs->refcyc_per_vm_req_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c1531 disp_dlg_regs->refcyc_per_vm_req_flip = get_refcyc_per_vm_req_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); in dml_rq_dlg_get_dlg_params()
1543 if (disp_dlg_regs->refcyc_per_vm_req_flip >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1544 disp_dlg_regs->refcyc_per_vm_req_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h668 unsigned int refcyc_per_vm_req_flip; member
H A Ddisplay_mode_vba.h114 dml_get_pipe_attr_decl(refcyc_per_vm_req_flip); variable
H A Ddisplay_mode_vba.c155 dml_get_pipe_attr_func(refcyc_per_vm_req_flip, mode_lib->vba.TimePerVMRequestFlip);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c1707 disp_dlg_regs->refcyc_per_vm_req_flip = get_refcyc_per_vm_req_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); in dml_rq_dlg_get_dlg_params()
1719 if (disp_dlg_regs->refcyc_per_vm_req_flip >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1720 disp_dlg_regs->refcyc_per_vm_req_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn31/
H A Ddisplay_rq_dlg_calc_31.c1459 disp_dlg_regs->refcyc_per_vm_req_flip = get_refcyc_per_vm_req_flip_in_us(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); // From VBA in dml_rq_dlg_get_dlg_params()
1471 if (disp_dlg_regs->refcyc_per_vm_req_flip >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1472 disp_dlg_regs->refcyc_per_vm_req_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c1618 disp_dlg_regs->refcyc_per_vm_req_flip = get_refcyc_per_vm_req_flip(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); in dml_rq_dlg_get_dlg_params()
1630 if (disp_dlg_regs->refcyc_per_vm_req_flip >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1631 disp_dlg_regs->refcyc_per_vm_req_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddisplay_rq_dlg_calc_314.c1547 disp_dlg_regs->refcyc_per_vm_req_flip = get_refcyc_per_vm_req_flip_in_us(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); // From VBA in dml_rq_dlg_get_dlg_params()
1559 if (disp_dlg_regs->refcyc_per_vm_req_flip >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1560 disp_dlg_regs->refcyc_per_vm_req_flip = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()

Completed in 40 milliseconds