Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dbw_fixed.h31 #define BW_FIXED_GET_INTEGER_PART(x) ((x) >> BW_FIXED_BITS_PER_FRACTIONAL_PART) macro
82 return BW_FIXED_GET_INTEGER_PART(value.value); in bw_fixed_to_int()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/
Dbw_fixed.c152 uint64_t arg1_int = BW_FIXED_GET_INTEGER_PART(arg1_value); in bw_mul()
153 uint64_t arg2_int = BW_FIXED_GET_INTEGER_PART(arg2_value); in bw_mul()