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/calcs/ |
A D | bw_fixed.c | 51 struct bw_fixed res; in bw_int_to_fixed_nonconst() 59 struct bw_fixed res; in bw_frc_to_fixed() 111 struct bw_fixed bw_floor2( in bw_floor2() 112 const struct bw_fixed arg, in bw_floor2() 113 const struct bw_fixed significance) in bw_floor2() 115 struct bw_fixed result; in bw_floor2() 124 struct bw_fixed bw_ceil2( in bw_ceil2() 125 const struct bw_fixed arg, in bw_ceil2() 128 struct bw_fixed result; in bw_ceil2() 142 struct bw_fixed bw_mul(const struct bw_fixed arg1, const struct bw_fixed arg2) in bw_mul() [all …]
|
A D | Makefile | 60 BW_CALCS = dce_calcs.o bw_fixed.o custom_float.o
|
A D | dce_calcs.c | 101 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 …]
|
/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
A D | dce110_hw_sequencer.c | 1882 struct bw_fixed blackout_duration,
|
Completed in 23 milliseconds