Home
last modified time | relevance | path

Searched refs:refcyc_per_meta_chunk_nom_l (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h651 unsigned int refcyc_per_meta_chunk_nom_l; member
H A Ddml1_display_rq_dlg_calc.c1584 disp_dlg_regs->refcyc_per_meta_chunk_nom_l = (unsigned int) ((double) meta_row_height_l in dml1_rq_dlg_get_dlg_params()
1587 if (disp_dlg_regs->refcyc_per_meta_chunk_nom_l >= (unsigned int) dml_pow(2, 23)) in dml1_rq_dlg_get_dlg_params()
1588 disp_dlg_regs->refcyc_per_meta_chunk_nom_l = dml_pow(2, 23) - 1; in dml1_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddisplay_mode_core_structs.h1959 dml_uint_t refcyc_per_meta_chunk_nom_l; member