Home
last modified time | relevance | path

Searched refs:significance (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/calcs/
Ddcn_calc_math.c70 float dcn_bw_floor2(const float arg, const float significance) in dcn_bw_floor2() argument
72 if (significance == 0) in dcn_bw_floor2()
74 return ((int) (arg / significance)) * significance; in dcn_bw_floor2()
88 float dcn_bw_ceil2(const float arg, const float significance) in dcn_bw_ceil2() argument
90 float flr = dcn_bw_floor2(arg, significance); in dcn_bw_ceil2()
91 if (significance == 0) in dcn_bw_ceil2()
93 return flr + 0.00001 >= arg ? arg : flr + significance; in dcn_bw_ceil2()
Dbw_fixed.c113 const struct bw_fixed significance) in bw_floor2() argument
118 multiplicand = div64_s64(arg.value, abs_i64(significance.value)); in bw_floor2()
119 result.value = abs_i64(significance.value) * multiplicand; in bw_floor2()
126 const struct bw_fixed significance) in bw_ceil2() argument
131 multiplicand = div64_s64(arg.value, abs_i64(significance.value)); in bw_ceil2()
132 result.value = abs_i64(significance.value) * multiplicand; in bw_ceil2()
135 result.value -= abs_i64(significance.value); in bw_ceil2()
137 result.value += abs_i64(significance.value); in bw_ceil2()
Ddcn_calc_math.h33 float dcn_bw_floor2(const float arg, const float significance);
35 float dcn_bw_ceil2(const float arg, const float significance);
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dbw_fixed.h133 struct bw_fixed bw_floor2(const struct bw_fixed arg, const struct bw_fixed significance);
134 struct bw_fixed bw_ceil2(const struct bw_fixed arg, const struct bw_fixed significance);
/Linux-v5.4/Documentation/media/uapi/dvb/
Dca-fopen.rst63 significance of blocking or non-blocking mode is described in the
Dvideo-fopen.rst77 significance of blocking or non-blocking mode is described in the
Daudio-fopen.rst76 succeeded, the device will be ready for use. The significance of
Ddmx-fopen.rst72 The significance of blocking or non-blocking mode is described in the
/Linux-v5.4/Documentation/admin-guide/laptops/
Dasus-laptop.rst119 /sys/devices/platform/asus-laptop/display. The significance of those values
233 The significance of values is yet to be found, but
/Linux-v5.4/Documentation/filesystems/
Docfs2.txt84 bits of significance.
/Linux-v5.4/Documentation/arm/
Dkernel_mode_neon.rst81 The compiler is not aware of the special significance of kernel_neon_begin() and
/Linux-v5.4/Documentation/admin-guide/
Dxfs.rst87 numbers with more than 32 bits of significance.
92 more than 32 bits of significance.
/Linux-v5.4/Documentation/arm64/
Dbooting.rst137 special significance to the kernel, and may be used for other purposes.
/Linux-v5.4/Documentation/process/
D6.Followthrough.rst25 A patch of any significance will result in a number of comments from other
/Linux-v5.4/Documentation/media/uapi/v4l/
Dext-ctrls-camera.rst108 the zones selection and their significance in calculating the
/Linux-v5.4/Documentation/networking/device_drivers/cirrus/
Dcs89x0.txt493 connection. (Only applies to 10Base-T. The green LED has no significance for
/Linux-v5.4/Documentation/devicetree/
Dbooting-without-of.txt647 significance of the #address-cells and #size-cells properties will be