Home
last modified time | relevance | path

Searched refs:bw_int_to_fixed_nonconst (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h68 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value);
77 return bw_int_to_fixed_nonconst(value); in bw_int_to_fixed()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Dbw_fixed.c48 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value) in bw_int_to_fixed_nonconst() function