Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_rq_dlg_calc_31.c256 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local
287 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
289 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()
292 dml_print("DML_DLG: %s: total_swath_bytes = %0d\n", __func__, total_swath_bytes); in handle_det_buf_split()
296 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request in handle_det_buf_split()
312 total_swath_bytes = 2 * swath_bytes_l + 2 * swath_bytes_c; in handle_det_buf_split()
314 if (total_swath_bytes > detile_buf_size_in_bytes) { in handle_det_buf_split()
324 total_swath_bytes = 2 * swath_bytes_l + 2 * swath_bytes_c; in handle_det_buf_split()
326 if (total_swath_bytes > detile_buf_size_in_bytes) { in handle_det_buf_split()
333 total_swath_bytes = 2 * swath_bytes_l + 2 * swath_bytes_c; in handle_det_buf_split()
[all …]
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/dcn30/
Ddisplay_rq_dlg_calc_30.c163 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local
189 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
191 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()
193 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request in handle_det_buf_split()
209 total_swath_bytes = 2 * swath_bytes_l + 2 * swath_bytes_c; in handle_det_buf_split()
211 if (total_swath_bytes > detile_buf_size_in_bytes) { in handle_det_buf_split()
221 total_swath_bytes = 2 * swath_bytes_l + 2 * swath_bytes_c; in handle_det_buf_split()
223 if (total_swath_bytes > detile_buf_size_in_bytes) { in handle_det_buf_split()
230 total_swath_bytes = 2 * swath_bytes_l + 2 * swath_bytes_c; in handle_det_buf_split()
232 total_swath_bytes = 2 * swath_bytes_l; in handle_det_buf_split()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_rq_dlg_calc_20.c238 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local
264 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
266 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request in handle_det_buf_split()
280 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()
282 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()
287 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()
Ddisplay_rq_dlg_calc_20v2.c238 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local
264 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
266 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request in handle_det_buf_split()
280 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()
282 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()
287 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/dcn21/
Ddisplay_rq_dlg_calc_21.c220 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local
248 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
250 if (total_swath_bytes <= detile_buf_size_in_bytes) { //full 256b request in handle_det_buf_split()
264 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()
266 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()
271 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c277 unsigned int total_swath_bytes = 0; in handle_det_buf_split() local
305 total_swath_bytes = 2 * full_swath_bytes_packed_l + 2 * full_swath_bytes_packed_c; in handle_det_buf_split()
307 if (total_swath_bytes <= detile_buf_size_in_bytes) { /*full 256b request */ in handle_det_buf_split()
331 total_swath_bytes = 2 * full_swath_bytes_packed_l; in handle_det_buf_split()
333 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()
338 swath_bytes_l = total_swath_bytes; in handle_det_buf_split()