Searched refs:dst_y_per_pte_row_nom_c (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_hubp.c | 413 DST_Y_PER_PTE_ROW_NOM_C, &dlg_attr.dst_y_per_pte_row_nom_c); in hubp21_validate_dml_output() 450 if (dlg_attr.dst_y_per_pte_row_nom_c != dml_dlg_attr->dst_y_per_pte_row_nom_c) in hubp21_validate_dml_output() 452 dml_dlg_attr->dst_y_per_pte_row_nom_c, dlg_attr.dst_y_per_pte_row_nom_c); in hubp21_validate_dml_output()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hubp.c | 131 DST_Y_PER_PTE_ROW_NOM_C, dlg_attr->dst_y_per_pte_row_nom_c); in hubp2_program_deadline() 1162 DST_Y_PER_PTE_ROW_NOM_C, &dlg_attr->dst_y_per_pte_row_nom_c); in hubp2_read_state_common() 1440 DST_Y_PER_PTE_ROW_NOM_C, &dlg_attr.dst_y_per_pte_row_nom_c); in hubp2_validate_dml_output() 1477 if (dlg_attr.dst_y_per_pte_row_nom_c != dml_dlg_attr->dst_y_per_pte_row_nom_c) in hubp2_validate_dml_output() 1479 dml_dlg_attr->dst_y_per_pte_row_nom_c, dlg_attr.dst_y_per_pte_row_nom_c); in hubp2_validate_dml_output()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_rq_dlg_helpers.c | 269 dlg_regs.dst_y_per_pte_row_nom_c); in print__dlg_regs_st()
|
D | display_mode_structs.h | 461 unsigned int dst_y_per_pte_row_nom_c; member
|
D | dml1_display_rq_dlg_calc.c | 1567 disp_dlg_regs->dst_y_per_pte_row_nom_c = (unsigned int) ((double) dpte_row_height_c in dml1_rq_dlg_get_dlg_params() 1569 ASSERT(disp_dlg_regs->dst_y_per_pte_row_nom_c < (unsigned int) dml_pow(2, 17)); in dml1_rq_dlg_get_dlg_params()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20v2.c | 1448 disp_dlg_regs->dst_y_per_pte_row_nom_c = (unsigned int) ((double) dpte_row_height_c in dml20v2_rq_dlg_get_dlg_params() 1450 if (disp_dlg_regs->dst_y_per_pte_row_nom_c >= (unsigned int) dml_pow(2, 17)) { in dml20v2_rq_dlg_get_dlg_params() 1453 disp_dlg_regs->dst_y_per_pte_row_nom_c, in dml20v2_rq_dlg_get_dlg_params()
|
D | display_rq_dlg_calc_20.c | 1447 disp_dlg_regs->dst_y_per_pte_row_nom_c = (unsigned int) ((double) dpte_row_height_c in dml20_rq_dlg_get_dlg_params() 1449 if (disp_dlg_regs->dst_y_per_pte_row_nom_c >= (unsigned int) dml_pow(2, 17)) { in dml20_rq_dlg_get_dlg_params() 1452 disp_dlg_regs->dst_y_per_pte_row_nom_c, in dml20_rq_dlg_get_dlg_params()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.c | 1550 disp_dlg_regs->dst_y_per_pte_row_nom_c = (unsigned int) ((double) dpte_row_height_c in dml_rq_dlg_get_dlg_params() 1552 if (disp_dlg_regs->dst_y_per_pte_row_nom_c >= (unsigned int) dml_pow(2, 17)) { in dml_rq_dlg_get_dlg_params() 1556 disp_dlg_regs->dst_y_per_pte_row_nom_c, in dml_rq_dlg_get_dlg_params()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_rq_dlg_calc_30.c | 1727 disp_dlg_regs->dst_y_per_pte_row_nom_c = (unsigned int)((double)dpte_row_height_c in dml_rq_dlg_get_dlg_params() 1729 if (disp_dlg_regs->dst_y_per_pte_row_nom_c >= (unsigned int)dml_pow(2, 17)) { in dml_rq_dlg_get_dlg_params() 1732 disp_dlg_regs->dst_y_per_pte_row_nom_c, in dml_rq_dlg_get_dlg_params()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hubp.c | 638 DST_Y_PER_PTE_ROW_NOM_C, dlg_attr->dst_y_per_pte_row_nom_c); in hubp1_program_deadline() 959 DST_Y_PER_PTE_ROW_NOM_C, &dlg_attr->dst_y_per_pte_row_nom_c); in hubp1_read_state_common()
|
D | dcn10_hw_sequencer_debug.c | 269 dlg_regs->dst_y_per_pte_row_nom_c, dlg_regs->refcyc_per_pte_group_nom_l, in dcn10_get_dlg_states()
|
D | dcn10_hw_sequencer.c | 238 dlg_regs->dst_y_per_pte_row_nom_c, dlg_regs->refcyc_per_pte_group_nom_l, in dcn10_log_hubp_states()
|