OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:increasing_vco
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_rv6xx_dpm.c
200
bool
increasing_vco
, u32 step_size)
206
if (
increasing_vco
)
238
bool
increasing_vco
)
240
return (
increasing_vco
&& (cur->vco_frequency >= target->vco_frequency)) ||
241
(!
increasing_vco
&& (cur->vco_frequency <= target->vco_frequency));
250
bool
increasing_vco
;
local in function:rv6xx_generate_steps
258
increasing_vco
= (target.vco_frequency >= cur.vco_frequency);
269
next = rv6xx_next_vco_step(rdev, &cur,
increasing_vco
, R600_VCOSTEPPCT_DFLT);
271
if (rv6xx_reached_stepping_target(rdev, &next, &target,
increasing_vco
)) {
273
rv6xx_next_vco_step(rdev, &target, !
increasing_vco
, R600_ENDINGVCOSTEPPCT_DFLT)
[
all
...]
radeon_rv6xx_dpm.c
200
bool
increasing_vco
, u32 step_size)
206
if (
increasing_vco
)
238
bool
increasing_vco
)
240
return (
increasing_vco
&& (cur->vco_frequency >= target->vco_frequency)) ||
241
(!
increasing_vco
&& (cur->vco_frequency <= target->vco_frequency));
250
bool
increasing_vco
;
local in function:rv6xx_generate_steps
258
increasing_vco
= (target.vco_frequency >= cur.vco_frequency);
269
next = rv6xx_next_vco_step(rdev, &cur,
increasing_vco
, R600_VCOSTEPPCT_DFLT);
271
if (rv6xx_reached_stepping_target(rdev, &next, &target,
increasing_vco
)) {
273
rv6xx_next_vco_step(rdev, &target, !
increasing_vco
, R600_ENDINGVCOSTEPPCT_DFLT)
[
all
...]
Completed in 24 milliseconds
Indexes created Mon Oct 13 15:10:03 GMT 2025