Home
last modified time | relevance | path

Searched refs:full_swath_bytes (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c251 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split()
252 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()
255 full_swath_bytes_packed_l = dml_round_to_multiple(rq_param->misc.rq_l.full_swath_bytes * 2 / 3, in handle_det_buf_split()
258 full_swath_bytes_packed_c = dml_round_to_multiple(rq_param->misc.rq_c.full_swath_bytes * 2 / 3, in handle_det_buf_split()
458 rq_misc_param->full_swath_bytes = rq_dlg_param->swath_width_ub * blk256_height in get_meta_and_pte_attr()
461 rq_misc_param->full_swath_bytes = rq_dlg_param->swath_width_ub * blk256_width in get_meta_and_pte_attr()
Ddisplay_rq_dlg_calc_20v2.c251 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split()
252 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()
255 full_swath_bytes_packed_l = dml_round_to_multiple(rq_param->misc.rq_l.full_swath_bytes * 2 / 3, in handle_det_buf_split()
258 full_swath_bytes_packed_c = dml_round_to_multiple(rq_param->misc.rq_c.full_swath_bytes * 2 / 3, in handle_det_buf_split()
458 rq_misc_param->full_swath_bytes = rq_dlg_param->swath_width_ub * blk256_height in get_meta_and_pte_attr()
461 rq_misc_param->full_swath_bytes = rq_dlg_param->swath_width_ub * blk256_width in get_meta_and_pte_attr()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c234 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split()
235 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()
239 rq_param->misc.rq_l.full_swath_bytes * 2 / 3, in handle_det_buf_split()
243 rq_param->misc.rq_c.full_swath_bytes * 2 / 3, in handle_det_buf_split()
453 rq_misc_param->full_swath_bytes = rq_dlg_param->swath_width_ub * blk256_height in get_meta_and_pte_attr()
456 rq_misc_param->full_swath_bytes = rq_dlg_param->swath_width_ub * blk256_width in get_meta_and_pte_attr()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c290 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split()
291 full_swath_bytes_packed_c = rq_param->misc.rq_c.full_swath_bytes; in handle_det_buf_split()
295 rq_param->misc.rq_l.full_swath_bytes * 2 / 3, in handle_det_buf_split()
299 rq_param->misc.rq_c.full_swath_bytes * 2 / 3, in handle_det_buf_split()
688 rq_misc_param->full_swath_bytes = rq_dlg_param->swath_width_ub * blk256_height in get_surf_rq_param()
691 rq_misc_param->full_swath_bytes = rq_dlg_param->swath_width_ub * blk256_width in get_surf_rq_param()
Ddisplay_rq_dlg_helpers.c114 rq_misc_param.full_swath_bytes); in print__data_rq_misc_params_st()
Ddisplay_mode_structs.h353 unsigned int full_swath_bytes; member