OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_height_rounded_up_to_chunks
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dce_calcs.h
408
struct bw_fixed
source_height_rounded_up_to_chunks
[maximum_number_of_surfaces];
member in struct:bw_calcs_data
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
calcs_logger.h
446
DC_LOG_BANDWIDTH_CALCS(" [bw_fixed]
source_height_rounded_up_to_chunks
[%d]:%d",
447
i, bw_fixed_to_int(data->
source_height_rounded_up_to_chunks
[i]));
amdgpu_dce_calcs.c
488
data->
source_height_rounded_up_to_chunks
[i] = data->source_height_pixels;
1448
if ((i == j || data->display_synchronization_enabled) && (data->enable[j] == 1 && bw_equ(data->source_width_rounded_up_to_chunks[i], data->source_width_rounded_up_to_chunks[j]) && bw_equ(data->
source_height_rounded_up_to_chunks
[i], data->
source_height_rounded_up_to_chunks
[j]) && bw_equ(data->vsr[i], data->vsr[j]) && bw_equ(data->hsr[i], data->hsr[j]) && bw_equ(data->pixel_rate[i], data->pixel_rate[j]))) {
1946
data->total_bytes_requested = bw_fixed_to_int(bw_add(bw_int_to_fixed(data->total_bytes_requested), (bw_mul(bw_mul(data->
source_height_rounded_up_to_chunks
[i], data->source_width_rounded_up_to_chunks[i]), bw_int_to_fixed(data->bytes_per_pixel[i])))));
Completed in 16 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025