Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml_display_rq_dlg_calc.c238 dml_float_t refcyc_per_line_delivery_l; in dml_rq_dlg_get_dlg_reg() local
370refcyc_per_line_delivery_l = dml_get_refcyc_per_line_delivery_l_in_us(mode_lib, pipe_idx) * ref… in dml_rq_dlg_get_dlg_reg()
373 …rint("DML_DLG: %s: refcyc_per_line_delivery_l = %3.2f\n", __func__, refcyc_per_line_delivery_l); in dml_rq_dlg_get_dlg_reg()
471 disp_dlg_regs->refcyc_per_line_delivery_l = (dml_uint_t)dml_floor(refcyc_per_line_delivery_l, 1); in dml_rq_dlg_get_dlg_reg()
552 ASSERT(disp_dlg_regs->refcyc_per_line_delivery_l < (dml_uint_t)dml_pow(2, 13)); in dml_rq_dlg_get_dlg_reg()
H A Ddml2_translation_helper.c1498 out->dlg_regs.refcyc_per_line_delivery_l = disp_dlg_regs->refcyc_per_line_delivery_l; in dml2_update_pipe_ctx_dchub_regs()
H A Ddisplay_mode_util.c288 dml_print("DML: refcyc_per_line_delivery_l = 0x%x\n", dlg_regs->refcyc_per_line_delivery_l); in dml_print_dlg_regs_st()
H A Ddisplay_mode_core_structs.h1963 dml_uint_t refcyc_per_line_delivery_l; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h655 unsigned int refcyc_per_line_delivery_l; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1632 double refcyc_per_line_delivery_l; member
H A Ddml2_core_dcn4_calcs.c12575 …l->refcyc_per_line_delivery_l = mode_lib->mp.DisplayPipeLineDeliveryTimeLuma[mode_lib->mp.pipe_pla… in rq_dlg_get_dlg_reg()
12578 …BOSE("DML_DLG: %s: refcyc_per_line_delivery_l = %3.2f\n", __func__, l->refcyc_per_line_delivery_l); in rq_dlg_get_dlg_reg()
12658 …disp_dlg_regs->refcyc_per_line_delivery_l = (unsigned int)math_floor2(l->refcyc_per_line_delivery_… in rq_dlg_get_dlg_reg()
12742 DML_ASSERT(disp_dlg_regs->refcyc_per_line_delivery_l < (unsigned int)math_pow(2, 13)); in rq_dlg_get_dlg_reg()