Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c239 extract_rq_sizing_regs(mode_lib, &(rq_regs->rq_regs_l), rq_param.sizing.rq_l); in dml1_extract_rq_regs()
243 rq_regs->rq_regs_l.swath_height = dml_log2(rq_param.dlg.rq_l.swath_height); in dml1_extract_rq_regs()
249 if (rq_param.sizing.rq_l.chunk_bytes >= 32 * 1024) { /*32kb */ in dml1_extract_rq_regs()
259 if ((double) rq_param.misc.rq_l.stored_swath_bytes in dml1_extract_rq_regs()
290 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split()
295 rq_param->misc.rq_l.full_swath_bytes * 2 / 3, in handle_det_buf_split()
341 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split()
348 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_height) - req128_l; in handle_det_buf_split()
351 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_width) - req128_l; in handle_det_buf_split()
354 rq_param->dlg.rq_l.swath_height = 1 << log2_swath_height_l; in handle_det_buf_split()
[all …]
Ddisplay_rq_dlg_helpers.c34 print__data_rq_sizing_params_st(mode_lib, rq_param.sizing.rq_l); in print__rq_params_st()
39 print__data_rq_dlg_params_st(mode_lib, rq_param.dlg.rq_l); in print__rq_params_st()
44 print__data_rq_misc_params_st(mode_lib, rq_param.misc.rq_l); in print__rq_params_st()
130 print__data_rq_dlg_params_st(mode_lib, rq_dlg_param.rq_l); in print__rq_dlg_params_st()
Ddisplay_mode_structs.h386 display_data_rq_dlg_params_st rq_l; member
391 display_data_rq_sizing_params_st rq_l; member
396 display_data_rq_misc_params_st rq_l; member
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20v2.c196 extract_rq_sizing_regs(mode_lib, &(rq_regs->rq_regs_l), rq_param.sizing.rq_l); in extract_rq_regs()
198 rq_regs->rq_regs_l.pte_row_height_linear = dml_floor(dml_log2(rq_param.dlg.rq_l.dpte_row_height), in extract_rq_regs()
207 rq_regs->rq_regs_l.swath_height = dml_log2(rq_param.dlg.rq_l.swath_height); in extract_rq_regs()
212 if (rq_param.sizing.rq_l.chunk_bytes >= 32 * 1024) { //32kb in extract_rq_regs()
222 if ((double) rq_param.misc.rq_l.stored_swath_bytes in extract_rq_regs()
251 full_swath_bytes_packed_l = rq_param->misc.rq_l.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()
290 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split()
297 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_height) - req128_l; in handle_det_buf_split()
300 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_width) - req128_l; in handle_det_buf_split()
[all …]
Ddisplay_rq_dlg_calc_20.c196 extract_rq_sizing_regs(mode_lib, &(rq_regs->rq_regs_l), rq_param.sizing.rq_l); in extract_rq_regs()
198 rq_regs->rq_regs_l.pte_row_height_linear = dml_floor(dml_log2(rq_param.dlg.rq_l.dpte_row_height), in extract_rq_regs()
207 rq_regs->rq_regs_l.swath_height = dml_log2(rq_param.dlg.rq_l.swath_height); in extract_rq_regs()
212 if (rq_param.sizing.rq_l.chunk_bytes >= 32 * 1024) { //32kb in extract_rq_regs()
222 if ((double) rq_param.misc.rq_l.stored_swath_bytes in extract_rq_regs()
251 full_swath_bytes_packed_l = rq_param->misc.rq_l.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()
290 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split()
297 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_height) - req128_l; in handle_det_buf_split()
300 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_width) - req128_l; in handle_det_buf_split()
[all …]
/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c175 extract_rq_sizing_regs(mode_lib, &(rq_regs->rq_regs_l), rq_param.sizing.rq_l); in extract_rq_regs()
178 dml_log2(rq_param.dlg.rq_l.dpte_row_height), in extract_rq_regs()
188 rq_regs->rq_regs_l.swath_height = dml_log2(rq_param.dlg.rq_l.swath_height); in extract_rq_regs()
193 if (rq_param.sizing.rq_l.chunk_bytes >= 32 * 1024) { //32kb in extract_rq_regs()
203 if ((double) rq_param.misc.rq_l.stored_swath_bytes in extract_rq_regs()
234 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split()
239 rq_param->misc.rq_l.full_swath_bytes * 2 / 3, in handle_det_buf_split()
275 rq_param->misc.rq_l.stored_swath_bytes = swath_bytes_l; in handle_det_buf_split()
282 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_height) - req128_l; in handle_det_buf_split()
285 log2_swath_height_l = dml_log2(rq_param->misc.rq_l.blk256_width) - req128_l; in handle_det_buf_split()
[all …]