OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:clock_cfg
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c
3273
struct dc_clock_config
clock_cfg
= {0};
local in function:dcn10_set_clock
3278
context, clock_type, &
clock_cfg
);
3283
if (clk_khz >
clock_cfg
.max_clock_khz)
3286
if (clk_khz <
clock_cfg
.min_clock_khz)
3289
if (clk_khz <
clock_cfg
.bw_requirequired_clock_khz)
3309
struct dc_clock_config *
clock_cfg
)
3314
dc->clk_mgr->funcs->get_clock(dc->clk_mgr, context, clock_type,
clock_cfg
);
amdgpu_dcn10_hw_sequencer.c
3273
struct dc_clock_config
clock_cfg
= {0};
local in function:dcn10_set_clock
3278
context, clock_type, &
clock_cfg
);
3283
if (clk_khz >
clock_cfg
.max_clock_khz)
3286
if (clk_khz <
clock_cfg
.min_clock_khz)
3289
if (clk_khz <
clock_cfg
.bw_requirequired_clock_khz)
3309
struct dc_clock_config *
clock_cfg
)
3314
dc->clk_mgr->funcs->get_clock(dc->clk_mgr, context, clock_type,
clock_cfg
);
Completed in 110 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025