Searched refs:BW_FIXED_GET_INTEGER_PART (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A 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);
/linux-master/drivers/gpu/drm/amd/display/dc/basics/
H A Dbw_fixed.c149 uint64_t arg1_int = BW_FIXED_GET_INTEGER_PART(arg1_value);
150 uint64_t arg2_int = BW_FIXED_GET_INTEGER_PART(arg2_value);

Completed in 187 milliseconds