OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_dispclk_required_with_ramping
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dce_calcs.h
327
struct bw_fixed
total_dispclk_required_with_ramping
;
member in struct:bw_calcs_data
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
calcs_logger.h
320
DC_LOG_BANDWIDTH_CALCS(" [bw_fixed]
total_dispclk_required_with_ramping
: %d",
321
bw_fixed_to_int(data->
total_dispclk_required_with_ramping
));
amdgpu_dce_calcs.c
1710
data->
total_dispclk_required_with_ramping
= bw_int_to_fixed(0);
1714
if (bw_ltn(data->
total_dispclk_required_with_ramping
, data->dispclk_required_with_ramping[i])) {
1715
data->
total_dispclk_required_with_ramping
= data->dispclk_required_with_ramping[i];
1735
data->total_dispclk_required_with_ramping_with_request_bandwidth = bw_max2(data->
total_dispclk_required_with_ramping
, data->dispclk_required_for_total_read_request_bandwidth);
Completed in 16 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025