Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/
Ddisplay_rq_dlg_calc_32.c253 double refcyc_per_pte_group_nom_l; in dml32_rq_dlg_get_dlg_reg() local
478refcyc_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()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/
Ddml_display_rq_dlg_calc.c252 dml_float_t refcyc_per_pte_group_nom_l; in dml_rq_dlg_get_dlg_reg() local
452refcyc_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()
470 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()
544 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (dml_uint_t)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_reg()
545 disp_dlg_regs->refcyc_per_pte_group_nom_l = (dml_uint_t)(dml_pow(2, 23) - 1); in dml_rq_dlg_get_dlg_reg()
Ddml2_translation_helper.c1459 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()
Ddisplay_mode_util.c277 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()
Ddisplay_mode_core_structs.h1897 dml_uint_t refcyc_per_pte_group_nom_l; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn21/
Ddcn21_hubp.c400 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()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
Ddcn20_hubp.c116 REFCYC_PER_PTE_GROUP_NOM_L, dlg_attr->refcyc_per_pte_group_nom_l); in hubp2_program_deadline()
1182 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr->refcyc_per_pte_group_nom_l); in hubp2_read_state_common()
1493 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr.refcyc_per_pte_group_nom_l); in hubp2_validate_dml_output()
1527 if (dlg_attr.refcyc_per_pte_group_nom_l != dml_dlg_attr->refcyc_per_pte_group_nom_l) in hubp2_validate_dml_output()
1529 dml_dlg_attr->refcyc_per_pte_group_nom_l, dlg_attr.refcyc_per_pte_group_nom_l); in hubp2_validate_dml_output()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/
Ddml_top_dchub_registers.h33 uint32_t refcyc_per_pte_group_nom_l; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/
Ddisplay_rq_dlg_helpers.c269 dlg_regs->refcyc_per_pte_group_nom_l); in print__dlg_regs_st()
Ddisplay_mode_structs.h647 unsigned int refcyc_per_pte_group_nom_l; member
Ddml1_display_rq_dlg_calc.c1573 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l in dml1_rq_dlg_get_dlg_params()
1576 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml1_rq_dlg_get_dlg_params()
1577 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml1_rq_dlg_get_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/
Ddml21_utils.c203 out->dlg_regs.refcyc_per_pte_group_nom_l = disp_dlg_regs->refcyc_per_pte_group_nom_l; in dml21_update_pipe_ctx_dchub_regs()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c1555 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l in dml_rq_dlg_get_dlg_params()
1558 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1559 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c1447 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l in dml20_rq_dlg_get_dlg_params()
1450 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml20_rq_dlg_get_dlg_params()
1451 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml20_rq_dlg_get_dlg_params()
Ddisplay_rq_dlg_calc_20v2.c1448 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l in dml20v2_rq_dlg_get_dlg_params()
1451 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml20v2_rq_dlg_get_dlg_params()
1452 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml20v2_rq_dlg_get_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_rq_dlg_calc_31.c1480 …disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l / (double) … in dml_rq_dlg_get_dlg_params()
1482 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1483 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c1643 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int)((double)dpte_row_height_l in dml_rq_dlg_get_dlg_params()
1646 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int)dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1647 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
Ddcn401_hubp.c235 REFCYC_PER_PTE_GROUP_NOM_L, dlg_attr->refcyc_per_pte_group_nom_l); in hubp401_program_deadline()
833 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr->refcyc_per_pte_group_nom_l); in hubp401_read_state()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/
Ddisplay_rq_dlg_calc_314.c1568 …disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int) ((double) dpte_row_height_l / (double) … in dml_rq_dlg_get_dlg_params()
1570 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int) dml_pow(2, 23)) in dml_rq_dlg_get_dlg_params()
1571 disp_dlg_regs->refcyc_per_pte_group_nom_l = dml_pow(2, 23) - 1; in dml_rq_dlg_get_dlg_params()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn10/
Ddcn10_hubp.c621 REFCYC_PER_PTE_GROUP_NOM_L, dlg_attr->refcyc_per_pte_group_nom_l); in hubp1_program_deadline()
947 REFCYC_PER_PTE_GROUP_NOM_L, &dlg_attr->refcyc_per_pte_group_nom_l); in hubp1_read_state_common()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer_debug.c270 dlg_regs->dst_y_per_pte_row_nom_c, dlg_regs->refcyc_per_pte_group_nom_l, in dcn10_get_dlg_states()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
Ddml2_core_shared_types.h1438 double refcyc_per_pte_group_nom_l; member
Ddml2_core_shared.c11816 …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()
11827 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int)(l->refcyc_per_pte_group_nom_l); in rq_dlg_get_dlg_reg()
11906 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
11907 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int)(math_pow(2, 23) - 1); in rq_dlg_get_dlg_reg()
Ddml2_core_dcn4_calcs.c12123 …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()
12134 disp_dlg_regs->refcyc_per_pte_group_nom_l = (unsigned int)(l->refcyc_per_pte_group_nom_l); in rq_dlg_get_dlg_reg()
12213 if (disp_dlg_regs->refcyc_per_pte_group_nom_l >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
12214 disp_dlg_regs->refcyc_per_pte_group_nom_l = (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/
Ddcn10_hwseq.c255 dlg_regs->dst_y_per_pte_row_nom_c, dlg_regs->refcyc_per_pte_group_nom_l, in dcn10_log_hubp_states()