Home
last modified time | relevance | path

Searched refs:refcyc_per_pte_group_nom_l (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dcn21/
A Ddcn21_hubp.c398 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr.refcyc_per_pte_group_nom_l); in hubp21_validate_dml_output()
432 if (dlg_attr.refcyc_per_pte_group_nom_l != dml_dlg_attr->refcyc_per_pte_group_nom_l) in hubp21_validate_dml_output()
434 dml_dlg_attr->refcyc_per_pte_group_nom_l, dlg_attr.refcyc_per_pte_group_nom_l); in hubp21_validate_dml_output()
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_hubp.c114 REFCYC_PER_PTE_GROUP_NOM_L, dlg_attr->refcyc_per_pte_group_nom_l); in hubp2_program_deadline()
1133 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr->refcyc_per_pte_group_nom_l); in hubp2_read_state_common()
1438 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr.refcyc_per_pte_group_nom_l); in hubp2_validate_dml_output()
1472 if (dlg_attr.refcyc_per_pte_group_nom_l != dml_dlg_attr->refcyc_per_pte_group_nom_l) in hubp2_validate_dml_output()
1474 dml_dlg_attr->refcyc_per_pte_group_nom_l, dlg_attr.refcyc_per_pte_group_nom_l); in hubp2_validate_dml_output()
/linux/drivers/gpu/drm/amd/display/dc/dml/
A Ddisplay_rq_dlg_helpers.c272 dlg_regs->refcyc_per_pte_group_nom_l); in print__dlg_regs_st()
A Ddisplay_mode_structs.h469 unsigned int refcyc_per_pte_group_nom_l; member
A Ddml1_display_rq_dlg_calc.c1577 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l in dml1_rq_dlg_get_dlg_params()
1580 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml1_rq_dlg_get_dlg_params()
1581 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml1_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
A Ddisplay_rq_dlg_calc_20.c1463 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l in dml20_rq_dlg_get_dlg_params()
1466 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml20_rq_dlg_get_dlg_params()
1467 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml20_rq_dlg_get_dlg_params()
A Ddisplay_rq_dlg_calc_20v2.c1464 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l in dml20v2_rq_dlg_get_dlg_params()
1467 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml20v2_rq_dlg_get_dlg_params()
1468 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml20v2_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
A Ddisplay_rq_dlg_calc_21.c1571 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l in dml_rq_dlg_get_dlg_params()
1574 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1575 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
A Ddisplay_rq_dlg_calc_30.c1745 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int)((double)dpte_row_height_l in dml_rq_dlg_get_dlg_params()
1748 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1749 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn31/
A Ddisplay_rq_dlg_calc_31.c1609 …disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l / (double) … in dml_rq_dlg_get_dlg_params()
1611 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1612 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_hubp.c621 REFCYC_PER_PTE_GROUP_NOM_L, dlg_attr->refcyc_per_pte_group_nom_l); in hubp1_program_deadline()
946 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr->refcyc_per_pte_group_nom_l); in hubp1_read_state_common()
A Ddcn10_hw_sequencer_debug.c269 dlg_regs->dst_y_per_pte_row_nom_c, dlg_regs->refcyc_per_pte_group_nom_l, in dcn10_get_dlg_states()
A Ddcn10_hw_sequencer.c245 dlg_regs->dst_y_per_pte_row_nom_c, dlg_regs->refcyc_per_pte_group_nom_l, in dcn10_log_hubp_states()

Completed in 44 milliseconds