Home
last modified time | relevance | path

Searched refs:math_pow (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/
A Dlib_float_math.c84 float math_pow(float a, float exp) in math_pow() function
89 temp = math_pow(a, (float)((int)(exp / 2))); in math_pow()
A Dlib_float_math.h18 float math_pow(float a, float exp);
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_shared.c11875 DML2_ASSERT(l->refcyc_per_req_delivery_pre_l < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
11876 DML2_ASSERT(l->refcyc_per_req_delivery_l < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
11877 DML2_ASSERT(l->refcyc_per_req_delivery_pre_c < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
11878 DML2_ASSERT(l->refcyc_per_req_delivery_c < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
11882 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
11885 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
11888 if (disp_dlg_regs->refcyc_per_vm_req_flip >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
11889 disp_dlg_regs->refcyc_per_vm_req_flip = (unsigned int)(math_pow(2, 23) - 1); in rq_dlg_get_dlg_reg()
11897 l->dst_y_per_pte_row_nom_l = (unsigned int)math_pow(2, 17) - 1; 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()
[all …]
A Ddml2_core_dcn4_calcs.c12182 DML2_ASSERT(l->refcyc_per_req_delivery_pre_l < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
12183 DML2_ASSERT(l->refcyc_per_req_delivery_l < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
12184 DML2_ASSERT(l->refcyc_per_req_delivery_pre_c < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
12185 DML2_ASSERT(l->refcyc_per_req_delivery_c < math_pow(2, 13)); in rq_dlg_get_dlg_reg()
12189 if (disp_dlg_regs->refcyc_per_vm_group_flip >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
12192 if (disp_dlg_regs->refcyc_per_vm_req_vblank >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
12195 if (disp_dlg_regs->refcyc_per_vm_req_flip >= (unsigned int)math_pow(2, 23)) in rq_dlg_get_dlg_reg()
12196 disp_dlg_regs->refcyc_per_vm_req_flip = (unsigned int)(math_pow(2, 23) - 1); in rq_dlg_get_dlg_reg()
12204 l->dst_y_per_pte_row_nom_l = (unsigned int)math_pow(2, 17) - 1; in rq_dlg_get_dlg_reg()
12209 l->dst_y_per_pte_row_nom_c = (unsigned int)math_pow(2, 17) - 1; in rq_dlg_get_dlg_reg()
[all …]

Completed in 754 milliseconds