HomeSort by: relevance | last modified time | path
    Searched refs:bw_fixed (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dce_calcs.h 35 #include "bw_fixed.h"
143 struct bw_fixed dmif_request_buffer_size;
151 struct bw_fixed underlay_vscaler_efficiency6_bit_per_component;
152 struct bw_fixed underlay_vscaler_efficiency8_bit_per_component;
153 struct bw_fixed underlay_vscaler_efficiency10_bit_per_component;
154 struct bw_fixed underlay_vscaler_efficiency12_bit_per_component;
155 struct bw_fixed graphics_vscaler_efficiency6_bit_per_component;
156 struct bw_fixed graphics_vscaler_efficiency8_bit_per_component;
157 struct bw_fixed graphics_vscaler_efficiency10_bit_per_component;
158 struct bw_fixed graphics_vscaler_efficiency12_bit_per_component
    [all...]
bw_fixed.h 1 /* $NetBSD: bw_fixed.h,v 1.2 2021/12/18 23:45:05 riastradh Exp $ */
34 struct bw_fixed { struct
44 static inline struct bw_fixed bw_min2(const struct bw_fixed arg1,
45 const struct bw_fixed arg2)
50 static inline struct bw_fixed bw_max2(const struct bw_fixed arg1,
51 const struct bw_fixed arg2)
56 static inline struct bw_fixed bw_min3(struct bw_fixed v1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_bw_fixed.c 31 #include "bw_fixed.h"
54 struct bw_fixed bw_int_to_fixed_nonconst(int64_t value)
56 struct bw_fixed res;
62 struct bw_fixed bw_frc_to_fixed(int64_t numerator, int64_t denominator)
64 struct bw_fixed res;
116 struct bw_fixed bw_floor2(
117 const struct bw_fixed arg,
118 const struct bw_fixed significance)
120 struct bw_fixed result;
129 struct bw_fixed bw_ceil2
    [all...]
Makefile 57 BW_CALCS = dce_calcs.o bw_fixed.o custom_float.o
amdgpu_dce_calcs.c 106 struct bw_fixed yclk[3];
107 struct bw_fixed sclk[8];
3040 struct bw_fixed high_sclk = vbios->high_sclk;
3041 struct bw_fixed mid1_sclk = vbios->mid1_sclk;
3042 struct bw_fixed mid2_sclk = vbios->mid2_sclk;
3043 struct bw_fixed mid3_sclk = vbios->mid3_sclk;
3044 struct bw_fixed mid4_sclk = vbios->mid4_sclk;
3045 struct bw_fixed mid5_sclk = vbios->mid5_sclk;
3046 struct bw_fixed mid6_sclk = vbios->mid6_sclk;
3047 struct bw_fixed low_sclk = vbios->low_sclk
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 1619 struct bw_fixed blackout_duration,

Completed in 40 milliseconds