Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: Remove unused print__rq_dlg_params_st

print__rq_dlg_params_st() was added in 2017 by
commit 061bfa06a42a ("drm/amdgpu/display: Add dml support for DCN")
but has remained unused.

Remove it.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Dr. David Alan Gilbert and committed by
Alex Deucher
dcb5bb06 f281a92a

-12
-11
drivers/gpu/drm/amd/display/dc/dml/display_rq_dlg_helpers.c
··· 122 122 dml_print("DML_RQ_DLG_CALC: =====================================\n"); 123 123 } 124 124 125 - void print__rq_dlg_params_st(struct display_mode_lib *mode_lib, const struct _vcs_dpi_display_rq_dlg_params_st *rq_dlg_param) 126 - { 127 - dml_print("DML_RQ_DLG_CALC: =====================================\n"); 128 - dml_print("DML_RQ_DLG_CALC: DISPLAY_RQ_DLG_PARAM_ST\n"); 129 - dml_print("DML_RQ_DLG_CALC: <LUMA>\n"); 130 - print__data_rq_dlg_params_st(mode_lib, &rq_dlg_param->rq_l); 131 - dml_print("DML_RQ_DLG_CALC: <CHROMA>\n"); 132 - print__data_rq_dlg_params_st(mode_lib, &rq_dlg_param->rq_c); 133 - dml_print("DML_RQ_DLG_CALC: =====================================\n"); 134 - } 135 - 136 125 void print__dlg_sys_params_st(struct display_mode_lib *mode_lib, const struct _vcs_dpi_display_dlg_sys_params_st *dlg_sys_param) 137 126 { 138 127 dml_print("DML_RQ_DLG_CALC: =====================================\n");
-1
drivers/gpu/drm/amd/display/dc/dml/display_rq_dlg_helpers.h
··· 35 35 void print__data_rq_sizing_params_st(struct display_mode_lib *mode_lib, const struct _vcs_dpi_display_data_rq_sizing_params_st *rq_sizing); 36 36 void print__data_rq_dlg_params_st(struct display_mode_lib *mode_lib, const struct _vcs_dpi_display_data_rq_dlg_params_st *rq_dlg_param); 37 37 void print__data_rq_misc_params_st(struct display_mode_lib *mode_lib, const struct _vcs_dpi_display_data_rq_misc_params_st *rq_misc_param); 38 - void print__rq_dlg_params_st(struct display_mode_lib *mode_lib, const struct _vcs_dpi_display_rq_dlg_params_st *rq_dlg_param); 39 38 void print__dlg_sys_params_st(struct display_mode_lib *mode_lib, const struct _vcs_dpi_display_dlg_sys_params_st *dlg_sys_param); 40 39 41 40 void print__data_rq_regs_st(struct display_mode_lib *mode_lib, const struct _vcs_dpi_display_data_rq_regs_st *rq_regs);