Home
last modified time | relevance | path

Searched refs:swath_width (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/dev/drm/amd/display/dc/inc/
H A Ddcn_calcs.h382 float swath_width; member
/dflybsd-src/sys/dev/drm/amd/display/dc/calcs/
H A Ddcn_calc_auto.c1112 v->swath_width = v->viewport_width[k] / v->dpp_per_plane[k]; in display_pipe_configuration()
1115 v->swath_width = v->viewport_height[k] / v->dpp_per_plane[k]; in display_pipe_configuration()
1118 …v->rounded_up_max_swath_size_bytes_y = (dcn_bw_ceil2(v->swath_width - 1.0, v->swath_width_granular… in display_pipe_configuration()
1125 …v->rounded_up_max_swath_size_bytes_c = (dcn_bw_ceil2(v->swath_width / 2.0 - 1.0, v->swath_width_gr… in display_pipe_configuration()