/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_rq_dlg_calc_32.c | 250 double dst_y_per_pte_row_nom_c; in dml32_rq_dlg_get_dlg_reg() local 472 …dst_y_per_pte_row_nom_c = get_dst_y_per_pte_row_nom_c(mode_lib, e2e_pipe_param, num_pipes, pipe_id… in dml32_rq_dlg_get_dlg_reg() 505 dlg_regs->dst_y_per_pte_row_nom_c = dst_y_per_pte_row_nom_c * dml_pow(2, 2); in dml32_rq_dlg_get_dlg_reg() 575 if (dlg_regs->dst_y_per_pte_row_nom_c >= (unsigned int) dml_pow(2, 17)) { in dml32_rq_dlg_get_dlg_reg() 578 __func__, dlg_regs->dst_y_per_pte_row_nom_c, (unsigned int)dml_pow(2, 17) - 1); in dml32_rq_dlg_get_dlg_reg()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/ |
H A D | dml_display_rq_dlg_calc.c | 249 dml_float_t dst_y_per_pte_row_nom_c; in dml_rq_dlg_get_dlg_reg() local 436 dst_y_per_pte_row_nom_c = dml_get_dst_y_per_pte_row_nom_c(mode_lib, pipe_idx); in dml_rq_dlg_get_dlg_reg() 455 disp_dlg_regs->dst_y_per_pte_row_nom_c = (dml_uint_t)(dst_y_per_pte_row_nom_c * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_reg() 525 …if (disp_dlg_regs->dst_y_per_pte_row_nom_c >= (dml_uint_t)dml_pow(2, 17)) { // FIXME what so speci… in dml_rq_dlg_get_dlg_reg() 526 …ow_nom_c %u > register max U15.2 %u\n", __func__, disp_dlg_regs->dst_y_per_pte_row_nom_c, (dml_uin… in dml_rq_dlg_get_dlg_reg()
|
H A D | display_mode_core.h | 139 dml_get_per_surface_var_decl(dst_y_per_pte_row_nom_c, dml_float_t);
|
H A D | dml2_translation_helper.c | 1498 out->dlg_regs.dst_y_per_pte_row_nom_c = disp_dlg_regs->dst_y_per_pte_row_nom_c; in dml2_update_pipe_ctx_dchub_regs()
|
H A D | display_mode_util.c | 276 dml_print("DML: dst_y_per_pte_row_nom_c = 0x%x\n", dlg_regs->dst_y_per_pte_row_nom_c); in dml_print_dlg_regs_st()
|
H A D | display_mode_core_structs.h | 1953 dml_uint_t dst_y_per_pte_row_nom_c; member
|
H A D | display_mode_core.c | 10270 dml_get_per_surface_var_func(dst_y_per_pte_row_nom_c, dml_float_t, mode_lib->mp.DST_Y_PER_PTE_ROW_N…
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn21/ |
H A D | dcn21_hubp.c | 415 DST_Y_PER_PTE_ROW_NOM_C, &dlg_attr.dst_y_per_pte_row_nom_c); in hubp21_validate_dml_output() 452 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() 454 dml_dlg_attr->dst_y_per_pte_row_nom_c, dlg_attr.dst_y_per_pte_row_nom_c); in hubp21_validate_dml_output()
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn20/ |
H A D | dcn20_hubp.c | 133 DST_Y_PER_PTE_ROW_NOM_C, dlg_attr->dst_y_per_pte_row_nom_c); in hubp2_program_deadline() 1229 DST_Y_PER_PTE_ROW_NOM_C, &dlg_attr->dst_y_per_pte_row_nom_c); in hubp2_read_state_common() 1524 DST_Y_PER_PTE_ROW_NOM_C, &dlg_attr.dst_y_per_pte_row_nom_c); in hubp2_validate_dml_output() 1561 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() 1563 dml_dlg_attr->dst_y_per_pte_row_nom_c, dlg_attr.dst_y_per_pte_row_nom_c); in hubp2_validate_dml_output()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
H A D | dml_top_dchub_registers.h | 32 uint32_t dst_y_per_pte_row_nom_c; member
|
/linux/drivers/gpu/drm/amd/display/dc/dml/ |
H A D | display_rq_dlg_helpers.c | 266 dlg_regs->dst_y_per_pte_row_nom_c); in print__dlg_regs_st()
|
H A D | display_mode_structs.h | 646 unsigned int dst_y_per_pte_row_nom_c; member
|
H A D | dml1_display_rq_dlg_calc.c | 1562 disp_dlg_regs->dst_y_per_pte_row_nom_c = (unsigned int) ((double) dpte_row_height_c in dml1_rq_dlg_get_dlg_params() 1564 ASSERT(disp_dlg_regs->dst_y_per_pte_row_nom_c < (unsigned int) dml_pow(2, 17)); in dml1_rq_dlg_get_dlg_params()
|
H A D | display_mode_vba.h | 92 dml_get_pipe_attr_decl(dst_y_per_pte_row_nom_c);
|
H A D | display_mode_vba.c | 185 dml_get_pipe_attr_func(dst_y_per_pte_row_nom_c, mode_lib->vba.DST_Y_PER_PTE_ROW_NOM_C);
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
H A D | display_rq_dlg_calc_20.c | 1427 disp_dlg_regs->dst_y_per_pte_row_nom_c = (unsigned int) ((double) dpte_row_height_c in dml20_rq_dlg_get_dlg_params() 1429 if (disp_dlg_regs->dst_y_per_pte_row_nom_c >= (unsigned int) dml_pow(2, 17)) { in dml20_rq_dlg_get_dlg_params() 1432 disp_dlg_regs->dst_y_per_pte_row_nom_c, in dml20_rq_dlg_get_dlg_params()
|
H A D | display_rq_dlg_calc_20v2.c | 1428 disp_dlg_regs->dst_y_per_pte_row_nom_c = (unsigned int) ((double) dpte_row_height_c in dml20v2_rq_dlg_get_dlg_params() 1430 if (disp_dlg_regs->dst_y_per_pte_row_nom_c >= (unsigned int) dml_pow(2, 17)) { in dml20v2_rq_dlg_get_dlg_params() 1433 disp_dlg_regs->dst_y_per_pte_row_nom_c, in dml20v2_rq_dlg_get_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
H A D | display_rq_dlg_calc_21.c | 1530 disp_dlg_regs->dst_y_per_pte_row_nom_c = (unsigned int) ((double) dpte_row_height_c in dml_rq_dlg_get_dlg_params() 1532 if (disp_dlg_regs->dst_y_per_pte_row_nom_c >= (unsigned int) dml_pow(2, 17)) { in dml_rq_dlg_get_dlg_params() 1536 disp_dlg_regs->dst_y_per_pte_row_nom_c, in dml_rq_dlg_get_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
H A D | display_rq_dlg_calc_30.c | 1622 disp_dlg_regs->dst_y_per_pte_row_nom_c = (unsigned int)((double)dpte_row_height_c in dml_rq_dlg_get_dlg_params() 1624 if (disp_dlg_regs->dst_y_per_pte_row_nom_c >= (unsigned int)dml_pow(2, 17)) { in dml_rq_dlg_get_dlg_params() 1627 disp_dlg_regs->dst_y_per_pte_row_nom_c, in dml_rq_dlg_get_dlg_params()
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/ |
H A D | dcn401_hubp.c | 266 DST_Y_PER_PTE_ROW_NOM_C, dlg_attr->dst_y_per_pte_row_nom_c); in hubp401_program_deadline() 885 DST_Y_PER_PTE_ROW_NOM_C, &dlg_attr->dst_y_per_pte_row_nom_c); in hubp401_read_state()
|
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn10/ |
H A D | dcn10_hubp.c | 658 DST_Y_PER_PTE_ROW_NOM_C, dlg_attr->dst_y_per_pte_row_nom_c); in hubp1_program_deadline() 998 DST_Y_PER_PTE_ROW_NOM_C, &dlg_attr->dst_y_per_pte_row_nom_c); in hubp1_read_state_common()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
H A D | dml2_core_shared_types.h | 1464 double dst_y_per_pte_row_nom_c; member
|
H A D | dml2_core_shared.c | 11815 …l->dst_y_per_pte_row_nom_c = mode_lib->mp.DST_Y_PER_PTE_ROW_NOM_C[mode_lib->mp.pipe_plane[pipe_idx… in rq_dlg_get_dlg_reg() 11825 …disp_dlg_regs->dst_y_per_pte_row_nom_c = (unsigned int)(l->dst_y_per_pte_row_nom_c * math_pow(2, 2… in rq_dlg_get_dlg_reg() 11900 if (disp_dlg_regs->dst_y_per_pte_row_nom_c >= (unsigned int)math_pow(2, 17)) { in rq_dlg_get_dlg_reg() 11901 …register max U15.2 %u, clamp to max\n", __func__, disp_dlg_regs->dst_y_per_pte_row_nom_c, (unsigne… in rq_dlg_get_dlg_reg() 11902 l->dst_y_per_pte_row_nom_c = (unsigned int)math_pow(2, 17) - 1; in rq_dlg_get_dlg_reg()
|
H A D | dml2_core_dcn4_calcs.c | 12565 …l->dst_y_per_pte_row_nom_c = mode_lib->mp.DST_Y_PER_PTE_ROW_NOM_C[mode_lib->mp.pipe_plane[pipe_idx… in rq_dlg_get_dlg_reg() 12575 …disp_dlg_regs->dst_y_per_pte_row_nom_c = (unsigned int)(l->dst_y_per_pte_row_nom_c * math_pow(2, 2… in rq_dlg_get_dlg_reg() 12650 if (disp_dlg_regs->dst_y_per_pte_row_nom_c >= (unsigned int)math_pow(2, 17)) { in rq_dlg_get_dlg_reg() 12651 …register max U15.2 %u, clamp to max\n", __func__, disp_dlg_regs->dst_y_per_pte_row_nom_c, (unsigne… in rq_dlg_get_dlg_reg() 12652 l->dst_y_per_pte_row_nom_c = (unsigned int)math_pow(2, 17) - 1; in rq_dlg_get_dlg_reg()
|