| /drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| A D | display_rq_dlg_calc_32.c | 253 double refcyc_per_pte_group_nom_l; in dml32_rq_dlg_get_dlg_reg() local 478 …refcyc_per_pte_group_nom_l = get_refcyc_per_pte_group_nom_l_in_us(mode_lib, e2e_pipe_param, num_pi… in dml32_rq_dlg_get_dlg_reg() 508 dlg_regs->refcyc_per_pte_group_nom_l = refcyc_per_pte_group_nom_l; in dml32_rq_dlg_get_dlg_reg() 584 if (dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml32_rq_dlg_get_dlg_reg() 585 dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml32_rq_dlg_get_dlg_reg()
|
| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | dml_display_rq_dlg_calc.c | 252 dml_float_t refcyc_per_pte_group_nom_l; in dml_rq_dlg_get_dlg_reg() local 440 …refcyc_per_pte_group_nom_l = dml_get_refcyc_per_pte_group_nom_l_in_us(mode_lib, pipe_idx) * refcl… in dml_rq_dlg_get_dlg_reg() 458 disp_dlg_regs->refcyc_per_pte_group_nom_l = (dml_uint_t)(refcyc_per_pte_group_nom_l); in dml_rq_dlg_get_dlg_reg() 532 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (dml_uint_t)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_reg() 533 disp_dlg_regs->refcyc_per_pte_group_nom_l = (dml_uint_t)(dml_pow(2, 23) - 1); in dml_rq_dlg_get_dlg_reg()
|
| A D | dml2_translation_helper.c | 1481 out->dlg_regs.refcyc_per_pte_group_nom_l = disp_dlg_regs->refcyc_per_pte_group_nom_l; in dml2_update_pipe_ctx_dchub_regs()
|
| A D | display_mode_util.c | 277 dml_print("DML: refcyc_per_pte_group_nom_l = 0x%x\n", dlg_regs->refcyc_per_pte_group_nom_l); in dml_print_dlg_regs_st()
|
| A D | display_mode_core_structs.h | 1956 dml_uint_t refcyc_per_pte_group_nom_l; member
|
| /drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
| A D | dcn21_hubp.c | 400 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr.refcyc_per_pte_group_nom_l); in hubp21_validate_dml_output() 434 if (dlg_attr.refcyc_per_pte_group_nom_l != dml_dlg_attr->refcyc_per_pte_group_nom_l) in hubp21_validate_dml_output() 436 dml_dlg_attr->refcyc_per_pte_group_nom_l, dlg_attr.refcyc_per_pte_group_nom_l); in hubp21_validate_dml_output()
|
| /drivers/gpu/drm/amd/display/dc/hubp/dcn20/ |
| A D | dcn20_hubp.c | 116 REFCYC_PER_PTE_GROUP_NOM_L, dlg_attr->refcyc_per_pte_group_nom_l); in hubp2_program_deadline() 1198 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr->refcyc_per_pte_group_nom_l); in hubp2_read_state_common() 1509 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr.refcyc_per_pte_group_nom_l); in hubp2_validate_dml_output() 1543 if (dlg_attr.refcyc_per_pte_group_nom_l != dml_dlg_attr->refcyc_per_pte_group_nom_l) in hubp2_validate_dml_output() 1545 dml_dlg_attr->refcyc_per_pte_group_nom_l, dlg_attr.refcyc_per_pte_group_nom_l); in hubp2_validate_dml_output()
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
| A D | dml_top_dchub_registers.h | 33 uint32_t refcyc_per_pte_group_nom_l; member
|
| /drivers/gpu/drm/amd/display/dc/dml/ |
| A D | display_rq_dlg_helpers.c | 258 dlg_regs->refcyc_per_pte_group_nom_l); in print__dlg_regs_st()
|
| A D | display_mode_structs.h | 647 unsigned int refcyc_per_pte_group_nom_l; member
|
| A D | dml1_display_rq_dlg_calc.c | 1572 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l in dml1_rq_dlg_get_dlg_params() 1575 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml1_rq_dlg_get_dlg_params() 1576 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml1_rq_dlg_get_dlg_params()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| A D | display_rq_dlg_calc_20.c | 1443 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l in dml20_rq_dlg_get_dlg_params() 1446 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml20_rq_dlg_get_dlg_params() 1447 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml20_rq_dlg_get_dlg_params()
|
| A D | display_rq_dlg_calc_20v2.c | 1444 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l in dml20v2_rq_dlg_get_dlg_params() 1447 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml20v2_rq_dlg_get_dlg_params() 1448 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml20v2_rq_dlg_get_dlg_params()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| A D | display_rq_dlg_calc_21.c | 1551 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l in dml_rq_dlg_get_dlg_params() 1554 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1555 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| A D | display_rq_dlg_calc_30.c | 1640 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int)((double)dpte_row_height_l in dml_rq_dlg_get_dlg_params() 1643 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1644 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| A D | display_rq_dlg_calc_31.c | 1476 …disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l / (double) … in dml_rq_dlg_get_dlg_params() 1478 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1479 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
| A D | display_rq_dlg_calc_314.c | 1564 …disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l / (double) … in dml_rq_dlg_get_dlg_params() 1566 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1567 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
| /drivers/gpu/drm/amd/display/dc/hubp/dcn401/ |
| A D | dcn401_hubp.c | 249 REFCYC_PER_PTE_GROUP_NOM_L, dlg_attr->refcyc_per_pte_group_nom_l); in hubp401_program_deadline() 859 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr->refcyc_per_pte_group_nom_l); in hubp401_read_state()
|
| /drivers/gpu/drm/amd/display/dc/hubp/dcn10/ |
| A D | dcn10_hubp.c | 641 REFCYC_PER_PTE_GROUP_NOM_L, dlg_attr->refcyc_per_pte_group_nom_l); in hubp1_program_deadline() 967 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr->refcyc_per_pte_group_nom_l); in hubp1_read_state_common()
|
| /drivers/gpu/drm/amd/display/dc/dcn10/ |
| A D | dcn10_hw_sequencer_debug.c | 270 dlg_regs->dst_y_per_pte_row_nom_c, dlg_regs->refcyc_per_pte_group_nom_l, in dcn10_get_dlg_states()
|
| /drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_shared_types.h | 1622 double refcyc_per_pte_group_nom_l; member
|
| A D | dml2_core_dcn4_calcs.c | 12547 …l->refcyc_per_pte_group_nom_l = mode_lib->mp.time_per_pte_group_nom_luma[mode_lib->mp.pipe_plane[p… in rq_dlg_get_dlg_reg() 12558 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int)(l->refcyc_per_pte_group_nom_l); in rq_dlg_get_dlg_reg() 12637 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg() 12638 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int)(math_pow(2, 23) - 1); in rq_dlg_get_dlg_reg()
|
| /drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
| A D | dcn10_hwseq.c | 406 dlg_regs->dst_y_per_pte_row_nom_c, dlg_regs->refcyc_per_pte_group_nom_l, in dcn10_log_hubp_states()
|