/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
pm660.dtsi | 86 qcom,pre-scaling = <1 1>; 92 qcom,pre-scaling = <1 1>; 98 qcom,pre-scaling = <1 1>; 103 qcom,pre-scaling = <1 1>; 111 qcom,pre-scaling = <1 1>; 119 qcom,pre-scaling = <1 1>; 127 qcom,pre-scaling = <1 1>; 135 qcom,pre-scaling = <1 1>; 143 qcom,pre-scaling = <1 1>; 152 qcom,pre-scaling = <1 3> [all...] |
pms405.dtsi | 93 qcom,pre-scaling = <1 1>; 98 qcom,pre-scaling = <1 1>; 103 qcom,pre-scaling = <1 3>; 108 qcom,pre-scaling = <1 1>; 115 qcom,pre-scaling = <1 1>; 122 qcom,pre-scaling = <1 1>; 129 qcom,pre-scaling = <1 1>;
|
pm8150b.dtsi | 81 qcom,pre-scaling = <1 1>; 87 qcom,pre-scaling = <1 1>; 93 qcom,pre-scaling = <1 1>; 99 qcom,pre-scaling = <1 1>;
|
pm8150l.dtsi | 75 qcom,pre-scaling = <1 1>; 81 qcom,pre-scaling = <1 1>; 87 qcom,pre-scaling = <1 1>;
|
pmm8155au_1.dtsi | 82 qcom,pre-scaling = <1 1>; 88 qcom,pre-scaling = <1 1>; 94 qcom,pre-scaling = <1 1>;
|
pmm8155au_2.dtsi | 74 qcom,pre-scaling = <1 1>; 80 qcom,pre-scaling = <1 1>; 86 qcom,pre-scaling = <1 1>;
|
pm8150.dtsi | 95 qcom,pre-scaling = <1 1>; 101 qcom,pre-scaling = <1 1>; 107 qcom,pre-scaling = <1 1>;
|
sc7280-idp.dts | 68 qcom,pre-scaling = <1 1>;
|
pm8916.dtsi | 63 qcom,pre-scaling = <1 10>; 67 qcom,pre-scaling = <1 3>;
|
pm8994.dtsi | 88 qcom,pre-scaling = <1 3>;
|
sc7280-idp.dtsi | 206 qcom,pre-scaling = <1 1>;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
qcom-pmx55.dtsi | 45 qcom,pre-scaling = <1 1>; 51 qcom,pre-scaling = <1 1>; 57 qcom,pre-scaling = <1 1>; 63 qcom,pre-scaling = <1 1>;
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm.h | 410 enum amdgpu_rmx_type scaling; member in struct:dm_connector_state
|
amdgpu_dm.c | 3091 /* TODO: Validate scaling per-format with DC plane caps */ 3569 /* Full screen scaling by default */ 3576 rmx_type = dm_state->scaling; 3928 /* no scaling nor amdgpu inserted, no need to patch */ 4014 bool scale = dm_state ? (dm_state->scaling != RMX_OFF) : false; 4077 dm_state ? (dm_state->scaling != RMX_OFF) : false); 4085 * If scaling is enabled and refresh rate didn't change 4349 if (dm_old_state->scaling == rmx_type) 4352 dm_new_state->scaling = rmx_type; 4383 switch (dm_state->scaling) { [all...] |
/src/lib/libm/arch/vax/ |
n_sqrt.S | 98 subw2 $0x4080,%r1 # %r1 contains scaling factor
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc_stream.h | 116 uint32_t scaling:1; member in struct:stream_update_flags::__anond2a64f520108
|
dc_types.h | 345 bool scaling ; member in struct:stereo_3d_features 454 /* Scaling format */ 504 struct scaling_taps scaler_taps; /* Scaling taps */
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/ |
amdgpu_dcn20_hwseq.c | 1388 pipe_ctx->stream->update_flags.bits.scaling) { 1398 (context == dc->current_state && pipe_ctx->stream->update_flags.bits.scaling)) {
|
/src/sys/dev/ic/ |
arn9003.c | 2521 static const int scaling[] = { local in function:ar9003_paprd_calib 2604 for (i = 0; i < __arraycount(scaling); i++) { 2606 reg = RW(reg, AR_PHY_PAPRD_PRE_POST_SCALING, scaling[i]);
|
/src/sys/arch/m68k/060sp/dist/ |
pfpsp.s | 5565 bra.b stzs_norm # finish scaling 5691 bra.b stzd_norm # finish scaling 8060 # normalized then we really don't need to go through this scaling. but for now, 8520 # skip the scaling and unscaling... 9293 # skip the scaling and unscaling... 9916 # skip the scaling and unscaling... 11069 # Do addition after scaling exponents such that exception won't # 11522 # Do subtraction after scaling exponents such that exception won't# 13010 # A5. Form the final binary number by scaling the mantissa by # 13401 # ( ) fp1: scaling factor - 10**(abs(exp) [all...] |
fpsp.s | 10077 # ;result of the scaling 11628 # normalized then we really don't need to go through this scaling. but for now, 12088 # skip the scaling and unscaling... 12861 # skip the scaling and unscaling... 13484 # skip the scaling and unscaling... 14637 # Do addition after scaling exponents such that exception won't # 15090 # Do subtraction after scaling exponents such that exception won't# 16018 bra.b stzs_norm # finish scaling 16144 bra.b stzd_norm # finish scaling 23049 # A5. Form the final binary number by scaling the mantissa by [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
amdgpu_dc.c | 1726 su_flags->bits.scaling = 1;
|