Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml_display_rq_dlg_calc.c63 dml_uint_t detile_buf_plane1_addr = 0; in dml_rq_dlg_get_rq_reg() local
164 detile_buf_plane1_addr = (dml_uint_t)((1024.0*1024.0) / 2.0 / 1024.0); // half to chroma in dml_rq_dlg_get_rq_reg()
167detile_buf_plane1_addr = (dml_uint_t)(detile_buf_size_in_bytes / 2.0 / 1024.0); // half to chroma in dml_rq_dlg_get_rq_reg()
169 …nt("DML_DLG: %s: detile_buf_plane1_addr = %d (1/2 to chroma)\n", __func__, detile_buf_plane1_addr); in dml_rq_dlg_get_rq_reg()
172detile_buf_plane1_addr = (dml_uint_t)(dml_round_to_multiple((dml_uint_t)((2.0 * detile_buf_size_in… in dml_rq_dlg_get_rq_reg()
174 …print("DML_DLG: %s: detile_buf_plane1_addr = %d (1/3 chroma)\n", __func__, detile_buf_plane1_addr); in dml_rq_dlg_get_rq_reg()
179 rq_regs->plane1_base_address = detile_buf_plane1_addr; in dml_rq_dlg_get_rq_reg()
186 dml_print("DML_DLG: %s: detile_buf_plane1_addr = %d\n", __func__, detile_buf_plane1_addr); in dml_rq_dlg_get_rq_reg()
/linux/drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_core/
H A Ddml2_core_dcn5_calcs_dchub.c5406 unsigned int detile_buf_plane1_addr = 0; in dcn5_rq_dlg_get_rq_reg() local
5494detile_buf_plane1_addr = (unsigned int)(detile_buf_size_in_bytes / 2.0 / 1024.0); // half to chroma in dcn5_rq_dlg_get_rq_reg()
5495 …SE("DML_DLG: %s: detile_buf_plane1_addr = %d (1/2 to chroma)\n", __func__, detile_buf_plane1_addr); in dcn5_rq_dlg_get_rq_reg()
5497detile_buf_plane1_addr = (unsigned int)(dml2_core_utils_round_to_multiple((unsigned int)((2.0 * de… in dcn5_rq_dlg_get_rq_reg()
5498 …RBOSE("DML_DLG: %s: detile_buf_plane1_addr = %d (1/3 chroma)\n", __func__, detile_buf_plane1_addr); in dcn5_rq_dlg_get_rq_reg()
5501 rq_regs->plane1_base_address = detile_buf_plane1_addr; in dcn5_rq_dlg_get_rq_reg()
5506 DML_LOG_VERBOSE("DML_DLG: %s: detile_buf_plane1_addr = %d\n", __func__, detile_buf_plane1_addr); in dcn5_rq_dlg_get_rq_reg()