Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h141 struct bw_fixed dmif_request_buffer_size;
149 struct bw_fixed underlay_vscaler_efficiency6_bit_per_component;
150 struct bw_fixed underlay_vscaler_efficiency8_bit_per_component;
151 struct bw_fixed underlay_vscaler_efficiency10_bit_per_component;
152 struct bw_fixed underlay_vscaler_efficiency12_bit_per_component;
153 struct bw_fixed graphics_vscaler_efficiency6_bit_per_component;
154 struct bw_fixed graphics_vscaler_efficiency8_bit_per_component;
155 struct bw_fixed graphics_vscaler_efficiency10_bit_per_component;
156 struct bw_fixed graphics_vscaler_efficiency12_bit_per_component;
157 struct bw_fixed alpha_vscaler_efficiency;
[all …]
H A Dbw_fixed.h32 struct bw_fixed { struct
42 static inline struct bw_fixed bw_min2(const struct bw_fixed arg1, in bw_min2() argument
43 const struct bw_fixed arg2) in bw_min2()
48 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1, in bw_max2()
49 const struct bw_fixed arg2) in bw_max2()
54 static inline struct bw_fixed bw_min3(struct bw_fixed v1, in bw_min3()
55 struct bw_fixed v2, in bw_min3()
56 struct bw_fixed v3) in bw_min3()
61 static inline struct bw_fixed bw_max3(struct bw_fixed v1, in bw_max3()
62 struct bw_fixed v2, in bw_max3()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/basics/
H A Dbw_fixed.c49 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value) in bw_int_to_fixed_nonconst()
51 struct bw_fixed res; in bw_int_to_fixed_nonconst()
58 struct bw_fixed bw_frc_to_fixed(int64_t numerator, int64_t denominator) in bw_frc_to_fixed()
60 struct bw_fixed res; in bw_frc_to_fixed()
110 struct bw_fixed bw_floor2(const struct bw_fixed arg, in bw_floor2()
111 const struct bw_fixed significance) in bw_floor2()
113 struct bw_fixed result; in bw_floor2()
122 struct bw_fixed bw_ceil2(const struct bw_fixed arg, in bw_ceil2()
123 const struct bw_fixed significance) in bw_ceil2()
125 struct bw_fixed result; in bw_ceil2()
[all …]
H A DMakefile34 bw_fixed.o
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2076 struct bw_fixed blackout_duration, in compute_pstate_blackout_duration()