Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dml2_0/
H A Ddml_display_rq_dlg_calc.c71 dml_print("DML_DLG::%s: Calculation for pipe[%d] start\n", __func__, pipe_idx); in dml_rq_dlg_get_rq_reg()
169dml_print("DML_DLG: %s: detile_buf_plane1_addr = %d (1/2 to chroma)\n", __func__, detile_buf_plane… in dml_rq_dlg_get_rq_reg()
174dml_print("DML_DLG: %s: detile_buf_plane1_addr = %d (1/3 chroma)\n", __func__, detile_buf_plane1_a… in dml_rq_dlg_get_rq_reg()
182 dml_print("DML_DLG: %s: is_phantom_pipe = %d\n", __func__, is_phantom_pipe); in dml_rq_dlg_get_rq_reg()
183 dml_print("DML_DLG: %s: stored_swath_l_bytes = %f\n", __func__, stored_swath_l_bytes); in dml_rq_dlg_get_rq_reg()
184 dml_print("DML_DLG: %s: stored_swath_c_bytes = %f\n", __func__, stored_swath_c_bytes); in dml_rq_dlg_get_rq_reg()
185 dml_print("DML_DLG: %s: detile_buf_size_in_bytes = %d\n", __func__, detile_buf_size_in_bytes); 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()
187 dml_print("DML_DLG: %s: plane1_base_address = %d\n", __func__, rq_regs->plane1_base_address); in dml_rq_dlg_get_rq_reg()
190 dml_print("DML_DLG::%s: Calculation for pipe[%d] done\n", __func__, pipe_idx); in dml_rq_dlg_get_rq_reg()
[all …]
H A Ddml2_wrapper_fpu.c84 dml_print("DML::%s: Index out of bounds: i=%d, __DML2_WRAPPER_MAX_STREAMS_PLANES__=%d\n", in map_hw_resources()
/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddml_logger.h33 #define dml_print(str, ...) {DC_LOG_DML(str, ##__VA_ARGS__); } macro