Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dml/
Ddml1_display_rq_dlg_calc.c236 unsigned int detile_buf_size_in_bytes = mode_lib->ip.det_buffer_size_kbytes * 1024; in dml1_extract_rq_regs() local
261 detile_buf_plane1_addr = (detile_buf_size_in_bytes / 2.0 / 64.0); /* half to chroma */ in dml1_extract_rq_regs()
264 (unsigned int) ((2.0 * detile_buf_size_in_bytes) / 3.0), in dml1_extract_rq_regs()
288 unsigned int detile_buf_size_in_bytes = mode_lib->ip.det_buffer_size_kbytes * 1024; in handle_det_buf_split() local
307 if (total_swath_bytes <= detile_buf_size_in_bytes) { /*full 256b request */ in handle_det_buf_split()
333 if (total_swath_bytes <= detile_buf_size_in_bytes) in handle_det_buf_split()