Searched refs:full_swath_bytes_packed_l (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
D | display_rq_dlg_calc_31.c | 172 unsigned int full_swath_bytes_packed_l = 0; in handle_det_buf_split() local 182 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split() 186 dml_print("DML_DLG: %s: full_swath_bytes_packed_l = %0d\n", __func__, full_swath_bytes_packed_l); in handle_det_buf_split() 191 …full_swath_bytes_packed_l = dml_round_to_multiple(rq_param->misc.rq_l.full_swath_bytes * 2.0 / 3.0… in handle_det_buf_split() 194 …ML_DLG: %s: full_swath_bytes_packed_l = %0d (3-2 packing)\n", __func__, full_swath_bytes_packed_l); in handle_det_buf_split() 200 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split() 202 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split() 212 swath_bytes_l = full_swath_bytes_packed_l; in handle_det_buf_split() 218 swath_bytes_l = full_swath_bytes_packed_l / 2; in handle_det_buf_split() 219 } else if ((double) full_swath_bytes_packed_l / (double) full_swath_bytes_packed_c < 1.5) { in handle_det_buf_split() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | display_rq_dlg_calc_314.c | 260 unsigned int full_swath_bytes_packed_l = 0; in handle_det_buf_split() local 270 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split() 274 dml_print("DML_DLG: %s: full_swath_bytes_packed_l = %0d\n", __func__, full_swath_bytes_packed_l); in handle_det_buf_split() 279 …full_swath_bytes_packed_l = dml_round_to_multiple(rq_param->misc.rq_l.full_swath_bytes * 2.0 / 3.0… in handle_det_buf_split() 282 …ML_DLG: %s: full_swath_bytes_packed_l = %0d (3-2 packing)\n", __func__, full_swath_bytes_packed_l); in handle_det_buf_split() 288 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split() 290 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split() 300 swath_bytes_l = full_swath_bytes_packed_l; in handle_det_buf_split() 306 swath_bytes_l = full_swath_bytes_packed_l / 2; in handle_det_buf_split() 307 } else if ((double) full_swath_bytes_packed_l / (double) full_swath_bytes_packed_c < 1.5) { in handle_det_buf_split() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_rq_dlg_calc_30.c | 165 unsigned int full_swath_bytes_packed_l = 0; in handle_det_buf_split() local 175 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split() 179 …full_swath_bytes_packed_l = dml_round_to_multiple(rq_param->misc.rq_l.full_swath_bytes * 2.0 / 3.0, in handle_det_buf_split() 188 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split() 190 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split() 195 swath_bytes_l = full_swath_bytes_packed_l; in handle_det_buf_split() 201 swath_bytes_l = full_swath_bytes_packed_l / 2; in handle_det_buf_split() 202 } else if ((double)full_swath_bytes_packed_l / (double)full_swath_bytes_packed_c < 1.5) { in handle_det_buf_split() 205 swath_bytes_l = full_swath_bytes_packed_l; in handle_det_buf_split() 212 swath_bytes_l = full_swath_bytes_packed_l / 2; in handle_det_buf_split() [all …]
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20.c | 241 unsigned int full_swath_bytes_packed_l = 0; in handle_det_buf_split() local 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() 264 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split() 269 swath_bytes_l = full_swath_bytes_packed_l; in handle_det_buf_split() 274 swath_bytes_l = full_swath_bytes_packed_l / 2; in handle_det_buf_split() 280 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split() 328 full_swath_bytes_packed_l); in handle_det_buf_split()
|
D | display_rq_dlg_calc_20v2.c | 241 unsigned int full_swath_bytes_packed_l = 0; in handle_det_buf_split() local 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() 264 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split() 269 swath_bytes_l = full_swath_bytes_packed_l; in handle_det_buf_split() 274 swath_bytes_l = full_swath_bytes_packed_l / 2; in handle_det_buf_split() 280 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split() 328 full_swath_bytes_packed_l); in handle_det_buf_split()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.c | 223 unsigned int full_swath_bytes_packed_l = 0; in handle_det_buf_split() local 233 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split() 237 full_swath_bytes_packed_l = dml_round_to_multiple( in handle_det_buf_split() 248 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split() 253 swath_bytes_l = full_swath_bytes_packed_l; in handle_det_buf_split() 258 swath_bytes_l = full_swath_bytes_packed_l / 2; in handle_det_buf_split() 264 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split() 313 full_swath_bytes_packed_l); in handle_det_buf_split()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/ |
D | dml1_display_rq_dlg_calc.c | 280 unsigned int full_swath_bytes_packed_l = 0; in handle_det_buf_split() local 290 full_swath_bytes_packed_l = rq_param->misc.rq_l.full_swath_bytes; in handle_det_buf_split() 294 full_swath_bytes_packed_l = dml_round_to_multiple( in handle_det_buf_split() 305 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split() 310 swath_bytes_l = full_swath_bytes_packed_l; in handle_det_buf_split() 315 swath_bytes_l = full_swath_bytes_packed_l / 2; in handle_det_buf_split() 331 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split() 377 DTRACE("DLG: %s: full_swath_bytes_packed_l = %0d", __func__, full_swath_bytes_packed_l); in handle_det_buf_split()
|