Searched refs:total_fl (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_plane.c | 227 u32 total_fl; in _dpu_plane_calc_fill_level() local 252 total_fl = (fixed_buff_size / 2) / in _dpu_plane_calc_fill_level() 256 total_fl = (fixed_buff_size / 2) * 2 / in _dpu_plane_calc_fill_level() 261 total_fl = (fixed_buff_size / 2) * 2 / in _dpu_plane_calc_fill_level() 264 total_fl = (fixed_buff_size) * 2 / in _dpu_plane_calc_fill_level() 272 src_width, total_fl); in _dpu_plane_calc_fill_level() 274 return total_fl; in _dpu_plane_calc_fill_level() 280 * @total_fl: fill level 284 u32 total_fl) in _dpu_plane_get_qos_lut() 292 if (total_fl < in _dpu_plane_get_qos_lut() 283 _dpu_plane_get_qos_lut(const struct dpu_qos_lut_tbl *tbl, u32 total_fl) _dpu_plane_get_qos_lut() argument 313 u32 total_fl = 0, lut_usage; _dpu_plane_set_qos_lut() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_plane.c | 203 u32 total_fl; in _dpu_plane_calc_fill_level() local 221 total_fl = (fixed_buff_size / 2) / in _dpu_plane_calc_fill_level() 225 total_fl = (fixed_buff_size / 2) * 2 / in _dpu_plane_calc_fill_level() 230 total_fl = (fixed_buff_size / 2) * 2 / in _dpu_plane_calc_fill_level() 233 total_fl = (fixed_buff_size) * 2 / in _dpu_plane_calc_fill_level() 241 src_width, total_fl); in _dpu_plane_calc_fill_level() 243 return total_fl; in _dpu_plane_calc_fill_level() 259 u32 total_fl, lut_usage; in _dpu_plane_set_qos_lut() local 270 total_fl = _dpu_plane_calc_fill_level(plane, pipe, lut_usage, fmt, in _dpu_plane_set_qos_lut() 273 cfg.creq_lut = _dpu_hw_get_qos_lut(&pdpu->catalog->perf->qos_lut_tbl[lut_usage], total_fl); in _dpu_plane_set_qos_lut() [all...] |
H A D | dpu_hw_util.h | 354 u32 total_fl);
|
H A D | dpu_hw_util.c | 444 * @total_fl: fill level 448 u32 total_fl) in _dpu_hw_get_qos_lut() 456 if (total_fl <= tbl->entries[i].fl) in _dpu_hw_get_qos_lut() 447 _dpu_hw_get_qos_lut(const struct dpu_qos_lut_tbl *tbl, u32 total_fl) _dpu_hw_get_qos_lut() argument
|
Completed in 4 milliseconds