Searched refs:bw_fixed (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1864 struct bw_fixed blackout_duration,
/linux-master/drivers/gpu/drm/amd/display/dc/basics/
H A Ddce_calcs.c99 struct bw_fixed *yclk;
100 struct bw_fixed *sclk;
3062 struct bw_fixed high_sclk = vbios->high_sclk;
3063 struct bw_fixed mid1_sclk = vbios->mid1_sclk;
3064 struct bw_fixed mid2_sclk = vbios->mid2_sclk;
3065 struct bw_fixed mid3_sclk = vbios->mid3_sclk;
3066 struct bw_fixed mid4_sclk = vbios->mid4_sclk;
3067 struct bw_fixed mid5_sclk = vbios->mid5_sclk;
3068 struct bw_fixed mid6_sclk = vbios->mid6_sclk;
3069 struct bw_fixed low_scl
[all...]
H A DMakefile34 bw_fixed.o
H A Dbw_fixed.c27 #include "bw_fixed.h"
49 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value)
51 struct bw_fixed res;
58 struct bw_fixed bw_frc_to_fixed(int64_t numerator, int64_t denominator)
60 struct bw_fixed res;
110 struct bw_fixed bw_floor2(const struct bw_fixed arg,
111 const struct bw_fixed significance)
113 struct bw_fixed result;
122 struct bw_fixed bw_ceil
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/inc/
H A Dbw_fixed.h32 struct bw_fixed { struct
42 static inline struct bw_fixed bw_min2(const struct bw_fixed arg1,
43 const struct bw_fixed arg2)
48 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1,
49 const struct bw_fixed arg2)
54 static inline struct bw_fixed bw_min3(struct bw_fixed v1,
55 struct bw_fixed v
[all...]
H A Ddce_calcs.h33 #include "bw_fixed.h"
141 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_componen
[all...]

Completed in 174 milliseconds