OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swath_width_granularity_c
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
dcn_calcs.h
315
float
swath_width_granularity_c
;
member in struct:dcn_bw_internal_vars
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_auto.c
533
v->
swath_width_granularity_c
= 256.0 /dcn_bw_ceil2(v->byte_per_pixel_in_detc[k], 2.0) / v->max_swath_height_c[k];
535
v->rounded_up_max_swath_size_bytes_c = (dcn_bw_ceil2(v->swath_width_yper_state[i][j][k] / 2.0 - 1.0, v->
swath_width_granularity_c
) + v->
swath_width_granularity_c
) * v->byte_per_pixel_in_detc[k] * v->max_swath_height_c[k];
1153
v->
swath_width_granularity_c
= 256.0 /dcn_bw_ceil2(v->byte_per_pix_detc, 2.0) / v->maximum_swath_height_c;
1155
v->rounded_up_max_swath_size_bytes_c = (dcn_bw_ceil2(v->swath_width / 2.0 - 1.0, v->
swath_width_granularity_c
) + v->
swath_width_granularity_c
) * v->byte_per_pix_detc * v->maximum_swath_height_c;
Completed in 13 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025