1 /* SPDX-License-Identifier: MIT */ 2 /* Copyright 2024 Advanced Micro Devices, Inc. */ 3 4 #ifndef __DCN351_FPU_H__ 5 #define __DCN351_FPU_H__ 6 7 #include "clk_mgr.h" 8 9 void dcn351_update_bw_bounding_box_fpu(struct dc *dc, 10 struct clk_bw_params *bw_params); 11 12 int dcn351_populate_dml_pipes_from_context_fpu(struct dc *dc, 13 struct dc_state *context, 14 display_e2e_pipe_params_st *pipes, 15 bool fast_validate); 16 17 void dcn351_decide_zstate_support(struct dc *dc, struct dc_state *context); 18 19 #endif 20