ANDROID: fix kernelci build breaks for dcn_calcs
A backport of an amd display change changed several local variables into pointers without updating how they were passed in to subsequent function calls. Fixes the following kernelci build errors: - ‘input’ is a pointer; did you mean to use ‘->’? - incompatible type for argument 3 of ‘dml1_extract_rq_regs’ - incompatible type for argument 5 of ‘dml1_rq_dlg_get_dlg_params’ - incompatible type for argument 6 of ‘dml1_rq_dlg_get_dlg_params’ in drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.o (drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calcs.c) Fixes: 14d0c7d2 ("BACKPORT: drm/amd/display: Allocate structs needed by dcn_bw_calc_rq_dlg_ttu in pipe_ctx") Change-Id: Ie9f3a750a57cfd901c23d60594ac9b5d55fdf333 Signed-off-by:Tiffany Yang <ynaffit@google.com>
Loading
Please sign in to comment