forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/gpu/drm/amd/display/dc/dml/dcn21/display_rq_dlg_calc_21.h
....@@ -44,7 +44,7 @@
4444 void dml21_rq_dlg_get_rq_reg(
4545 struct display_mode_lib *mode_lib,
4646 display_rq_regs_st *rq_regs,
47
- const display_pipe_params_st pipe_param);
47
+ const display_pipe_params_st *pipe_param);
4848
4949 // Function: dml_rq_dlg_get_dlg_reg
5050 // Calculate and return DLG and TTU register struct given the system setting
....@@ -61,7 +61,7 @@
6161 struct display_mode_lib *mode_lib,
6262 display_dlg_regs_st *dlg_regs,
6363 display_ttu_regs_st *ttu_regs,
64
- display_e2e_pipe_params_st *e2e_pipe_param,
64
+ const display_e2e_pipe_params_st *e2e_pipe_param,
6565 const unsigned int num_pipes,
6666 const unsigned int pipe_idx,
6767 const bool cstate_en,