Home
last modified time | relevance | path

Searched refs:p1_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.c61 uint32_t p1_pixel_chunk_bytes = 0; in dml32_rq_dlg_get_rq_reg() local
88 p1_pixel_chunk_bytes = pixel_chunk_bytes; in dml32_rq_dlg_get_rq_reg()
96p1_pixel_chunk_bytes = get_alpha_pixel_chunk_size_in_kbyte(mode_lib, e2e_pipe_param, num_pipes) * … in dml32_rq_dlg_get_rq_reg()
99 rq_regs->rq_regs_c.chunk_size = dml_log2(p1_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()