Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddce_calcs.h197 struct bw_fixed low_yclk; /*m_hz*/
215 struct bw_fixed trc;
263 struct bw_fixed max_phyclk;
264 struct bw_fixed dram_efficiency;
274 struct bw_fixed hsr_after_stereo;
275 struct bw_fixed vsr_after_stereo;
277 struct bw_fixed lb_line_pitch;
317 struct bw_fixed dram_bandwidth;
320 struct bw_fixed required_sclk;
332 struct bw_fixed dispclk;
[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
48 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1, in bw_max2()
54 static inline struct bw_fixed bw_min3(struct bw_fixed v1, in bw_min3()
61 static inline struct bw_fixed bw_max3(struct bw_fixed v1, in bw_max3()
111 static inline struct bw_fixed bw_sub(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_sub()
120 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2);
121 static inline struct bw_fixed bw_div(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_div()
126 static inline struct bw_fixed bw_mod(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mod()
133 struct bw_fixed bw_floor2(const struct bw_fixed arg, const struct bw_fixed significance);
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Dbw_fixed.c50 struct bw_fixed res; in bw_int_to_fixed_nonconst()
59 struct bw_fixed res; in bw_frc_to_fixed()
109 struct bw_fixed bw_floor2( in bw_floor2()
110 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( in bw_ceil2()
123 const struct bw_fixed arg, in bw_ceil2()
126 struct bw_fixed result; in bw_ceil2()
140 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mul()
[all …]
H A Ddce_calcs.c101 struct bw_fixed *yclk; in calculate_bandwidth()
102 struct bw_fixed *sclk; in calculate_bandwidth()
3064 struct bw_fixed high_sclk = vbios->high_sclk; in bw_calcs()
3065 struct bw_fixed mid1_sclk = vbios->mid1_sclk; in bw_calcs()
3066 struct bw_fixed mid2_sclk = vbios->mid2_sclk; in bw_calcs()
3067 struct bw_fixed mid3_sclk = vbios->mid3_sclk; in bw_calcs()
3068 struct bw_fixed mid4_sclk = vbios->mid4_sclk; in bw_calcs()
3069 struct bw_fixed mid5_sclk = vbios->mid5_sclk; in bw_calcs()
3071 struct bw_fixed low_sclk = vbios->low_sclk; in bw_calcs()
3073 struct bw_fixed mid_yclk = vbios->mid_yclk; in bw_calcs()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A DMakefile139 DML = calcs/dce_calcs.o calcs/custom_float.o calcs/bw_fixed.o
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1819 struct bw_fixed blackout_duration, in compute_pstate_blackout_duration()