| .. | .. |
|---|
| 41 | 41 | // See also: <display_rq_regs_st> |
|---|
| 42 | 42 | void dml30_rq_dlg_get_rq_reg(struct display_mode_lib *mode_lib, |
|---|
| 43 | 43 | display_rq_regs_st *rq_regs, |
|---|
| 44 | | - const display_pipe_params_st pipe_param); |
|---|
| 44 | + const display_pipe_params_st *pipe_param); |
|---|
| 45 | 45 | |
|---|
| 46 | 46 | // Function: dml_rq_dlg_get_dlg_reg |
|---|
| 47 | 47 | // Calculate and return DLG and TTU register struct given the system setting |
|---|
| .. | .. |
|---|
| 57 | 57 | void dml30_rq_dlg_get_dlg_reg(struct display_mode_lib *mode_lib, |
|---|
| 58 | 58 | display_dlg_regs_st *dlg_regs, |
|---|
| 59 | 59 | display_ttu_regs_st *ttu_regs, |
|---|
| 60 | | - display_e2e_pipe_params_st *e2e_pipe_param, |
|---|
| 60 | + const display_e2e_pipe_params_st *e2e_pipe_param, |
|---|
| 61 | 61 | const unsigned int num_pipes, |
|---|
| 62 | 62 | const unsigned int pipe_idx, |
|---|
| 63 | 63 | const bool cstate_en, |
|---|