Home
last modified time | relevance | path

Searched refs:clocks (Results 1 – 25 of 45) sorted by relevance

12

/dragonfly/sys/dev/drm/amd/powerplay/
H A Damd_powerplay.c999 struct amd_pp_clock_info *clocks) in pp_get_current_clocks() argument
1038 clocks->max_clocks_state = PP_DAL_POWERLEVEL_7; in pp_get_current_clocks()
1058 if (clocks == NULL) in pp_get_clock_by_type()
1069 struct pp_clock_levels_with_latency *clocks) in pp_get_clock_by_type_with_latency() argument
1074 if (!hwmgr || !hwmgr->pm_en ||!clocks) in pp_get_clock_by_type_with_latency()
1085 struct pp_clock_levels_with_voltage *clocks) in pp_get_clock_by_type_with_voltage() argument
1090 if (!hwmgr || !hwmgr->pm_en ||!clocks) in pp_get_clock_by_type_with_voltage()
1135 struct amd_pp_simple_clock_info *clocks) in pp_get_display_mode_validation_clocks() argument
1140 if (!hwmgr || !hwmgr->pm_en ||!clocks) in pp_get_display_mode_validation_clocks()
1143 clocks->level = PP_DAL_POWERLEVEL_7; in pp_get_display_mode_validation_clocks()
[all …]
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu10_hwmgr.c201 struct PP_Clocks clocks = {0}; in smu10_set_clock_limit() local
956 struct pp_clock_levels_with_latency *clocks) in smu10_get_clock_by_type_with_latency() argument
995 clocks->num_levels = 0; in smu10_get_clock_by_type_with_latency()
998 clocks->data[clocks->num_levels].clocks_in_khz = in smu10_get_clock_by_type_with_latency()
1000 clocks->data[clocks->num_levels].latency_in_us = latency_required ? in smu10_get_clock_by_type_with_latency()
1004 clocks->num_levels++; in smu10_get_clock_by_type_with_latency()
1013 struct pp_clock_levels_with_voltage *clocks) in smu10_get_clock_by_type_with_voltage() argument
1049 clocks->num_levels = 0; in smu10_get_clock_by_type_with_voltage()
1052 clocks->data[clocks->num_levels].clocks_in_khz = pclk_vol_table->entries[i].clk * 10; in smu10_get_clock_by_type_with_voltage()
1053 clocks->data[clocks->num_levels].voltage_in_mv = pclk_vol_table->entries[i].vol; in smu10_get_clock_by_type_with_voltage()
[all …]
H A Dhardwaremanager.c402 …et_clock_by_type(struct pp_hwmgr *hwmgr, enum amd_pp_clock_type type, struct amd_pp_clocks *clocks) in phm_get_clock_by_type() argument
409 return hwmgr->hwmgr_func->get_clock_by_type(hwmgr, type, clocks); in phm_get_clock_by_type()
415 struct pp_clock_levels_with_latency *clocks) in phm_get_clock_by_type_with_latency() argument
422 return hwmgr->hwmgr_func->get_clock_by_type_with_latency(hwmgr, type, clocks); in phm_get_clock_by_type_with_latency()
428 struct pp_clock_levels_with_voltage *clocks) in phm_get_clock_by_type_with_voltage() argument
435 return hwmgr->hwmgr_func->get_clock_by_type_with_voltage(hwmgr, type, clocks); in phm_get_clock_by_type_with_voltage()
462 int phm_get_max_high_clocks(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks) in phm_get_max_high_clocks() argument
469 return hwmgr->hwmgr_func->get_max_high_clocks(hwmgr, clocks); in phm_get_max_high_clocks()
H A Dvega12_hwmgr.c1640 clocks->data[i].clocks_in_khz = in vega12_get_sclks()
1643 clocks->data[i].latency_in_us = 0; in vega12_get_sclks()
1646 clocks->num_levels = ucount; in vega12_get_sclks()
1674 clocks->data[i].latency_in_us = in vega12_get_memclocks()
1701 clocks->data[i].clocks_in_khz = in vega12_get_dcefclocks()
1704 clocks->data[i].latency_in_us = 0; in vega12_get_dcefclocks()
1707 clocks->num_levels = ucount; in vega12_get_dcefclocks()
1729 clocks->data[i].clocks_in_khz = in vega12_get_socclocks()
1732 clocks->data[i].latency_in_us = 0; in vega12_get_socclocks()
1735 clocks->num_levels = ucount; in vega12_get_socclocks()
[all …]
H A Dsmu8_hwmgr.c1042 struct PP_Clocks clocks = {0, 0, 0, 0}; in smu8_apply_state_adjust_rules() local
1598 struct amd_pp_clocks *clocks) in smu8_get_clock_by_type() argument
1604 clocks->count = smu8_get_max_sclk_level(hwmgr); in smu8_get_clock_by_type()
1607 for (i = 0; i < clocks->count; i++) in smu8_get_clock_by_type()
1612 for (i = 0; i < clocks->count; i++) in smu8_get_clock_by_type()
1613 clocks->clock[i] = table->entries[i].clk * 10; in smu8_get_clock_by_type()
1616 clocks->count = SMU8_NUM_NBPMEMORYCLOCK; in smu8_get_clock_by_type()
1617 for (i = 0; i < clocks->count; i++) in smu8_get_clock_by_type()
1618 clocks->clock[i] = data->sys_info.nbp_memory_clock[clocks->count - 1 - i] * 10; in smu8_get_clock_by_type()
1641 clocks->engine_max_clock = table->entries[level].clk; in smu8_get_max_high_clocks()
[all …]
H A Dvega10_hwmgr.c4091 clocks->num_levels = 0; in vega10_get_sclks()
4094 clocks->data[clocks->num_levels].clocks_in_khz = in vega10_get_sclks()
4096 clocks->num_levels++; in vega10_get_sclks()
4116 clocks->data[j].clocks_in_khz = in vega10_get_memclocks()
4120 clocks->data[j].latency_in_us = in vega10_get_memclocks()
4139 clocks->data[i].latency_in_us = 0; in vega10_get_dcefclocks()
4140 clocks->num_levels++; in vega10_get_dcefclocks()
4155 clocks->data[i].latency_in_us = 0; in vega10_get_socclocks()
4156 clocks->num_levels++; in vega10_get_socclocks()
4166 vega10_get_sclks(hwmgr, clocks); in vega10_get_clock_by_type_with_latency()
[all …]
H A Dsmu7_hwmgr.c4651 clocks->count = dep_sclk_table->count; in smu7_get_sclks()
4656 clocks->count = sclk_table->count; in smu7_get_sclks()
4688 clocks->latency[i] = smu7_get_mem_latency(hwmgr, in smu7_get_mclks()
4691 clocks->count = dep_mclk_table->count; in smu7_get_mclks()
4696 clocks->count = mclk_table->count; in smu7_get_mclks()
4702 struct amd_pp_clocks *clocks) in smu7_get_clock_by_type() argument
4706 smu7_get_sclks(hwmgr, clocks); in smu7_get_clock_by_type()
4709 smu7_get_mclks(hwmgr, clocks); in smu7_get_clock_by_type()
4760 struct amd_pp_simple_clock_info *clocks) in smu7_get_max_high_clocks() argument
4766 if (clocks == NULL) in smu7_get_max_high_clocks()
[all …]
/dragonfly/sys/dev/drm/amd/include/
H A Dkgd_pp_interface.h255 struct amd_pp_clock_info *clocks);
258 struct amd_pp_clocks *clocks);
261 struct pp_clock_levels_with_latency *clocks);
264 struct pp_clock_levels_with_voltage *clocks);
270 struct amd_pp_simple_clock_info *clocks);
/dragonfly/libexec/telnetd/
H A Ddefs.h133 #define settimer(x) (clocks.x = ++clocks.system)
134 #define sequenceIs(x,y) (clocks.x < clocks.y)
H A Dext.h196 } clocks; variable
/dragonfly/usr.bin/telnet/
H A Ddefines.h33 #define settimer(x) clocks.x = clocks.system++
H A Dterminal.c187 if (dontlecho && (clocks.echotoggle > clocks.modenegotiated)) { in getconnmode()
H A Dtypes.h48 extern Clocks clocks;
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhardwaremanager.h449 …t_clock_by_type(struct pp_hwmgr *hwmgr, enum amd_pp_clock_type type, struct amd_pp_clocks *clocks);
453 struct pp_clock_levels_with_latency *clocks);
456 struct pp_clock_levels_with_voltage *clocks);
462 extern int phm_get_max_high_clocks(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks);
H A Dhwmgr.h290 …_clock_by_type)(struct pp_hwmgr *hwmgr, enum amd_pp_clock_type type, struct amd_pp_clocks *clocks);
293 struct pp_clock_levels_with_latency *clocks);
296 struct pp_clock_levels_with_voltage *clocks);
300 int (*get_max_high_clocks)(struct pp_hwmgr *hwmgr, struct amd_pp_simple_clock_info *clocks);
/dragonfly/usr.bin/calendar/calendars/
H A Dcalendar.canada18 03/SunSecond Daylight Saving Time begins; clocks move forward (2nd Sunday of March)
33 11/SunFirst Daylight Saving Time ends; clocks move back (1st Sunday in November)
H A Dcalendar.newzealand17 04/SunFirst Daylight Saving Time ends; clocks move back (first Sunday of April)
22 09/SunLast Daylight Saving Time starts; clocks move forward (last Sunday in September)
H A Dcalendar.uk19 03/SunLast Daylight Saving Time begins; clocks move forward (last Sunday of March)
35 10/SunLast Daylight Saving Time ends; clocks move back (last Sunday in October)
H A Dcalendar.usholiday21 03/SunSecond Daylight Saving Time begins in USA; clocks move forward (2nd Sunday of March)
38 11/SunFirst Daylight Saving Time ends in USA; clocks move back (1st Sunday of November)
/dragonfly/sys/dev/drm/radeon/
H A Dbtc_dpm.c1208 static u32 btc_find_valid_clock(struct radeon_clock_array *clocks, in btc_find_valid_clock() argument
1213 if ((clocks == NULL) || (clocks->count == 0)) in btc_find_valid_clock()
1216 for (i = 0; i < clocks->count; i++) { in btc_find_valid_clock()
1217 if (clocks->values[i] >= requested_clock) in btc_find_valid_clock()
1218 return (clocks->values[i] < max_clock) ? clocks->values[i] : max_clock; in btc_find_valid_clock()
1221 return (clocks->values[clocks->count - 1] < max_clock) ? in btc_find_valid_clock()
1222 clocks->values[clocks->count - 1] : max_clock; in btc_find_valid_clock()
/dragonfly/share/man/man7/
H A DMakefile6 clocks.7 \
/dragonfly/share/zoneinfo/
H A Dsouthamerica221 # The following eight (8) provinces pulled clocks back to UTC-04:00 at
245 # Fuego set its clocks back at 2004-05-30 00:00.
271 # (It is imminent in San Luis clocks one hour delay)
304 # (that is, Monday 21st at 0:00 is the time the clocks were delayed back
339 # inhabitants) will have to turn back one hour their clocks
1093 # standardized on 109W22 in 1890; assume this didn't change the clocks.
1447 # ... the clocks revert back to Local Mean Time at 2 am on Sunday 15
1449 # September. It is anticipated that the clocks will revert back at 2
1503 # will not revert to local mean time, but clocks will remain on Summer
1594 # adjust their clocks at 0 hour of the given dates.
[all …]
H A Dasia381 # department will also change their clocks, unlike before.
602 # others moving their clocks ahead.)
1189 # Instead of putting back clocks at the end of October, Georgia
2321 # were to move clocks 1 hour forward.
2324 # of the Uzbek SSR were to move clocks 1 hour backwards.
2325 # Other territories were to not move clocks.
2336 # were to not move clocks and Uralsk oblast was to move clocks
2340 # move clocks.)
3004 # advance clocks by one hour from May 1 will cause disturbance
3020 # advance clocks in the country by one hour from April 15 to
[all …]
H A Dantarctica264 # solar noon. So the Vostok time might have been whatever the clocks
329 # All the electric clocks are usually wrong.
331 # makes all of the clocks run fast. So every couple of days,
H A Deurope141 # clocks in Britain were set to GMT (though some, like the great clock
719 # says that every year clocks were to be moved forward on last Sunday
1288 # 00:00), clocks were moved one hour forward. The newspaper
1290 # On Oct 4 1942, clocks were moved at 1:00 one hour backwards.
1506 # Büsingen and Zurich have shared clocks since 1970.
1861 # clocks one hour in the spring....
1935 # observe Summer Time in 2003, changing its clocks at the times laid
2521 # None of the sources indicates a time of day for changing clocks.
2571 # time to move the clocks back put this whole city out of sync with
2869 # Assume it happened in March by not changing the clocks.
[all …]

12