Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubp.c83 uint32_t refcyc_per_vm_req_vblank; in apply_DEDCN21_142_wa_for_hostvm_deadline() local
97 REFCYC_PER_VM_REQ_VBLANK, &refcyc_per_vm_req_vblank); in apply_DEDCN21_142_wa_for_hostvm_deadline()
99 if (refcyc_per_vm_req_vblank == uninitialized_hw_default || in apply_DEDCN21_142_wa_for_hostvm_deadline()
100 refcyc_per_vm_req_vblank > dlg_attr->refcyc_per_vm_req_vblank) in apply_DEDCN21_142_wa_for_hostvm_deadline()
102 REFCYC_PER_VM_REQ_VBLANK, dlg_attr->refcyc_per_vm_req_vblank); in apply_DEDCN21_142_wa_for_hostvm_deadline()
559 REFCYC_PER_VM_REQ_VBLANK, &dlg_attr.refcyc_per_vm_req_vblank); in hubp21_validate_dml_output()
574 if (dlg_attr.refcyc_per_vm_req_vblank != dml_dlg_attr->refcyc_per_vm_req_vblank) in hubp21_validate_dml_output()
576 dml_dlg_attr->refcyc_per_vm_req_vblank, dlg_att in hubp21_validate_dml_output()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_hubp.c83 uint32_t refcyc_per_vm_req_vblank; in apply_DEDCN21_142_wa_for_hostvm_deadline() local
97 REFCYC_PER_VM_REQ_VBLANK, &refcyc_per_vm_req_vblank); in apply_DEDCN21_142_wa_for_hostvm_deadline()
99 if (refcyc_per_vm_req_vblank == uninitialized_hw_default || in apply_DEDCN21_142_wa_for_hostvm_deadline()
100 refcyc_per_vm_req_vblank > dlg_attr->refcyc_per_vm_req_vblank) in apply_DEDCN21_142_wa_for_hostvm_deadline()
102 REFCYC_PER_VM_REQ_VBLANK, dlg_attr->refcyc_per_vm_req_vblank); in apply_DEDCN21_142_wa_for_hostvm_deadline()
559 REFCYC_PER_VM_REQ_VBLANK, &dlg_attr.refcyc_per_vm_req_vblank); in hubp21_validate_dml_output()
574 if (dlg_attr.refcyc_per_vm_req_vblank != dml_dlg_attr->refcyc_per_vm_req_vblank) in hubp21_validate_dml_output()
576 dml_dlg_attr->refcyc_per_vm_req_vblank, 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.c464 dlg_regs->refcyc_per_vm_req_vblank = get_refcyc_per_vm_req_vblank_in_us(mode_lib, e2e_pipe_param, num_pipes, in dml32_rq_dlg_get_dlg_reg()
565 if (dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int) dml_pow(2, 23)) in dml32_rq_dlg_get_dlg_reg()
566 dlg_regs->refcyc_per_vm_req_vblank = 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.h484 unsigned int refcyc_per_vm_req_vblank; member
H A Ddisplay_mode_vba.h76 dml_get_pipe_attr_decl(refcyc_per_vm_req_vblank); variable
H A Ddisplay_mode_vba.c132 dml_get_pipe_attr_func(refcyc_per_vm_req_vblank, mode_lib->vba.TimePerVMRequestVBlank);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c1530 disp_dlg_regs->refcyc_per_vm_req_vblank = get_refcyc_per_vm_req_vblank(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); in dml_rq_dlg_get_dlg_params()
1540 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1541 disp_dlg_regs->refcyc_per_vm_req_vblank = 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.c1530 disp_dlg_regs->refcyc_per_vm_req_vblank = get_refcyc_per_vm_req_vblank(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); in dml_rq_dlg_get_dlg_params()
1540 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1541 disp_dlg_regs->refcyc_per_vm_req_vblank = 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.h667 unsigned int refcyc_per_vm_req_vblank; member
H A Ddisplay_mode_vba.h113 dml_get_pipe_attr_decl(refcyc_per_vm_req_vblank); variable
H A Ddisplay_mode_vba.c154 dml_get_pipe_attr_func(refcyc_per_vm_req_vblank, mode_lib->vba.TimePerVMRequestVBlank);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c1706 disp_dlg_regs->refcyc_per_vm_req_vblank = get_refcyc_per_vm_req_vblank(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); in dml_rq_dlg_get_dlg_params()
1716 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1717 disp_dlg_regs->refcyc_per_vm_req_vblank = 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.c1458 disp_dlg_regs->refcyc_per_vm_req_vblank = get_refcyc_per_vm_req_vblank_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()
1468 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1469 disp_dlg_regs->refcyc_per_vm_req_vblank = 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.c1617 disp_dlg_regs->refcyc_per_vm_req_vblank = get_refcyc_per_vm_req_vblank(mode_lib, e2e_pipe_param, num_pipes, pipe_idx) * refclk_freq_in_mhz * dml_pow(2, 10); in dml_rq_dlg_get_dlg_params()
1627 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1628 disp_dlg_regs->refcyc_per_vm_req_vblank = 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.c1546 disp_dlg_regs->refcyc_per_vm_req_vblank = get_refcyc_per_vm_req_vblank_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()
1556 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1557 disp_dlg_regs->refcyc_per_vm_req_vblank = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()

Completed in 32 milliseconds