Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml_display_rq_dlg_calc.c55 uint32 p1_pixel_chunk_bytes = 0; in dml_rq_dlg_get_rq_reg() local
87 p1_pixel_chunk_bytes = pixel_chunk_bytes; in dml_rq_dlg_get_rq_reg()
95 p1_pixel_chunk_bytes = (dml_uint_t)(dml_get_alpha_pixel_chunk_size_in_kbyte(mode_lib) * 1024); in dml_rq_dlg_get_rq_reg()
98 rq_regs->rq_regs_c.chunk_size = (dml_uint_t)(dml_log2((dml_float_t) p1_pixel_chunk_bytes) - 10); in dml_rq_dlg_get_rq_reg()
148 if (pixel_chunk_bytes >= 32 * 1024 || (dual_plane && p1_pixel_chunk_bytes >= 32 * 1024)) { //32kb in dml_rq_dlg_get_rq_reg()