Searched refs:bw_fixed (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| A D | dce_calcs.h | 197 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 …]
|
| A D | bw_fixed.h | 32 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 …]
|
| /linux/drivers/gpu/drm/amd/display/dc/basics/ |
| A D | bw_fixed.c | 49 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() 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() 139 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mul() [all …]
|
| A D | Makefile | 34 bw_fixed.o
|
| A D | dce_calcs.c | 99 struct bw_fixed *yclk; in calculate_bandwidth() 100 struct bw_fixed *sclk; in calculate_bandwidth() 3062 struct bw_fixed high_sclk = vbios->high_sclk; in bw_calcs() 3063 struct bw_fixed mid1_sclk = vbios->mid1_sclk; in bw_calcs() 3064 struct bw_fixed mid2_sclk = vbios->mid2_sclk; in bw_calcs() 3065 struct bw_fixed mid3_sclk = vbios->mid3_sclk; in bw_calcs() 3066 struct bw_fixed mid4_sclk = vbios->mid4_sclk; in bw_calcs() 3067 struct bw_fixed mid5_sclk = vbios->mid5_sclk; in bw_calcs() 3069 struct bw_fixed low_sclk = vbios->low_sclk; in bw_calcs() 3071 struct bw_fixed mid_yclk = vbios->mid_yclk; in bw_calcs() [all …]
|
| /linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/ |
| A D | dce110_hwseq.c | 1990 struct bw_fixed blackout_duration, in compute_pstate_blackout_duration()
|
Completed in 769 milliseconds