Home
last modified time | relevance | path

Searched refs:bw_fixed (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
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...]
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()
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 v in bw_min3()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
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...]
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()
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 v in bw_min3()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Dbw_fixed.c26 #include "bw_fixed.h"
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()
57 struct bw_fixed bw_frc_to_fixed(int64_t numerator, int64_t denominator) in bw_frc_to_fixed()
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_ceil
[all...]
H A DMakefile64 BW_CALCS = dce_calcs.o bw_fixed.o custom_float.o
H A Ddce_calcs.c101 struct bw_fixed yclk[3]; in calculate_bandwidth()
102 struct bw_fixed sclk[8]; in calculate_bandwidth()
3035 struct bw_fixed high_sclk = vbios->high_sclk; in bw_calcs()
3036 struct bw_fixed mid1_sclk = vbios->mid1_sclk; in bw_calcs()
3037 struct bw_fixed mid2_sclk = vbios->mid2_sclk; in bw_calcs()
3038 struct bw_fixed mid3_sclk = vbios->mid3_sclk; in bw_calcs()
3039 struct bw_fixed mid4_sclk = vbios->mid4_sclk; in bw_calcs()
3040 struct bw_fixed mid5_sclk = vbios->mid5_sclk; in bw_calcs()
3041 struct bw_fixed mid6_sclk = vbios->mid6_sclk; in bw_calcs()
3042 struct bw_fixed low_scl in bw_calcs()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Dbw_fixed.c26 #include "bw_fixed.h"
48 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value) in bw_int_to_fixed_nonconst()
50 struct bw_fixed res; in bw_int_to_fixed_nonconst()
57 struct bw_fixed bw_frc_to_fixed(int64_t numerator, int64_t denominator) in bw_frc_to_fixed()
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_ceil
[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()
3070 struct bw_fixed mid6_sclk = vbios->mid6_sclk; in bw_calcs()
3071 struct bw_fixed low_scl in bw_calcs()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/
H A DMakefile139 DML = calcs/dce_calcs.o calcs/custom_float.o calcs/bw_fixed.o
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1697 struct bw_fixed blackout_duration, in compute_pstate_blackout_duration()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1818 struct bw_fixed blackout_duration, in compute_pstate_blackout_duration()

Completed in 22 milliseconds