Home
last modified time | relevance | path

Searched refs:refcyc_per_meta_chunk_nom_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.c258 dml_float_t refcyc_per_meta_chunk_nom_l; in dml_rq_dlg_get_dlg_reg() local
447 …refcyc_per_meta_chunk_nom_l = dml_get_refcyc_per_meta_chunk_nom_l_in_us(mode_lib, pipe_idx) * ref… in dml_rq_dlg_get_dlg_reg()
464 disp_dlg_regs->refcyc_per_meta_chunk_nom_l = (dml_uint_t)(refcyc_per_meta_chunk_nom_l); in dml_rq_dlg_get_dlg_reg()
543 if (disp_dlg_regs->refcyc_per_meta_chunk_nom_l >= (dml_uint_t)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_reg()
544 disp_dlg_regs->refcyc_per_meta_chunk_nom_l = (dml_uint_t)(dml_pow(2, 23) - 1); in dml_rq_dlg_get_dlg_reg()
H A Ddml2_translation_helper.c1499 out->dlg_regs.refcyc_per_meta_chunk_nom_l = disp_dlg_regs->refcyc_per_meta_chunk_nom_l; in dml2_update_pipe_ctx_dchub_regs()
H A Ddisplay_mode_core_structs.h1959 dml_uint_t refcyc_per_meta_chunk_nom_l; member
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h651 unsigned int refcyc_per_meta_chunk_nom_l; member
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn6_calcs_dchub.c907 …l->refcyc_per_meta_chunk_nom_l = mode_lib->mp.TimePerMetaChunkNominal[mode_lib->mp.pipe_plane[pipe… in dcn6_rq_dlg_get_dlg_reg()
916 disp_dlg_regs->refcyc_per_meta_chunk_nom_l = (unsigned int)(l->refcyc_per_meta_chunk_nom_l); in dcn6_rq_dlg_get_dlg_reg()
H A Ddml2_core_shared_types.h1729 double refcyc_per_meta_chunk_nom_l; member
H A Ddml2_core_dcn5_calcs_dchub.c5741 …l->refcyc_per_meta_chunk_nom_l = mode_lib->mp.TimePerMetaChunkNominal[mode_lib->mp.pipe_plane[pipe… in dcn5_rq_dlg_get_dlg_reg()
5750 disp_dlg_regs->refcyc_per_meta_chunk_nom_l = (unsigned int)(l->refcyc_per_meta_chunk_nom_l); in dcn5_rq_dlg_get_dlg_reg()