OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drm_int2fixp
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_fixed.h
81
static inline s64
drm_int2fixp
(int a)
function in typeref:typename:s64
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_dp_mst.c
464
fixed_pbn =
drm_int2fixp
(mst_enc->pbn);
465
fixed_pbn_per_slot =
drm_int2fixp
(radeon_connector->mst_port->mst_mgr.pbn_div);
radeon_ni_dpm.c
753
i_leakage = div64_s64(
drm_int2fixp
(ileakage), 1000);
754
vddc = div64_s64(
drm_int2fixp
(v), 1000);
755
temperature = div64_s64(
drm_int2fixp
(t), 1000);
757
kt = drm_fixp_mul(div64_s64(
drm_int2fixp
(coeff->at), 1000),
758
drm_fixp_exp(drm_fixp_mul(div64_s64(
drm_int2fixp
(coeff->bt), 1000), temperature)));
759
kv = drm_fixp_mul(div64_s64(
drm_int2fixp
(coeff->av), 1000),
760
drm_fixp_exp(drm_fixp_mul(div64_s64(
drm_int2fixp
(coeff->bv), 1000), vddc)));
radeon_si_dpm.c
1783
i_leakage = div64_s64(
drm_int2fixp
(ileakage), 100);
1784
vddc = div64_s64(
drm_int2fixp
(v), 1000);
1785
temperature = div64_s64(
drm_int2fixp
(t), 1000);
1787
t_slope = div64_s64(
drm_int2fixp
(coeff->t_slope), 100000000);
1788
t_intercept = div64_s64(
drm_int2fixp
(coeff->t_intercept), 100000000);
1789
av = div64_s64(
drm_int2fixp
(coeff->av), 100000000);
1790
bv = div64_s64(
drm_int2fixp
(coeff->bv), 100000000);
1791
t_ref =
drm_int2fixp
(coeff->t_ref);
1819
i_leakage = div64_s64(
drm_int2fixp
(ileakage), 100);
1820
vddc = div64_s64(
drm_int2fixp
(v), 1000)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c
1875
i_leakage = div64_s64(
drm_int2fixp
(ileakage), 100);
1876
vddc = div64_s64(
drm_int2fixp
(v), 1000);
1877
temperature = div64_s64(
drm_int2fixp
(t), 1000);
1879
t_slope = div64_s64(
drm_int2fixp
(coeff->t_slope), 100000000);
1880
t_intercept = div64_s64(
drm_int2fixp
(coeff->t_intercept), 100000000);
1881
av = div64_s64(
drm_int2fixp
(coeff->av), 100000000);
1882
bv = div64_s64(
drm_int2fixp
(coeff->bv), 100000000);
1883
t_ref =
drm_int2fixp
(coeff->t_ref);
1911
i_leakage = div64_s64(
drm_int2fixp
(ileakage), 100);
1912
vddc = div64_s64(
drm_int2fixp
(v), 1000)
[
all
...]
Completed in 20 milliseconds
Indexes created Sun Oct 12 05:10:08 GMT 2025