Home
last modified time | relevance | path

Searched refs:math_log2_approx (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/
A Dlib_float_math.h22 unsigned int math_log2_approx(unsigned int a);
A Dlib_float_math.c132 unsigned int math_log2_approx(unsigned int a) in math_log2_approx() function
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/
A Ddml2_core_utils.c417 return (math_log2_approx(a) - subtrahend); in dml2_core_utils_log_and_substract_if_non_zero()
A Ddml2_core_shared.c11443 return (math_log2_approx(a) - subtrahend); in log_and_substract_if_non_zero()
11535 rq_regs->rq_regs_l.pte_row_height_linear = math_log2_approx(p0_pte_row_height_linear) - 3; in rq_dlg_get_rq_reg()
11545 rq_regs->rq_regs_c.pte_row_height_linear = math_log2_approx(p1_pte_row_height_linear) - 3; in rq_dlg_get_rq_reg()
A Ddml2_core_dcn4_calcs.c11755 return (math_log2_approx(a) - subtrahend); in log_and_substract_if_non_zero()
11852 rq_regs->rq_regs_l.pte_row_height_linear = math_log2_approx(p0_pte_row_height_linear) - 3; in rq_dlg_get_rq_reg()
11862 rq_regs->rq_regs_c.pte_row_height_linear = math_log2_approx(p1_pte_row_height_linear) - 3; in rq_dlg_get_rq_reg()

Completed in 131 milliseconds