brintos

brintos / linux-shallow public Read only

0
0
Text · 520 B · f93efab Raw
20 lines · c
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 9void dcn351_update_bw_bounding_box_fpu(struct dc *dc,10				      struct clk_bw_params *bw_params);11 12int 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 17void dcn351_decide_zstate_support(struct dc *dc, struct dc_state *context);18 19#endif20