/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | display_rq_dlg_calc_32.c | 254 double refcyc_per_pte_group_nom_c; in dml32_rq_dlg_get_dlg_reg() local 480 …refcyc_per_pte_group_nom_c = get_refcyc_per_pte_group_nom_c_in_us(mode_lib, e2e_pipe_param, num_pi… in dml32_rq_dlg_get_dlg_reg() 509 dlg_regs->refcyc_per_pte_group_nom_c = refcyc_per_pte_group_nom_c; in dml32_rq_dlg_get_dlg_reg() 587 if (dlg_regs->refcyc_per_pte_group_nom_c >= (unsigned int) dml_pow(2, 23)) in dml32_rq_dlg_get_dlg_reg() 588 dlg_regs->refcyc_per_pte_group_nom_c = dml_pow(2, 23) - 1; in dml32_rq_dlg_get_dlg_reg()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/ |
D | dml_display_rq_dlg_calc.c | 253 dml_float_t refcyc_per_pte_group_nom_c; in dml_rq_dlg_get_dlg_reg() local 453 …refcyc_per_pte_group_nom_c = dml_get_refcyc_per_pte_group_nom_c_in_us(mode_lib, pipe_idx) * refcl… in dml_rq_dlg_get_dlg_reg() 471 disp_dlg_regs->refcyc_per_pte_group_nom_c = (dml_uint_t)(refcyc_per_pte_group_nom_c); in dml_rq_dlg_get_dlg_reg() 547 if (disp_dlg_regs->refcyc_per_pte_group_nom_c >= (dml_uint_t)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_reg() 548 disp_dlg_regs->refcyc_per_pte_group_nom_c = (dml_uint_t)(dml_pow(2, 23) - 1); in dml_rq_dlg_get_dlg_reg()
|
D | dml2_translation_helper.c | 1460 out->dlg_regs.refcyc_per_pte_group_nom_c = disp_dlg_regs->refcyc_per_pte_group_nom_c; in dml2_update_pipe_ctx_dchub_regs()
|
D | display_mode_util.c | 278 dml_print("DML: refcyc_per_pte_group_nom_c = 0x%x\n", dlg_regs->refcyc_per_pte_group_nom_c); in dml_print_dlg_regs_st()
|
D | display_mode_core_structs.h | 1898 dml_uint_t refcyc_per_pte_group_nom_c; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
D | dcn21_hubp.c | 418 REFCYC_PER_PTE_GROUP_NOM_C, &dlg_attr.refcyc_per_pte_group_nom_c); in hubp21_validate_dml_output() 455 if (dlg_attr.refcyc_per_pte_group_nom_c != dml_dlg_attr->refcyc_per_pte_group_nom_c) in hubp21_validate_dml_output() 457 dml_dlg_attr->refcyc_per_pte_group_nom_c, dlg_attr.refcyc_per_pte_group_nom_c); in hubp21_validate_dml_output()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn20/ |
D | dcn20_hubp.c | 137 REFCYC_PER_PTE_GROUP_NOM_C, dlg_attr->refcyc_per_pte_group_nom_c); in hubp2_program_deadline() 1217 REFCYC_PER_PTE_GROUP_NOM_C, &dlg_attr->refcyc_per_pte_group_nom_c); in hubp2_read_state_common() 1511 REFCYC_PER_PTE_GROUP_NOM_C, &dlg_attr.refcyc_per_pte_group_nom_c); in hubp2_validate_dml_output() 1548 if (dlg_attr.refcyc_per_pte_group_nom_c != dml_dlg_attr->refcyc_per_pte_group_nom_c) in hubp2_validate_dml_output() 1550 dml_dlg_attr->refcyc_per_pte_group_nom_c, dlg_attr.refcyc_per_pte_group_nom_c); in hubp2_validate_dml_output()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
D | dml_top_dchub_registers.h | 34 uint32_t refcyc_per_pte_group_nom_c; member
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_rq_dlg_helpers.c | 272 dlg_regs->refcyc_per_pte_group_nom_c); in print__dlg_regs_st()
|
D | display_mode_structs.h | 648 unsigned int refcyc_per_pte_group_nom_c; member
|
D | dml1_display_rq_dlg_calc.c | 1579 disp_dlg_regs->refcyc_per_pte_group_nom_c = (unsigned int) ((double) dpte_row_height_c in dml1_rq_dlg_get_dlg_params() 1582 if (disp_dlg_regs->refcyc_per_pte_group_nom_c >= (unsigned int) dml_pow(2, 23)) in dml1_rq_dlg_get_dlg_params() 1583 disp_dlg_regs->refcyc_per_pte_group_nom_c = dml_pow(2, 23) - 1; in dml1_rq_dlg_get_dlg_params()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/ |
D | dml21_utils.c | 204 out->dlg_regs.refcyc_per_pte_group_nom_c = disp_dlg_regs->refcyc_per_pte_group_nom_c; in dml21_update_pipe_ctx_dchub_regs()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.c | 1567 disp_dlg_regs->refcyc_per_pte_group_nom_c = in dml_rq_dlg_get_dlg_params() 1571 if (disp_dlg_regs->refcyc_per_pte_group_nom_c >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1572 disp_dlg_regs->refcyc_per_pte_group_nom_c = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20.c | 1459 disp_dlg_regs->refcyc_per_pte_group_nom_c = in dml20_rq_dlg_get_dlg_params() 1463 if (disp_dlg_regs->refcyc_per_pte_group_nom_c >= (unsigned int) dml_pow(2, 23)) in dml20_rq_dlg_get_dlg_params() 1464 disp_dlg_regs->refcyc_per_pte_group_nom_c = dml_pow(2, 23) - 1; in dml20_rq_dlg_get_dlg_params()
|
D | display_rq_dlg_calc_20v2.c | 1460 disp_dlg_regs->refcyc_per_pte_group_nom_c = in dml20v2_rq_dlg_get_dlg_params() 1464 if (disp_dlg_regs->refcyc_per_pte_group_nom_c >= (unsigned int) dml_pow(2, 23)) in dml20v2_rq_dlg_get_dlg_params() 1465 disp_dlg_regs->refcyc_per_pte_group_nom_c = dml_pow(2, 23) - 1; in dml20v2_rq_dlg_get_dlg_params()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_rq_dlg_calc_31.c | 1490 …disp_dlg_regs->refcyc_per_pte_group_nom_c = (unsigned int) ((double) dpte_row_height_c / (double) … in dml_rq_dlg_get_dlg_params() 1492 if (disp_dlg_regs->refcyc_per_pte_group_nom_c >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1493 disp_dlg_regs->refcyc_per_pte_group_nom_c = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_rq_dlg_calc_30.c | 1655 disp_dlg_regs->refcyc_per_pte_group_nom_c = in dml_rq_dlg_get_dlg_params() 1659 if (disp_dlg_regs->refcyc_per_pte_group_nom_c >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1660 disp_dlg_regs->refcyc_per_pte_group_nom_c = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn401/ |
D | dcn401_hubp.c | 256 REFCYC_PER_PTE_GROUP_NOM_C, dlg_attr->refcyc_per_pte_group_nom_c); in hubp401_program_deadline() 862 REFCYC_PER_PTE_GROUP_NOM_C, &dlg_attr->refcyc_per_pte_group_nom_c); in hubp401_read_state()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_rq_dlg_calc_314.c | 1578 …disp_dlg_regs->refcyc_per_pte_group_nom_c = (unsigned int) ((double) dpte_row_height_c / (double) … in dml_rq_dlg_get_dlg_params() 1580 if (disp_dlg_regs->refcyc_per_pte_group_nom_c >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params() 1581 disp_dlg_regs->refcyc_per_pte_group_nom_c = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn10/ |
D | dcn10_hubp.c | 642 REFCYC_PER_PTE_GROUP_NOM_C, dlg_attr->refcyc_per_pte_group_nom_c); in hubp1_program_deadline() 982 REFCYC_PER_PTE_GROUP_NOM_C, &dlg_attr->refcyc_per_pte_group_nom_c); in hubp1_read_state_common()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer_debug.c | 271 dlg_regs->refcyc_per_pte_group_nom_c, dlg_regs->dst_y_per_meta_row_nom_l, in dcn10_get_dlg_states()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
D | dml2_core_shared_types.h | 1439 double refcyc_per_pte_group_nom_c; member
|
D | dml2_core_shared.c | 11817 …l->refcyc_per_pte_group_nom_c = mode_lib->mp.time_per_pte_group_nom_chroma[mode_lib->mp.pipe_plane… in rq_dlg_get_dlg_reg() 11828 disp_dlg_regs->refcyc_per_pte_group_nom_c = (unsigned int)(l->refcyc_per_pte_group_nom_c); in rq_dlg_get_dlg_reg() 11909 if (disp_dlg_regs->refcyc_per_pte_group_nom_c >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg() 11910 disp_dlg_regs->refcyc_per_pte_group_nom_c = (unsigned int)(math_pow(2, 23) - 1); in rq_dlg_get_dlg_reg()
|
D | dml2_core_dcn4_calcs.c | 12124 …l->refcyc_per_pte_group_nom_c = mode_lib->mp.time_per_pte_group_nom_chroma[mode_lib->mp.pipe_plane… in rq_dlg_get_dlg_reg() 12135 disp_dlg_regs->refcyc_per_pte_group_nom_c = (unsigned int)(l->refcyc_per_pte_group_nom_c); in rq_dlg_get_dlg_reg() 12216 if (disp_dlg_regs->refcyc_per_pte_group_nom_c >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg() 12217 disp_dlg_regs->refcyc_per_pte_group_nom_c = (unsigned int)(math_pow(2, 23) - 1); in rq_dlg_get_dlg_reg()
|
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
D | dcn10_hwseq.c | 256 dlg_regs->refcyc_per_pte_group_nom_c, dlg_regs->dst_y_per_meta_row_nom_l, in dcn10_log_hubp_states()
|