Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_rq_dlg_calc_32.c54 uint32_t pixel_chunk_bytes = 0; in dml32_rq_dlg_get_rq_reg() local
76pixel_chunk_bytes = get_pixel_chunk_size_in_kbyte(mode_lib, e2e_pipe_param, num_pipes) * 1024; // … in dml32_rq_dlg_get_rq_reg()
79 if (pixel_chunk_bytes == 64 * 1024) in dml32_rq_dlg_get_rq_reg()
88 p1_pixel_chunk_bytes = pixel_chunk_bytes; in dml32_rq_dlg_get_rq_reg()
98 rq_regs->rq_regs_l.chunk_size = dml_log2(pixel_chunk_bytes) - 10; in dml32_rq_dlg_get_rq_reg()
154 if (pixel_chunk_bytes >= 32 * 1024 || (dual_plane && p1_pixel_chunk_bytes >= 32 * 1024)) { //32kb in dml32_rq_dlg_get_rq_reg()