Home
last modified time | relevance | path

Searched refs:dst_y_per_meta_row_nom_l (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml_display_rq_dlg_calc.c250 dml_float_t dst_y_per_meta_row_nom_l; in dml_rq_dlg_get_dlg_reg() local
437 dst_y_per_meta_row_nom_l = dml_get_dst_y_per_meta_row_nom_l(mode_lib, pipe_idx); in dml_rq_dlg_get_dlg_reg()
456 disp_dlg_regs->dst_y_per_meta_row_nom_l = (dml_uint_t)(dst_y_per_meta_row_nom_l * dml_pow(2, 2)); in dml_rq_dlg_get_dlg_reg()
529 ASSERT(disp_dlg_regs->dst_y_per_meta_row_nom_l < (dml_uint_t)dml_pow(2, 17)); in dml_rq_dlg_get_dlg_reg()
H A Ddml2_translation_helper.c1492 out->dlg_regs.dst_y_per_meta_row_nom_l = disp_dlg_regs->dst_y_per_meta_row_nom_l; in dml2_update_pipe_ctx_dchub_regs()
H A Ddisplay_mode_util.c282 dml_print("DML: dst_y_per_meta_row_nom_l = 0x%x\n", dlg_regs->dst_y_per_meta_row_nom_l); in dml_print_dlg_regs_st()
H A Ddisplay_mode_core_structs.h1957 dml_uint_t dst_y_per_meta_row_nom_l; member
H A Ddisplay_mode_core.c10299 dml_get_per_surface_var_func(dst_y_per_meta_row_nom_l, dml_float_t, mode_lib->mp.DST_Y_PER_META_ROW…
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_structs.h649 unsigned int dst_y_per_meta_row_nom_l; member
H A Ddisplay_mode_vba.h93 dml_get_pipe_attr_decl(dst_y_per_meta_row_nom_l);
H A Ddisplay_mode_vba.c186 dml_get_pipe_attr_func(dst_y_per_meta_row_nom_l, mode_lib->vba.DST_Y_PER_META_ROW_NOM_L);
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_shared_types.h1653 double dst_y_per_meta_row_nom_l; member
H A Ddml2_core_dcn4_calcs.c12662 …l->dst_y_per_meta_row_nom_l = mode_lib->mp.DST_Y_PER_META_ROW_NOM_L[mode_lib->mp.pipe_plane[pipe_i… in rq_dlg_get_dlg_reg()
12671 …disp_dlg_regs->dst_y_per_meta_row_nom_l = (unsigned int)(l->dst_y_per_meta_row_nom_l * math_pow(2,… in rq_dlg_get_dlg_reg()